Yep, no need. Lots of better alternatives out there.
Ask HN: Why is Notepad++ not ported to mac yet?
21–30 of 40 posts
Re: Ask HN: Why is Notepad++ not ported to mac yet?
#22Re: Ask HN: Why is Notepad++ not ported to mac yet?
#23Re: Ask HN: Why is Notepad++ not ported to mac yet?
#24On the Mac, BBEdit (paid) and TextWrangler (free, more or less a light version of BBEdit) are both fantastic. Some people like TextMate too.
Re: Ask HN: Why is Notepad++ not ported to mac yet?
#25Re: Ask HN: Why is Notepad++ not ported to mac yet?
#26Notepad++ is pretty great for Windows. On the Mac, BBEdit (paid) and TextWrangler (free, more or less a light version of BBEdit) are both fantastic. Some people like TextMate too.
Re: Ask HN: Why is Notepad++ not ported to mac yet?
#27[1] https://groups.google.com/d/msg/sketchupruby/vt7DpvQNcDY/Vsp...
Re: Ask HN: Why is Notepad++ not ported to mac yet?
#28Re: Ask HN: Why is Notepad++ not ported to mac yet?
#29Earlier quoted context omitted.
If speed (editor performance) is key, then VIM ... jump the first learning curve... and feel free to use neovim or the mac gui for neovim ( https://github.com/rogual/neovim-dot-app ) When 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...
Have you ever tried hex fiend? That thing can load 20Gb files and allow you to scroll through it easily...How does it do it and why doesn't everyone copy them?
Vim is /fairly/ fast even with very large files.
Re: Ask HN: Why is Notepad++ not ported to mac yet?
#30We have Vim installed by default.
While I don't think most people (or even many) would agree with you. As someone who uses Vim pretty much exclusively (and has a Mac), I kind of had to smile at this. 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.