nsbedit

About this tag
NSBEdit is a custom editor developed for Windows that combines rich text format (RTF) editing with programmer-focused features. Built initially for a C++ project, it evolved into a standalone tool that includes Scintilla for syntax highlighting and color coding across multiple programming languages. The editor offers both light and dark modes, with a dark viewport option for code editing. It serves as a replacement for the missing RTF editor in Windows 11, providing a dual-purpose tool for general text formatting and code development.
  1. Nalle Berg

    NSBEdit - A .rtf and programmers editor

    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...
Back
Top