Hacker News new | ask | show | jobs
by SpartanJ 806 days 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/

2 comments

Nice work. Does it have auto-save, like npp?
Thanks! 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.
Autosave is table stakes for good editors
yeah I'll definitely try out ecode when auto save is implemented!
This looks neat and nice with the MIT license.

Looking forward to giving this a try!