Live data from Hacker News

Notepad++ is 21 years old

learnhub.top

191–200 of 254 posts

Re: Notepad++ is 21 years old

#191

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

Scite has 2/3 of that anyway. There's some support for running a spell checker, but I'm not really familiar with how smooth or not it can be.

NPP style sessions and color themes are all I would really need to add in. One of these days...

Re: Notepad++ is 21 years old

#192

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

Cudatext https://cudatext.github.io/

Textadept (Lighter but niftier) https://orbitalquark.github.io/textadept/

Re: Notepad++ is 21 years old

#193
Thank you to it's creators. I've used Notepad++ to make a living for over a decade (front end web designer). Started to use Sublime text (when I was pushing code into the repo) but past few years just Notepad++ and Notepad to design web apps and sites.

Re: Notepad++ is 21 years old

#196
post #2

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

My IT gave us right to run a few things as admin. Among them, n++. And guess what, it has a "Run" menu item so you can launch any child process. Perfect.

Ha! Reminded me several years ago I was working at some place that had locked down our computers and we couldn't do anything.

Except that windoze had that bug allowing to run the 'at' command to spawn some shell with system rights. From there, the sky was the limit.

Re: Notepad++ is 21 years old

#197
post #184
post #136

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

It is not Notepad++ fault. Essentially, the CIA made a modified version of a DLL included with Notepad++ that contains a backdoor, but it is not in the official version of Notepad++ and you can't get it by normal means. The fix is just an improved signature check, so that Notepad++ detects if that DLL has been tempered with, by the CIA or anyone else, or by a virus. But as Don Ho himself said, it is a rather weak pro…

> I don't like his attempts to push his political opinions with Notepad++, but that's his software, his rights.

His opinions are pretty much just ethical stances, so I have no issues.

Re: Notepad++ is 21 years old

#199

Earlier quoted context omitted.

I can't live without ripgrep, it's so much faster than grep it's not even funny, especially if working with very large code bases with 100,000+ files

Why is that? Does it build an index so later searches are fast?

No, I just think every last part of ripgrep has had the shit optimised out of it.

Plus it's written in rust and as we know, it's blazingly fast.

Re: Notepad++ is 21 years old

#200

Earlier quoted context omitted.

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…

Remember Cygwin?

What do you mean "remember"? It still makes using the command line in Windows tolerable. And yes, I am familiar with PowerShell, and NO I'm not interested in using it.
Post reply on HN