diff --git a/PseudoEditor/MainWindow.xaml b/PseudoEditor/MainWindow.xaml index a69eec4..7ec4ff0 100644 --- a/PseudoEditor/MainWindow.xaml +++ b/PseudoEditor/MainWindow.xaml @@ -7,7 +7,7 @@ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:avalonEdit="clr-namespace:ICSharpCode.AvalonEdit;assembly=ICSharpCode.AvalonEdit" mc:Ignorable="d" - Title="PseudoEditor" Height="600" Width="800" MinHeight="400" MinWidth="400" + Title="PseudoEditor - NewFile*" Height="600" Width="800" MinHeight="400" MinWidth="400" TextElement.Foreground="{DynamicResource MaterialDesignBody}" TextElement.FontWeight="Regular" TextElement.FontSize="13" @@ -125,7 +125,8 @@ + FontFamily="Consolas" ShowLineNumbers="True" FontSize="16" + TextChanged="Editor_OnTextChanged"> @@ -158,7 +159,7 @@ -