diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-04 17:43:04 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-04 17:43:04 -0400 |
| commit | 6e40ae80f39c766d611b4ca29aea0f6685db80dc (patch) | |
| tree | a974377172b1d0e15f21b5c3491b100b2e0ee696 /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | 5be773d4f027ac0f00392be80d8cc5dfb67669be (diff) | |
| download | shiftos-c-_theultimatehacker-6e40ae80f39c766d611b4ca29aea0f6685db80dc.tar.gz shiftos-c-_theultimatehacker-6e40ae80f39c766d611b4ca29aea0f6685db80dc.tar.bz2 shiftos-c-_theultimatehacker-6e40ae80f39c766d611b4ca29aea0f6685db80dc.zip | |
Add luatextbox widget and more.
- Syntax highlighting textbox for Lua API
- That textbox also supports C# syntax highlighting
- Added framework for custom desktop environments in Lua.
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index 4066257..dcae2c7 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -103,6 +103,9 @@ <Compile Include="Apps\Artpad.Designer.cs"> <DependentUpon>Artpad.cs</DependentUpon> </Compile> + <Compile Include="Controls\SyntaxHighlighter.cs"> + <SubType>Component</SubType> + </Compile> <Compile Include="Engine\AudioResourceClient.cs" /> <Compile Include="Apps\BitnoteConverter.cs"> <SubType>Form</SubType> |
