dfranx
@dfranx_
24yo. Made SHADERed & SPIRV-VM. GitHub: http://github.com/dfranx Website: http://shadered.org
This is Nitro, a text editor I’ve been working on. It’s written in C++, it’s super fast and lightweight. The package is currently only 6MB. The idea is that everything should come as a plugin. Alpha version releases in ~20 days and in these 20 days I’ll be sharing screenshots and…

Nitro, the most customizable GUI text editor, has been delayed yet again to next weekend.. I am sorry, but this upcoming Saturday it's 100% I promise, I've already got the build for Windows ready and could release it I just want to test a bit, I need to fix some macOS stuff and…
Congrats to the team on an incredible launch! 🏰🔥 #MadeWithNoesis
🎉We have sold over 100k units of Stronghold Crusader: Definitive Edition in 48 hours! 🎉 We are so grateful for your continued support of our work. Now go forth, and Build, Battle and Besiege, my liege! 🐫 Stronghold Crusader: DE on Steam 🐫 bit.ly/42jRqTs
Even though I use VS Code every day, I find myself reaching for Notepad more and more for quick edits, just to avoid the startup delay. We need more software like this: crazily optimized, no Electron, no insane memory usage, just fast tools that do the job right.
Startup time comparison of my text editor Nitro against Notepad++, Sublime Text and VS Code on an almost 10 year old laptop. Nitro even starts a clangd LSP in the background 🤙🏼
Startup time comparison of my text editor Nitro against Notepad++, Sublime Text and VS Code on an almost 10 year old laptop. Nitro even starts a clangd LSP in the background 🤙🏼
A source control plugin / git panel. Going to expand it with svn & perforce support in future when I'll have time for such things.

Nitro alpha release has been delayed to this weekend :( Regarding UI themes and mods, you will be able to extend them with custom data and functionality with Python/C++ code, simple and random example:
Multi caret editing, multi workspace UI, search and replace, log window for plugins and LSPs, profiles (different settings/shortcuts per profile), per-workspace profile, and so much more is going to be available on release in 1.5 weeks!



Quite a few people have asked for this... Here's Vim mode in my text editor Nitro:
I've added command palette to my text editor Nitro. Right now, you can search for and open files with it and change settings using Page Up/Down keys.
Settings page in action + I've added ability to change UI font family and font size. I've heard VS Code doesn't have that feature so I had to add it, it was just few lines of code