I can't say I use it as often these days, but it's still installed on my PC at home and it's a reliable tool that I think back on fondly. Without it, I might not have "leveled up" to more advanced tools later on.
Notepad++ is 21 years old
31–40 of 254 posts
Re: Notepad++ is 21 years old
#32Notepad++ is the single biggest reason I prefer a windows pc over a macbook. It's such a no nonsense app with exactly the right mix of features and usability. One of these days I'll ditch vs code in favour of np++ for all my editing needs.
Re: Notepad++ is 21 years old
#33I 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.
Me too! It's my go-to large text file manipulator. It's also what I keep open all the time to paste things into since it's so easy to open a new tab and it keeps temp files of things i haven't saved until i've closed them and told it I don't want them saved, so it opens up with a decent history of crap I've been using until I'm ready to clear it.
Re: Notepad++ is 21 years old
#34Re: Notepad++ is 21 years old
#35I 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.
Re: Notepad++ is 21 years old
#36Earlier quoted context omitted.
Me too! It's my go-to large text file manipulator. It's also what I keep open all the time to paste things into since it's so easy to open a new tab and it keeps temp files of things i haven't saved until i've closed them and told it I don't want them saved, so it opens up with a decent history of crap I've been using until I'm ready to clear it.
For Windows 11 users, the latest Notepad.exe can also pick up where you left off the last time the app was closed.
Re: Notepad++ is 21 years old
#37Re: Notepad++ is 21 years old
#38Something that always made me prefer to go use other editors. Or perhaps if incremental search support regular expressions?
Re: Notepad++ is 21 years old
#39Earlier quoted context omitted.
> I did look for something a bit more cross platform to replace it vim. ;) While yes, it has quite a learning curve, the payout IMO is ultimately worth it. But Notepad++ will always have a place in my heart; it was what I used for a long time back when I was also still using Windows, and it's a solid editor, and leagues better than NOTEPAD.EXE. Especially 21 years ago, the landscape was much different. "DevC++" I thi…
vim is amazing once you learn a couple verbs, visual block mode, windows, and the nice special subjects, eg % for enclosing parens
Re: Notepad++ is 21 years old
#40- 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/SSH (usually to Linux)
- Synergy [2] for sharing keyboard and mouse between Windows and MacOS
I personally enjoy being in all 3 major OS's at the same time, and find it helpful to separate concerns to their respective applications/interfaces -- it helps me keep a mental geography of "where things are" and "what tool is used for which purpose", rather than being beholden to a IDE-dictated workflow or tool that's obscured behind specific UI patterns.
That said, I'll happily use Handbrake over command-line ffmpeg for a lot of things, so obscuring behind UI isn't always a bad thing.
Anyways, HUGE RESPECT to Notepad++!