Ask HN: Why is Notepad++ not ported to mac yet?
I love Notepad++. It's fast, slick and consistent.
But it does not run on Mac. People suggest Sublime, and it's ok too, but I keep wondering why the free source code from Notepad++ has not been ported. I can't be the first one thinking this, so I imagine that some technical reason.
Any inputs on why Notepad++ is not yet converted to Mac?
39 comments
[ 3.3 ms ] story [ 76.5 ms ] threadWhen it comes to actual editor performance, you dont get much better than VIM or Emacs... either of which perform well enough to load GB size files and not die on their face...
Vim is /fairly/ fast even with very large files.
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.
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.
For most people though, Notepad++ and Vim are not the same type of animal.
- heavily centered around document editing - encourage plugins over embedded features - very good regex find/replace - very good at editing massive files (the main failing of most other editors)
They both have syntax highlighting for most languages. I admit that some features of N++ need plugins in vim, of course, like spellcheck. I generally do use them for pretty interchangable situations.
In addition to big IDE I have TW running all the time for notes etc.
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.
See: https://github.com/notepadqq/notepadqq
On the Mac, BBEdit (paid) and TextWrangler (free, more or less a light version of BBEdit) are both fantastic. Some people like TextMate too.
[0] https://coteditor.com/
[1] https://groups.google.com/d/msg/sketchupruby/vt7DpvQNcDY/Vsp...