Basic Syntax highlighting, added CodeTextBox to MainWindow to test it.
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
using System.Windows;
|
||||
using Befunge.Editor.CharStyles;
|
||||
|
||||
namespace Befunge.Editor
|
||||
{
|
||||
public partial class MainWindow
|
||||
{
|
||||
public MainWindow ()
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent ();
|
||||
InitializeComponent();
|
||||
|
||||
EditRegion.TextStyler = new BefungeStyler();
|
||||
EditRegion.UpdateColors();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user