3rd Generation of the Elyte Code Editor.
- Syntax Highlighting
- Written in C#
- Good base for distributions etc.
- Tab Indentation
- Console Double Buffering
(EL)(ITE)
Open a pull request, i'll look into it.
Just compile from source. It's really simple with Visual Studio 2022.
.\elyte3.exe (INSERT FILE PATH HERE)
Elyte is a neovim like editor written in C# specifically designed for windows. Elyte on itself does not offer much except the basic syntax highlighting. (It's a "do it yourself" thing.)
There is quite a list of stuff that is missing. And things that probably will never get added. We let Distributions handle everything.
- Saving System
- Backspace on first character line deletion
- Normal Mode
- so on etc.