Poll: What Text Editor Do You Use?
51–60 of 76 posts
Re: Poll: What Text Editor Do You Use?
#52Re: Poll: What Text Editor Do You Use?
#53Re: Poll: What Text Editor Do You Use?
#54Re: Poll: What Text Editor Do You Use?
#55ed is missing. And, yes, I used that thing over telnet in this century to do coding for a MUD…
Ed is the standard text editor. http://www.gnu.org/fun/jokes/ed-msg.html
Re: Poll: What Text Editor Do You Use?
#56Notepad++, Eclipse, Vim depending on what I'm doing. Eclipse when frequently moving between many files in a project, quickly opening project files via CTRL-SHIFT-R, and to benefit from configured project stuff like file synchronization or some plugins e.g. for legacy VCS that we partially use and I don't want to waste time to learn. Notepad++ mostly when performing some find & replace operations and opening files tha…
I use Notepad++ when I have someone looking over my shoulder, as most people in my group don't spend their day in a text editor and never have. Those people have Notepad++.
Re: Poll: What Text Editor Do You Use?
#57Re: Poll: What Text Editor Do You Use?
#58Re: Poll: What Text Editor Do You Use?
#59Re: Poll: What Text Editor Do You Use?
#60I use Sublime when I'm on a Mac; vim when I'm ssh'd to a remote system and just need to quickly edit a file, or even sometimes locally if I just need to add one or two lines. Emacs if I'm on a remote or non-Mac system and need to do more in-depth editing.
What I really love is just "cat" to a file, though.