Skip to content

Code-Theft-Auto/.NET-Editor

Repository files navigation

.Net Editor

[Screenshot]

Dot Net Editor is an VB/C# text editor with the ability to run code and code snippets. It can run a complete code file, or a snippet containing only the inside of a class or the inside of Main().

The program does not use an interactive console when Console.ReadLine is executed. Instead the text in “Input Data” is used as the input. The input is relayed into the Console output to simulate an interactive console. This can help users (likely students and educators) to verify the correctness of the program.

License

The program is licensed under GPLv3

Credits

  • ICSharpCode, for AvalonEdit control (MIT license).
  • Icons8, for free icons (CC BY-ND 3.0 license).
  • Microsoft for the .NET compiler platform (Apache License 2.0).