I LOVE Notepad++ !! It has served me well in those terrible times when you get a new PC at work (usually Windows) but it is so locked down by Dept of IT that one cannot load anything useful... except a few things like browser... or Notepad++ It has saved my a@@ multiple times in one-or-two large consulting companies pretending to be technically advanced. <3 <3
Notepad++ is 21 years old
141–150 of 254 posts
Re: Notepad++ is 21 years old
#142I continue to use Notepad++ despite having tried every other editor and IDE under the sun. This, of course, drives every person completely insane when I explain that my "IDE" is: - Notepad++ for editing, pretty much stock, no plugins - command line for git and grep (Console2 or Git Bash) - File Explorer alongside Everything [0] for navigating files - Beyond Compare [1] for visual diff/merge - WinSCP/PuTTY for SFTP/SS…
I think I'm one of the last people using WSL1. I think everyone jumped to WSL2 because 2 is bigger than 1, but they're really different things. WSL1 lets me keep my files on the Windows side, let's my IDE (PHP storm) remain performant with no Linux to Windows file system overhead, but I still get to use all the Linux CLI tools. I still pay some overhead for that, but it's better than doing it the other way around and…
Re: Notepad++ is 21 years old
#143Earlier quoted context omitted.
It does have the benefit that if the file changes or is deleted then you can carry on working with the old version. (It notifies you when this and lets you choose whether to reload/close.)
Wouldn't windows not let you do that if the file is opened exclusively? I also assume you can retain a handle to a "deleted" file on windows, like you can on *nix machines.
Re: Notepad++ is 21 years old
#144This means Scintilla (the editor component in Notepad++, Geany, and others) is about 25. It was the foundation of my move away from proprietary editors like Visual SlickEdit, and served me well for more than a few years. I'm glad it's still around.
Re: Notepad++ is 21 years old
#145I haven't used Notepad++ since they were exposed for having a CIA backdoor, which they "fixed" after it came to light. https://notepad-plus-plus.org/news/v733-fix-cia-hacking-npp-...
Re: Notepad++ is 21 years old
#146I admit I don't use Notepad++ to actually write anything -- I use it view large files, do complex search & replace, regex, reformat files, data manipulation, etc. I probably use it a couple of times a week but never to write. I don't even consider it in competition with tools like VS Code, etc.
Based on the products name I think this was the main goal--to replace windows' bundled notepad.exe. For me, notepad.exe had some ridiculous issue, which I can't remember (I think maybe a very low limit on the file size?), that forced me to look for a replacement ca. 2005. The other piece of software from that time I'm still using is sumatrapdf.
Re: Notepad++ is 21 years old
#147Is there a Linux version? GEdit could use improvement.
Re: Notepad++ is 21 years old
#148Earlier quoted context omitted.
For Windows 11 users, the latest Notepad.exe can also pick up where you left off the last time the app was closed.
Except when you try to close it, it asks whether or not you want to save the unsaved tab, with a modal, one per every unsaved tab . It kind of defeats the purpose of this feature.
Re: Notepad++ is 21 years old
#149I haven't used Notepad++ since they were exposed for having a CIA backdoor, which they "fixed" after it came to light. https://notepad-plus-plus.org/news/v733-fix-cia-hacking-npp-...
The existence of a hacked DLL doesn't mean notepad++ had anything to do with it.
Re: Notepad++ is 21 years old
#150Honestly I want to take Scintilla or whatever and just add in session support, syntax highlighting and spellchecking, and then I'll have my perfect editor.