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…
NotepadNext – a cross-platform reimplementation of Notepad++
141–150 of 317 posts
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#142Npp (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++
#143Why would I choose notepad++ over something like vim or emacs? Is there a compelling differentiator?
geany, codeblocks, and np++ are all scintilla, so what I am really saying is I use both "something like vim or emacs" AND scintilla, and there is no dichotomy.
And what is "something like vim or emacs"? The two are nothing like each other.
Anyone who used either vim or emacs already knows why they do so, and already knows that none of the reasons anyone will say they like any normal editor will apply. Everything anyone says will either be something vim or emacs already has their own answer for, or will be things they actively don't want.
Question seems somewhere between disingenuous to inexplicable. I would say rather than an actual request for information, it was just to say "I like vim or emacs", except "I like vim or emacs" makes no sense because they are not substitutions for each other.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#144Earlier 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?
* transform a list of field names into different formats (class properties, sql select list, etc.)
* quick and dirty convert delimited text into insert statements or graphql queries or json objects
* really anything I need to change in column mode but with better tracking of words via mod+arrow keys
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#145The startup speed for this app is really good. From my quick testing it seems like it is as fast or slightly faster than npp. I am surprised that QT can be that fast. I recall this line from the Sumatra PDF developer on why he chose win32 only: >The only way for one person to even attempt cross-platform app is to use a UI abstraction layer like Qt, WxWidgets or Gtk. >The problem is that Gtk is ugly, Qt is extremely b…
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#146Earlier quoted context omitted.
Kate can restore sessions, not sure it can auto save on close. Ctrl+L saves all but Kate will ask for still unnamed files.
I haven't been able to get it to act like Notepad++, wherein it doesn't ask you to save on quit. Perhaps there's a configuration option I've missed?
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#147Awesome. 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!
There is https://www.geany.org
(For the Windows machines that my dayjobs issue me, I still use Notepad++ since funny enough that is easier to allow then requesting to install Kate! Corporate world be getting all strict on software installations nowadays - yikes!)
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#148Earlier quoted context omitted.
Notepad will now restore open files, like Notepad++ does. TextEdit on macOS does the same.
It has been a suggested/encouraged default behavior on the Mac for many years at this point.
Re: NotepadNext – a cross-platform reimplementation of Notepad++
#149Earlier 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++
#150Earlier 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?