Notepad++ is one of the fastest and the best editors out there. Products like these show that over a given period of time, people being to notice the subtle differences between the speed of simple things, like the time taken for the context menu to appear, or the drop-down for word completion to appear. This is primarily why my use of IDEs has decreased over time. It just takes a little too long for doing stuff in th…
+1 for the speed. Not many IDEs seem to care for that any more. Especially most java based IDEs. They feel so sluggish even for the most rudimentary of tasks (opening menus, launching, closing, autocomplete etc)
Notepad++ 6.0 Released
81–90 of 108 posts
Re: Notepad++ 6.0 Released
#82Re: Notepad++ 6.0 Released
#83Re: Notepad++ 6.0 Released
#84I 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?
Re: Notepad++ 6.0 Released
#85Notepad++ is one of the fastest and the best editors out there. Products like these show that over a given period of time, people being to notice the subtle differences between the speed of simple things, like the time taken for the context menu to appear, or the drop-down for word completion to appear. This is primarily why my use of IDEs has decreased over time. It just takes a little too long for doing stuff in th…
I love Notepad++ but there must be 1000s of awesome features like this that I'm still not aware of. Thanks for the tip.
edit: forgive me if you're already aware of it.
Re: Notepad++ 6.0 Released
#86Notepad++ is one of the fastest and the best editors out there. Products like these show that over a given period of time, people being to notice the subtle differences between the speed of simple things, like the time taken for the context menu to appear, or the drop-down for word completion to appear. This is primarily why my use of IDEs has decreased over time. It just takes a little too long for doing stuff in th…
+1 for the speed. Not many IDEs seem to care for that any more. Especially most java based IDEs. They feel so sluggish even for the most rudimentary of tasks (opening menus, launching, closing, autocomplete etc)
Re: Notepad++ 6.0 Released
#87Does it have "smart" word wrapping like Sublime Text 2? I think it is one of the killer features for me. I sometimes need to work with a small screen and need word-wrapping on.
SciTE, with which Notepad++ shares the scintilla editing component, has quite a few settings for wrapping:
http://www.scintilla.org/SciTEDoc.html
(Search for “wrap” in the page.)
I haven’t looked into how many of those are supported in Notepad++, as I don’t use word wrap myself.
Re: Notepad++ 6.0 Released
#88I 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?
There is not a lot of incentive to create a free Notepad++-like text editor for OSX. OSX already ships with two excellent free text editors for the commandline (Emacs & vim) and there's GUI versions of both. Any Cocoa/OSX specific GUI editor will suffer from being less powerful, less well tested and less portable (whereas vim/emacs are available on any imaginable platform, allowing you to keep your editing muscle mem…
Re: Notepad++ 6.0 Released
#89Re: Notepad++ 6.0 Released
#90I 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?