- Better Syntax coloring

This commit is contained in:
Stone-Red-Code
2021-10-17 00:09:17 +02:00
parent e6d31c8277
commit 812b780942
9 changed files with 90 additions and 32 deletions
+2 -2
View File
@@ -206,7 +206,7 @@ namespace YesNt.CodeEditor
}
else
{
Console.WriteLine($"{sharedString} [{e.OriginalLine}] => [{e.CurrentLine}] ==>");
Console.WriteLine($"{sharedString}[{e.OriginalLine}] => [{e.CurrentLine}] ==>");
}
Console.ForegroundColor = ConsoleColor.Gray;
}
@@ -240,7 +240,7 @@ namespace YesNt.CodeEditor
return padding;
}
private Point oldSize = new Point(0, 0);
private readonly Point oldSize = new Point(0, 0);
private bool SizeChanged()
{