Basic Syntax highlighting, added CodeTextBox to MainWindow to test it.

This commit is contained in:
David
2016-10-13 21:08:34 -04:00
parent 071b63f01d
commit 1c44e00a1d
7 changed files with 137 additions and 17 deletions

View File

@@ -7,6 +7,6 @@
mc:Ignorable="d"
Title="Befunge Editor" Height="350" Width="525">
<Grid>
<loc:CodeTextBox x:Name="EditRegion" Margin="10,10,10,10.5" Text="Hello, world!"/>
</Grid>
</Window>