Live data from Hacker News

Notepad++ is 21 years old

learnhub.top

41–50 of 254 posts

Re: Notepad++ is 21 years old

#41
post #14

And yet, this text editor too loads the whole file into memory when you open it. No modern text editor really should do that and support files of essentially arbitrary size by loading at most a few gigabytes around the cursor.

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.)

Re: Notepad++ is 21 years old

#42
Notepad++ is my daily driver for taking notes, todos, do pastes and use new tabs as buffers. It’s the most reliable place on my work machine, being always found how you left it off. Notepad++ and WinMerge are my two favorite tools. Integrating Winmerge with Visual Studio 2022 was a breath of fresh air, any compares pop up outside VS in a WinMerge window, could leave multiple versions open, etc. I don’t even want to start about by pet peeves with VS but many UI/UX features in it are just bad. Unfortunately I have to live with it for now.

Re: Notepad++ is 21 years old

#43

Notepad++ 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.

Closest Notepad++ alternative I found on Mac was CotEditor - https://github.com/coteditor/CotEditor. Has all the basic features apart from plugin support.

Re: Notepad++ is 21 years old

#44

Does anybody know if the search window is still a new popup window? Something that always made me prefer to go use other editors. Or perhaps if incremental search support regular expressions?

I don't mind the search popping as a new window. While I'm not using ++, I still use the feature when using Find All, and the new window expands to show the individual lines in the file/folder at once. Looking for each instance with Ctrl-G type of searching doesn't require that full window to remain open

Re: Notepad++ is 21 years old

#47
For cars/music, 25 years seems to be the accepted definition of classic. It's a true sign of you're getting old when the music you listened to in your teens is now considered classic. Does software have that same definition of 25 years? There's very few apps that I can think of that I still use for that long, so reaching the status of classic software is one hell of an achievement. Abandoned software should not be qualify as classic software.

Re: Notepad++ is 21 years old

#50

My 17 year old high school senior told me that the suckiest thing about their school-issued laptop is lack of Notepad++. I teared up and my hacker dad skillboard got another achievement! I told him that it has a portable install and this weekend he's getting it on via Gdrive upload. Nothing will stop better editor from showing up on school machine!

Simple free software tools like notepad++, 7zip, and vlc should really be pre-installed on any school or work device like that, especially ones where you can run arbitrary executables.

The amount of random malware run/installed by non-technical users falls off a cliff when they don't have to solve these problems for themselves.

Post reply on HN