- Add functions

- Code improvements
This commit is contained in:
Stone-Red-Code
2021-11-19 20:49:55 +01:00
parent 812b780942
commit 2a7e8074ba
27 changed files with 356 additions and 156 deletions
+2 -2
View File
@@ -233,7 +233,7 @@ namespace YesNt.CodeEditor
textEditor.EditMode = Mode.Debug;
Console.Clear();
Console.CursorVisible = true;
textEditor.yesNtInterpreter.Execute(textEditor.CurrentPath);
textEditor.YesNtInterpreter.Execute(textEditor.CurrentPath);
while (Console.KeyAvailable)
{
Console.ReadKey(true);
@@ -250,7 +250,7 @@ namespace YesNt.CodeEditor
textEditor.EditMode = Mode.Debug;
Console.Clear();
Console.CursorVisible = true;
textEditor.yesNtInterpreter.Execute(textEditor.CurrentPath, true);
textEditor.YesNtInterpreter.Execute(textEditor.CurrentPath, true);
while (Console.KeyAvailable)
{
Console.ReadKey(true);