An open API service indexing awesome lists of open source software.

https://github.com/lwchkg/dotneteditor

A VB/C# text editor with the ability to run code and code snippets.
https://github.com/lwchkg/dotneteditor

csharp editor snippet vbnet

Last synced: 11 months ago
JSON representation

A VB/C# text editor with the ability to run code and code snippets.

Awesome Lists containing this project

README

          

# Dot Net Editor

[![Screenshot](https://preview.ibb.co/gOObAk/Dot_Net_Editor_2017_05_09_18_01_37.png)](https://ibb.co/cmbwAk)

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.