Live data from Hacker News

Notepad++ 6.0 Released

notepad-plus-plus.org

31–40 of 108 posts

Re: Notepad++ 6.0 Released

#31
Ahh Notepad++. My editor of choice when I first got into programming. After switching to Mac years ago, I have been using TextMate/Xcode/Emacs.

There are only 3 things I look back on fondly from Windows: MSPaint, Winamp, and Notepad++.

Re: Notepad++ 6.0 Released

#32
post #18

I come from a Windows background and recently switched to Mac at work. I'm a pretty heavy user of Notepad++ but so far all the good text editors I've found for Mac are shareware. What good free text editors do you recommend on Mac that have similar features, like syntax highlighting, auto-indent, and regular expression support?

An excellent free and open source native Mac editor is Fraise, though I'm not sure if it is still maintained, but it still works great in Lion.

Another in development is Kod ( http://kodapp.com/ ) that I've not used much yet. My daily editor now though is Sublime Text 2 (free to try out).

Re: Notepad++ 6.0 Released

#33
No love for Textpad on HN? Its been running strong for ages and has the "just works" feel about it - always. Install it, switch to windows keybindings and you're good to go. And, it has editable macros.

I live in the knowledge that I'm going to hell for not paying for that awesome piece of software!

Re: Notepad++ 6.0 Released

#34

Ahh Notepad++. My editor of choice when I first got into programming. After switching to Mac years ago, I have been using TextMate/Xcode/Emacs. There are only 3 things I look back on fondly from Windows: MSPaint, Winamp, and Notepad++.

Same here, though I also miss WinSCP.

Re: Notepad++ 6.0 Released

#35
post #18

I come from a Windows background and recently switched to Mac at work. I'm a pretty heavy user of Notepad++ but so far all the good text editors I've found for Mac are shareware. What good free text editors do you recommend on Mac that have similar features, like syntax highlighting, auto-indent, and regular expression support?

Just a note to let mark_up and chevas know that they've been hellbanned. I don't think you're trolls, so I thought I'd let you know (I can't respond to your posts directly).

Thanks. Nobody has -ever- responded to me on HN. Now I know why.

Weird that a hackers forum has such little respect for those who wish to participate. Would have been nice to be notified, let alone given a reason.

Re: Notepad++ 6.0 Released

#36
This personal favorite from their About page lives on:

"By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."

Gotta love such bold goals from a text editor :)

Re: Notepad++ 6.0 Released

#37

Earlier quoted context omitted.

Mind elaborating on why?

The biggest reasons are being able to open projects and view all of the files in the project (and search through all of them) at a quick command. I really liked the themeing functions. Multiple OS compatibility (I regularly switch between macOS and Windows), so I needed a client that is used basically the same on both OS's. And one license is for all of the computers you use, and on all operating systems. The more I…

Searching through files in my project is one of the few reasons i keep terminal windows open next to N++. A quick `find . | grep "php$" | xargs grep "search_term" -isl"` or even `grep -Ilir "search term"` is never too far away, but it would be great if it were closer.

My other nitpicks with N++ are the lack of a "yes to all" on the change-detection dialog when you do a hg update, and the way gedit seems to do ctags so much nicer. Seems like low-hanging fruit, maybe i should try to get a patch in..

Still, hard to beat and easy to recommend. I use it every day (it bought me a car!).

Re: Notepad++ 6.0 Released

#38

Ahh Notepad++. My editor of choice when I first got into programming. After switching to Mac years ago, I have been using TextMate/Xcode/Emacs. There are only 3 things I look back on fondly from Windows: MSPaint, Winamp, and Notepad++.

Same here, though I also miss WinSCP.

I switched to Filezilla instead.

Re: Notepad++ 6.0 Released

#39
post #18

I come from a Windows background and recently switched to Mac at work. I'm a pretty heavy user of Notepad++ but so far all the good text editors I've found for Mac are shareware. What good free text editors do you recommend on Mac that have similar features, like syntax highlighting, auto-indent, and regular expression support?

Kate from KDESC http://kate-editor.org/about-kate/ http://mac.kde.org/

Re: Notepad++ 6.0 Released

#40
Does "Enhance the loading performance for the large file." mean it can edit files larger than your RAM now?

UltraEdit could do this. I always find it unfortunate Notepad++ can't.

Post reply on HN