Best Text Editors
lifehacker.com
Best Text Editors
1–10 of 19 posts
Re: Best Text Editors
#2Yeah, it sucks at first, but if you're a professional text wrangler, you owe it to yourself to try to master one of the big two (emacs or vim)...
I kept trying out emacs, getting scared off, trying it out again, scaring away again... But I always came back because other text editors annoyed me with their lack of ability to do exactly precisely what I wanted.
With emacs, whatever I want to do... It's just another line of lisp in .emacs. Or sometimes another package in .emacs.d and another line in .emacs...
Re: Best Text Editors
#3Re: Best Text Editors
#4Re: Best Text Editors
#5IMO, emacs wins just for it's sheer flexibility. Yeah, it sucks at first, but if you're a professional text wrangler, you owe it to yourself to try to master one of the big two (emacs or vim)... I kept trying out emacs, getting scared off, trying it out again, scaring away again... But I always came back because other text editors annoyed me with their lack of ability to do exactly precisely what I wanted. With emacs…
Re: Best Text Editors
#6As for me I just love TextMate. "E" is a good alternative on Windows platform.
Re: Best Text Editors
#7Re: Best Text Editors
#8Actually decided to use Vim cause my "e" trial expired and I have never looked back. Been using it for a few months and text editing is so fluent, easy and intuitive despite the strong learning curve. Take an hour or so each day (or every few days) and do a chapter on the 500 page Vim book.
Re: Best Text Editors
#9Now I'm not much of a programmer, so the answer may be obvious to some of you, but why wasn't SciTE on the list? It's lightweight and does everything I need it to. Maybe the others are just so much better than the rest. http://www.scintilla.org/SciTE.html
Re: Best Text Editors
#10What's wrong with using an IDE like eclipse or Visual Studio? That's what I do.