1.4.5 (pre-release) - Implement Tab View

* Implemented Tab View
This commit is contained in:
sinaioutlander
2020-08-30 01:08:48 +10:00
parent 92fe1dc704
commit 68eeee353e
10 changed files with 303 additions and 84 deletions

View File

@ -136,6 +136,7 @@
<Compile Include="MainMenu\InspectUnderMouse.cs" />
<Compile Include="CachedObjects\CacheObjectBase.cs" />
<Compile Include="Windows\ResizeDrag.cs" />
<Compile Include="Windows\TabViewWindow.cs" />
<Compile Include="Windows\UIWindow.cs" />
<Compile Include="MainMenu\Pages\ConsolePage.cs" />
<Compile Include="MainMenu\Pages\Console\REPL.cs" />