10 ms·
Shameless plug: I'm working on a multi-platform code editor similar to NP++ and some new editors like Zed called ecode, that tries to be a fresh take on code ed
by SpartanJ 2y ago
Shameless plug: I'm working on a multi-platform code editor similar to NP++ and some new editors like Zed called ecode, that tries to be a fresh take on code editors using some modern tools and technologies like LSPs. I started working on it after using Geany for many years but finding Geany lacking some essential features for my needs. ecode is developed with speed in mind and has a very fast startup time.
[1] https://github.com/SpartanJ/ecode/ https://github.com/SpartanJ/ecode/
- hoyd 2y agoNice work. Does it have auto-save, like npp?
- SpartanJ 2y agoThanks! Currently it does not but it's not something particularly complex to implement so I can add it if there's interest! I haven't used NP++ in some time so I don't remember exactly how it behaves but I'll take a look.
- jlundberg 2y agoThis looks neat and nice with the MIT license. Looking forward to giving this a try!