Live data from Hacker News

Ask HN: Why is Notepad++ not ported to mac yet?

news.ycombinator.com

31–40 of 40 posts

Re: Ask HN: Why is Notepad++ not ported to mac yet?

#31
post #16

I once thought of porting it over to run on Ubuntu, but I read over the source, realized that Notepad++ uses the Win32 API quite extensively and quickly abandoned my plans. Ultimately, I would have ended up writing/supporting a totally new editor...then dealing with legions of people who are angry that my first 0.1 didn't provide an exact 1:1 feature match of Notepad++.

This is second hand info from 16 years ago, but my understanding is you can compile and link win32 source code against the wine headers/libraries to generate a "native" win32 application. I believe CorelDraw Office or WordPerfect Office or something like that did it for their linux "port".

You might still need to deal with gcc/msvc compatibility issues and the end product would only be slightly more native than running it via wine.

Re: Ask HN: Why is Notepad++ not ported to mac yet?

#32
post #6

Notepad++ search feature is great and what I miss in Sublime. I think there are simply not enough developers to devote their time without some financial incentive.

Seriously, I end up using Notepad++'s find-in-files search as a grep, it works so much better than any other Windows grep tool I've found.

Re: Ask HN: Why is Notepad++ not ported to mac yet?

#37
post #32
post #6

Notepad++ search feature is great and what I miss in Sublime. I think there are simply not enough developers to devote their time without some financial incentive.

Seriously, I end up using Notepad++'s find-in-files search as a grep, it works so much better than any other Windows grep tool I've found.

In my experience, it's a lot slower than Visual Studio's find-in-files and I prefer the VS Regex too.

Re: Ask HN: Why is Notepad++ not ported to mac yet?

#38
post #32

Earlier quoted context omitted.

Seriously, I end up using Notepad++'s find-in-files search as a grep, it works so much better than any other Windows grep tool I've found.

In my experience, it's a lot slower than Visual Studio's find-in-files and I prefer the VS Regex too.

I will grant you that, if I was searching files that are already under a solution that I have open.

But opening VS takes considerably longer than opening Notepad++, even with all the plugins I have added to Notepad++. One of the most common cases for me is searching for some particular message in a directory full of unzipped log files that some customer has sent to us.

Re: Ask HN: Why is Notepad++ not ported to mac yet?

#39
post #38

Earlier quoted context omitted.

In my experience, it's a lot slower than Visual Studio's find-in-files and I prefer the VS Regex too.

I will grant you that, if I was searching files that are already under a solution that I have open. But opening VS takes considerably longer than opening Notepad++, even with all the plugins I have added to Notepad++. One of the most common cases for me is searching for some particular message in a directory full of unzipped log files that some customer has sent to us.

> I will grant you that, if I was searching files that are already under a solution that I have open.

Also for general searching on the file system

> But opening VS takes considerably longer than opening Notepad++

I will grant you that. If you have VS open all the time in your workflow its OK.

> One of the most common cases for me is searching for some particular message in a directory full of unzipped log files that some customer has sent to us.

`Grep` shines if you need to repeat the search query (perhaps you get more logs the next day). You can save to a .sh file and run it again and again. You can also pipe stuff around to do more advanced searches.

Re: Ask HN: Why is Notepad++ not ported to mac yet?

#40

Because better options exist: Text Wrangler, bbedit, vim, sublime text, atom, vscode, textmate, coda, brackets, komodo edit, jedit, and chocolat, not to mention all of the Jetbrains IDEs.

And Gedit with Kate are ported from GNU/Linux to Mac nowadays.
Post reply on HN