I very much miss Notepad++ for making quick notes, and then being able to close the window without being asked whether I'd like to save the document. This, and auto-save (so not losing documents if you forget to save) is one of the main reasons I replaced Notepad with ++. Rather quickly, I found that I had to completely remove Notepad so muscle memory would stop guiding me to it. Good times (and sad ones; I lost a lo…
Occasionally, someone will submit their new text editor to Hacker News and the first thing I do is check if it quietly saves sessions upon closure. It's amazing how many people don't bother implementing this indispensable feature.
NotepadNext – a cross-platform reimplementation of Notepad++
121–130 of 317 posts
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#122Earlier quoted context omitted.
I wrote a custom mod more than 15 years ago for SciTE that exposed its plugin API to Ruby and wrote some of my own plugins. It didn't support multiple cursors and I instantly switched to Sublime as soon as I discovered that feature, never looked back.
What are multiple cursors used for?
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#123Earlier quoted context omitted.
Tiny buttons toolbars were the norm for decades in, say, Windows Explorer and Microsoft Word, before Microsoft transitioned to the "Ribbon" style in 2007. Personally I think that people who enjoy those buttons do so for nostalgia reasons, but they are not the worst to use once you remember where each tool is and what each tool's icon looks like.
> Tiny buttons toolbars were the norm for decades (...) before Microsoft transitioned to the "Ribbon" style in 2007. The Ribbon still feels to me like that "new thing" Microsoft did since some version of Office... and you're telling me it was 2007?!! Oh my... A bit before that time I already moved to Open/LibreOffice, and never really used any Windows past 7, so I've missed a whole UI paradigm transition that now mak…
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#124Is there a homebrew package for macOS ?
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#125Why would I choose notepad++ over something like vim or emacs? Is there a compelling differentiator?
Notepad++ is literally a better version of notepad.exe. I would not consider using it for anything serious though.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#126Notepad++ (and this one here) are based on Scintilla [0]. It's worth pointing it out because it is a high-quality open source code editor component. SciTE [1] is the "official" demo-editor for Scintilla and was last updated on March 9th 2024. The history reaches back to 1999. [0] https://www.scintilla.org/ [1] https://www.scintilla.org/SciTE.html
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#127Npp (Notepad++) is my go to text editor for windows. It has been actively maintained for 20 years. It’s lightweight with a super responsive UI. I love the text search/replace interface. I keep a copy of the portable version on my keychain thumb drive because I never know when a friend or family member will have me muck around with their pc. Npp Version 7 runs splendidly on wine. I prefer it over the linux desktop tex…
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#128Awesome. When I moved to linux a few years ago notepad++ was one of the harder apps to find a replacement for. I ended up sticking with Kate Edit: Kate is great, give it a shot!
Have you ever heard of https://cudatext.github.io/ . It's certainly faster than Kate.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#129Missed opportunity to write it in a Memory-Safe, White House approved language and call it Rustpad or something...I joke of course. After reading the title I was 99% sure it would've been an Electron app, nice to see it's actually native. Good work.