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.
- Host: GitHub
- URL: https://github.com/lwchkg/dotneteditor
- Owner: lwchkg
- License: other
- Created: 2017-05-08T18:25:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T09:44:53.000Z (almost 5 years ago)
- Last Synced: 2023-02-26T19:06:36.111Z (over 3 years ago)
- Topics: csharp, editor, snippet, vbnet
- Language: C#
- Homepage:
- Size: 141 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dot Net Editor
[](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.