lwchkg / DotNetEditor

A VB/C# text editor with the ability to run code and code snippets.
Other
28 stars 4 forks source link

Multithread running of program #21

Closed lwchkg closed 3 years ago

lwchkg commented 3 years ago

Behind the scene work for running the compiled program in another thread. The running program can now be aborted, but the UI is not done yet.

Also fixed a bug on clearing the output of result pane.