A VB/C# text editor with the ability to run code and code snippets.
C# Batchfile
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
DotNetEditor.Tests
DotNetEditor
app_icon
.gitattributes
.gitignore
DotNetEditor.sln
GPLv3
LICENSE
README.md

README.md

Dot 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, but with exception that allow linking graphical assets (e.g. icons) to the binaries under some conditions. See LICENSE for details.

Credits

  • ICSharpCode, for AvalonEdit control (MIT license).
  • Icons8 (https://icons8.com), for free icons (CC BY-ND 3.0 license).
  • Microsoft for the .NET compiler platform (Apache License 2.0).
  • Cameron MacFarland and Simon Cropp, for Fody and Costura (MIT license) which enable this app to be distributed as an single executable file.