Nalle Berg
Member
- Joined
- May 27, 2026
- Messages
- 1
- Thread Author
- #1
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, since 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. It's under heavy development, so visit the site often as the app get upgraded alomost every day.
https://nsbedit.nalle.no/index.php
Homepage!
Have Fun!