mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 15:57:52 +08:00
cleanup and refactor code editor
This commit is contained in:
@ -256,18 +256,16 @@
|
||||
<Compile Include="UI\Main\MainMenu.cs" />
|
||||
<Compile Include="UI\Main\Pages\BaseMenuPage.cs" />
|
||||
<Compile Include="UI\Main\Pages\ConsolePage.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\AutoIndent.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\CodeEditor.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\CodeTheme.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\InputTheme.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\CommentGroupMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\CSharpLexer.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\CommentMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\ILexer.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\InputStringLexer.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\KeywordGroupMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\LiteralGroupMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\InputLexer.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\KeywordMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\StringMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\MatchLexer.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\NumberGroupMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\SymbolGroupMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\NumberMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\Editor\Lexer\SymbolMatch.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\ScriptEvaluator\AutoComplete.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\ScriptEvaluator\ScriptEvaluator.cs" />
|
||||
<Compile Include="UI\Main\Pages\Console\ScriptEvaluator\ScriptInteraction.cs" />
|
||||
|
Reference in New Issue
Block a user