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…
Notepad++ 6.0 Released
91–100 of 108 posts
Re: Notepad++ 6.0 Released
#92Earlier quoted context omitted.
Perl style regular expression support is a big thing! I use notepad++ a lot, but the search has always reminded me of vim.
It is not only that it is Perl-style; this version also supports multiline regular expressions. I do not like that it requires you to know a file's line endings to use them, though: Mac. : a\rb Windows: a\r\nb Unix. : a\nb
Re: Notepad++ 6.0 Released
#93Earlier quoted context omitted.
gedit: http://ftp.gnome.org/pub/GNOME/binaries/mac/gedit/3.2/ text wrangler: http://www.barebones.com/products/textwrangler/download.html redcar: http://redcareditor.com/ but you're really not gonna get any better than textmate or sublime text 2
Text wrangler is particularly nice.
Re: Notepad++ 6.0 Released
#94I 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
#95Earlier quoted context omitted.
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…
Vim and emacs are not for everyone. This may come across as sacrilege to some, but I personally don't like keyboard-driven interfaces. I want a mouse-based ui, with shortcuts for the stuff i do often enough. I want to move textblocks via drag and drop. I want to trigger a refactor command by navigating a menu with the mouse. And fundamentally, it's because my memory for remembering keyboard commands isn't good enough…
The end result is that you either fork over the money (not entirely unreasonable for a tool you use so often) or learn to work the excellent free editors that exist.
Re: Notepad++ 6.0 Released
#96I 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
#97The only two things I miss from Windows are Notepad++ and Total Commander (Ultima Prime). Killer combo.
I also miss Winamp (although not that much) and Miranda (IM client). When I'm on Linux I rather don't use any dedicated IM client at all. Just IRC + something web based. As with text editor, I never used Notepad++ too much but at the moment I use Komodo Edit. It seems fine to me and it is cross platform.
Re: Notepad++ 6.0 Released
#98Re: Notepad++ 6.0 Released
#99Re: Notepad++ 6.0 Released
#100Notepad++ 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…
Wow, I've been using n++ for years and never realized that feature was there. It'll save me so much time. Thanks!