I needed a rtf -editor for a C++ project I am working on, so I made one for my toolbox (you know .cpp/.h -module).
So I thought that sinec windows 11 doesn't come with a rtf-editor, I might as well make a standalone version.
I did, and it bcame very good, but then I remembered that I have Scintilla for color coding programming languages.
I then extended the functionality to also be a very good (judge it for yourself) programmers editor.
I made light mode and dark mode. But I like light mode, but i see the code best in dark mode, so I added dark viewport in any programming language, but not in .rtf, sinc that is WYSIWYG.
I also added direct ftp - editing, so you can program online. And also a non destructive preview, where you temporary replace the file with the one from the editor and when your'e done, it will revert as that is implemented in the preview system.
Try it! It is GPLv2, So it's free to use.
- Windows Build/Version
- Windows 11








