I 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.
Notepad++ is 21 years old
161–170 of 254 posts
Re: Notepad++ is 21 years old
#162Earlier quoted context omitted.
The existence of a hacked DLL doesn't mean notepad++ had anything to do with it.
It doesn't matter. It was enough for me.
Re: Notepad++ is 21 years old
#163Earlier quoted context omitted.
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.
That must be some setting for you. It doesn't prompt to save on any of my several Windows machines, and I don't recall configuring that anywhere.
Re: Notepad++ is 21 years old
#164Earlier quoted context omitted.
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.
That must be some setting for you. It doesn't prompt to save on any of my several Windows machines, and I don't recall configuring that anywhere.
Re: Notepad++ is 21 years old
#165There is still no real equivalent on Linux. Kate seems nice but its session management isn't ideal. Honestly 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.
Re: Notepad++ is 21 years old
#166I 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…
I think you're the second-to-last one :-)
Re: Notepad++ is 21 years old
#167There is still no real equivalent on Linux. Kate seems nice but its session management isn't ideal. Honestly 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.
You might take a look at [SciTE]( https://scintilla.org/SciTE.html ), a light weight wrapper around Scintilla, with lua scripting support. It’s been my non-IDE editor for years on Windows and Linux…
Re: Notepad++ is 21 years old
#168Re: Notepad++ is 21 years old
#169There is still no real equivalent on Linux. Kate seems nice but its session management isn't ideal. Honestly 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.
Re: Notepad++ is 21 years old
#170Is there anything similar and lightweight that is cross-platform(or at least is available both on Linux and OS X)? I am not a Windows user, so that's a secondary priority for me