Text Editor For Linux (Besides Vi)? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T17:36:26Z http://stackoverflow.com/feeds/question/2898 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi 4 Text Editor For Linux (Besides Vi)? CodingWithoutComments 2008-08-05T21:42:37Z 2009-05-06T12:08:02Z <p>Let me preface this question by saying I use TextMate on Mac OSX for my text needs and I am in love with it. Anything comparable on the Linux platform? I'll mostly use it for coding python/ruby.</p> <p>Doing a google search yielded outdated answers.</p> <p>Edit: Since there has been some concern about the 'merit' of this question. I am about to start a new Ruby Programming Project in Linux and before I got started I wanted to make sure I had the right tools to do the job.</p> <p>Edit #2: I use VIM on a daily basis -- all . the . time. I enjoy using it. I was just looking for some alternatives.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/2903#2903 1 Answer by Bob G. for Text Editor For Linux (Besides Vi)? Bob G. 2008-08-05T21:46:29Z 2008-08-05T21:46:29Z <p>SciTE http://www.scintilla.org/SciTE.html</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/2905#2905 20 Answer by Mike Stone for Text Editor For Linux (Besides Vi)? Mike Stone 2008-08-05T21:49:12Z 2008-08-05T22:21:48Z <p>Emacs is a wonderful text editor. It has huge power once you become a power user. You can access a shell, have as many files open as you want in as many sub-windows and an extremely powerful scripting support that lets you add all kinds of neat features.</p> <p>I have been using a ruby-mode which adds syntax highlighting and whatnot to ruby, and the same exists for every major language.</p> <p>If you keep at it, you can use exclusively the keyboard and never touch the mouse, which increases your editing speed by a significant margin.</p> <p>If you want to start with something a lot more basic though, gedit is nice... it has built in syntax highlighting as well for most languages based on the filename extension. It comes with the OS as well (though emacs you can easily install with apt-get or some similar package finder utility).</p> <p>UPDATE: I think gedit is exclusively GUI based though, so it would be useful to learn emacs in case you are stuck with just a shell (it is fully featured in both shell and graphical mode).</p> <p>FURTHER UPDATE: Just FYI, I am not trying to push Emacs over Vim, it's just what I use, and it's a great editor (as I'm sure Vim is too). It is daunting at first (as I'm sure Vim is too), but the question was about text editors on Linux besides vi... Emacs seems the logical choice to me, but gedit is a great simple text editor with some nice features if that's all you are looking for.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/2922#2922 -3 Answer by superjoe30 for Text Editor For Linux (Besides Vi)? superjoe30 2008-08-05T22:08:07Z 2008-08-05T22:08:07Z <h2>What kind of questions should I not ask here?</h2> <p>Tabs versus Spaces. <strong>Emacs versus Vi.</strong></p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/2924#2924 1 Answer by CodingWithoutComments for Text Editor For Linux (Besides Vi)? CodingWithoutComments 2008-08-05T22:13:16Z 2008-08-05T22:44:02Z <p>I'm not rousing debate about Emacs Vs. Vi. I'm saying I know I can use Vi as a text editor, what are my other choices?</p> <p>Update: I haven't gotten the same responses. I got pointed to SciTe which I didn't know about along with gedit.</p> <p>Hmm.. I think I know why you took this question <a href="http://beta.stackoverflow.com/questions/2573/vim-tutorials#2636" rel="nofollow">personally</a>.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/2929#2929 0 Answer by superjoe30 for Text Editor For Linux (Besides Vi)? superjoe30 2008-08-05T22:18:02Z 2008-08-05T22:18:02Z <p>It's the same question; you get the same responses. This site isn't to help you figure out what to eat for lunch, it's to help you out with programming problems.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/2979#2979 4 Answer by Matthew Schinckel for Text Editor For Linux (Besides Vi)? Matthew Schinckel 2008-08-06T00:26:27Z 2008-08-06T00:26:27Z <p>I use pico or nano as my "casual" text editor in Linux/Solaris/etc. It's easy to come to grips with, and whilst you lose a couple of rows of text to the menu, at least it's easy to see how to exit, etc.</p> <p>You can even extend nano, I think, and add syntax highlighting.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/3203#3203 1 Answer by Tim Trueman for Text Editor For Linux (Besides Vi)? Tim Trueman 2008-08-06T09:08:45Z 2008-08-06T09:08:45Z <p>The best I've found is gedit unfortunately. Spend a few hours with it and you'll discover it's not so bad, with plugins and themes. You can use the command line to open documents in it.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/3205#3205 2 Answer by Thej for Text Editor For Linux (Besides Vi)? Thej 2008-08-06T09:12:03Z 2008-08-06T09:12:03Z <p>I use <a href="http://www.scintilla.org/SciTE.html" rel="nofollow">SciTE</a> very small and simple text editor.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/3211#3211 0 Answer by Kibitzer for Text Editor For Linux (Besides Vi)? Kibitzer 2008-08-06T09:17:08Z 2008-08-06T09:17:08Z <p>+1 for pico/nano -- lightweight, gets the job done, good help</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/3217#3217 12 Answer by grom for Text Editor For Linux (Besides Vi)? grom 2008-08-06T09:26:16Z 2008-08-06T09:26:16Z <p>Kate, the KDE Advanced Text Editor is quite good. It has syntax highlighting, block selection mode, terminal/console, sessions, window splitting both horizontal and vertical etc.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/3249#3249 3 Answer by Conrad Halling for Text Editor For Linux (Besides Vi)? Conrad Halling 2008-08-06T10:11:19Z 2008-08-06T10:11:19Z <p>On Mac OS X, I have used BBEdit since the early 1990's, so I use that as my reference for all other editors. I sometimes use BBEdit to edit files on a Linux box using ftp mode, and that works very well if you have a fast network connection to the Linux box.</p> <p>I learned emacs two years ago because the rest of the programming team I joined uses it. I find emacs powerful but annoyingly old-fashioned in many ways, but once you have learned emacs, you can use it on any platform (Linux, OS X, Windows). This is the editor I use almost exclusively at work now. It is going to take me years to master all its features, though.</p> <p>I have also used gedit on Linux and found it very usable, but I haven't tried to use it as my primary editor for any project.</p> <p>I have a colleague at work who uses Komodo Edit 4.4 (free from activestate.com), running it on a Windows computer but using it in ftp mode so she can edit files on our Linux server. Komodo Edit has many nice features, but it takes a looonnnggg time to launch the first time.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/4098#4098 0 Answer by Federico Builes for Text Editor For Linux (Besides Vi)? Federico Builes 2008-08-06T23:00:36Z 2008-08-06T23:00:36Z <p>You can try Emacs with ruby-mode, <a href="http://rinari.rubyforge.org/" rel="nofollow">Rinari</a> (for Rails) and <a href="http://code.google.com/p/yasnippet/" rel="nofollow">yasnippet</a> which provides automatic snippets like Textmate.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/7852#7852 1 Answer by Armandas for Text Editor For Linux (Besides Vi)? Armandas 2008-08-11T15:13:12Z 2008-08-11T15:13:12Z <p>When I searched for TextMate alternative for Linux, I ended up using <a href="http://geany.uvena.de/" rel="nofollow" title="Presentation Zen">Geany</a>. It's not as powerfull, but still nice to work with. Great replacement for Kate.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/7949#7949 0 Answer by Paperflyer for Text Editor For Linux (Besides Vi)? Paperflyer 2008-08-11T16:53:06Z 2008-08-11T16:53:06Z <p>I love TextMate on OSX.</p> <p>There is a kind of TextMate clone for Windows called simply "E" (<a href="http://www.e-texteditor.com" rel="nofollow" title="The Subversion Book: Repository hooks">e-texteditor.com</a>). Its author promised that there will be a Linux version soon. Even if you already picked your favourite, TextMate (or E) is worth a look, simply because it is different.</p> <p>I would say that there are mainly four different families of text editors:</p> <ul> <li>classic menubar-based editors like WinEdit, Gedit or BBEdit</li> <li>Emacs and its brethren XEmacs, Aquamacs etc.</li> <li>VI / Vim / Cream and the like</li> <li>TextMate and E</li> </ul> <p>You can differenciate between these families by their different paradigms of usage: </p> <ul> <li>Classic editors rely mainly on a menubar and some Ctrl-key shortcuts.</li> <li>Emacs-style editing uses highly sophisticated keyboard commands like C-x-s and even whole words to evoke commands.</li> <li>VI is modebased and is operated by single-key commands or whole words.</li> <li>TextMate is based on Snippets and classic shortcuts.</li> </ul> <p>Emacs and TextMate are also easily extensible by user-created scripts in Lisp (Emacs) or any other command-line-language (TextMate). (Classic editors and VI are also extendable, but the effort is usually considerably bigger)</p> <p>I would recommend that everyone tried at least one good example of each of these families (if possible) and find out what suits them best.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/8309#8309 0 Answer by Nick Mabry for Text Editor For Linux (Besides Vi)? Nick Mabry 2008-08-11T22:40:00Z 2008-08-11T22:40:00Z <p>I agree with Mike, though I'm a Vim die-hard. I've been using GEdit quite frequently lately when I'm doing lightweight Ruby scripting. The standard editor (plus Ruby code snippets) is extremely usable and polished, and can provide a nice reprieve from full-strength, always-on programming editors.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/8815#8815 4 Answer by Mauli for Text Editor For Linux (Besides Vi)? Mauli 2008-08-12T13:24:38Z 2008-08-12T13:24:38Z <p>I like the versatility of jEdit (<a href="http://www.jedit.org" rel="nofollow">http://www.jedit.org</a>), its got a lot of plugins, crossplatform and has also stuff like block selection which I use all the time.</p> <p>The downside is, because it is written in java, it is not the fastest one.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/10295#10295 0 Answer by aardvark for Text Editor For Linux (Besides Vi)? aardvark 2008-08-13T19:39:15Z 2008-08-13T19:39:15Z <p>I love Vim but I'm finding myself using Gedit more often now, especially when I've more than one file open. Gedit has tabs that make it easy to switch between files. Or maybe Firefox has spoiled me into expecting tabs in everything.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/10416#10416 0 Answer by Nate Smith for Text Editor For Linux (Besides Vi)? Nate Smith 2008-08-13T22:12:06Z 2008-08-13T22:12:06Z <p>TextMate is a great editor, and there is a way to replicate some of the functionality in GEdit. Check the article out here: <a href="http://rubymm.blogspot.com/2007/08/make-gedit-behave-roughly-like-textmate.html" rel="nofollow">http://rubymm.blogspot.com/2007/08/make-gedit-behave-roughly-like-textmate.html</a> to modify GEdit to behave like TextMate.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/16333#16333 0 Answer by robintw for Text Editor For Linux (Besides Vi)? robintw 2008-08-19T14:53:27Z 2008-08-19T14:53:27Z <p>I find Geany (<a href="http://geany.uvena.de/" rel="nofollow"><a href="http://geany.uvena.de/" rel="nofollow">http://geany.uvena.de/</a></a>) quite good.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/16984#16984 0 Answer by wvdschel for Text Editor For Linux (Besides Vi)? wvdschel 2008-08-19T21:22:12Z 2008-08-19T21:22:12Z <p>Vim is a nice upgrade for Vi, offering decent features and a more usable set of keybindings and default behaviour. However, graphical versions like GVim, KVim and even Cream are extremely lacking in my opinion. I've been using <a href="http://geany.uvena.de/" rel="nofollow">Geany</a> a lot lately, but it also has its shortcomings.</p> <p>I just can't find something in the league of Programmers Notepad, Smultron or TextMate on Linux. A shame, since I want to live in an all open source cyberworld, I'm stuck hopping from one almost-right editor to another.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/30242#30242 1 Answer by Nick for Text Editor For Linux (Besides Vi)? Nick 2008-08-27T14:16:51Z 2008-08-27T14:16:51Z <p>I've just started using OSX. Free editors of note that I've discovered:</p> <ul> <li><a href="http://www.activestate.com/Products/komodo_ide/index.mhtml" rel="nofollow">Komodo</a> by ActiveState. No debugger or regex editor (although one comes with Python, i.e. redemo.py) in free version but perfectly usable.</li> <li><a href="http://www.die-offenbachs.de/eric/index.html" rel="nofollow">ERIC</a>, written in PyQT.</li> <li>Eclipse with <a href="http://pydev.sourceforge.net/" rel="nofollow">PyDev</a> is my preferred option for editing Python on all platforms. Nice clean GUI, decent debugger. Good syntax parsing etc.</li> </ul> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/30254#30254 0 Answer by Mark Renouf for Text Editor For Linux (Besides Vi)? Mark Renouf 2008-08-27T14:21:05Z 2008-08-27T14:21:05Z <p>Off topic!</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/30257#30257 17 Answer by Scott Cowan for Text Editor For Linux (Besides Vi)? Scott Cowan 2008-08-27T14:21:43Z 2008-08-27T14:21:43Z <p><img src="http://imgs.xkcd.com/comics/real_programmers.png" alt="Real programmers set the universal constants at the start such that the universe evolves to contain the disk with the data they want." /></p> <p><a href="http://xkcd.com/378/" rel="nofollow">http://xkcd.com/378/</a></p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/49079#49079 0 Answer by melling for Text Editor For Linux (Besides Vi)? melling 2008-09-08T02:54:28Z 2008-09-08T02:54:28Z <p>I've used Emacs for 20 years. It's great and it works everywhere. I also have TextMate, which I use for some things on the Mac (HTML mode is great). If you want to do Ruby development, Netbeans supports Ruby and it also runs on all platforms.</p> <p><a href="http://www.netbeans.org/features/ruby/index.html" rel="nofollow">http://www.netbeans.org/features/ruby/index.html</a></p> <p>I've seen some blogs, etc claiming that it's the best Ruby environment available.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/72354#72354 5 Answer by sumek for Text Editor For Linux (Besides Vi)? sumek 2008-09-16T13:44:19Z 2008-09-16T13:44:19Z <p>Try <a href="http://scribes.sourceforge.net/" rel="nofollow">Scribes</a> . It tries to be a TextMate replacement for Linux</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/210969#210969 1 Answer by Pistos for Text Editor For Linux (Besides Vi)? Pistos 2008-10-17T02:54:10Z 2008-10-17T02:54:10Z <p>Alternative text editors? Try <a href="http://purepistos.net/diakonos" rel="nofollow" title="Diakonos">Diakonos</a>, "a Linux editor for the masses". The default keyboard mapping is as expected for cut, copy, paste, undo, open, save, etc.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/241704#241704 0 Answer by alex for Text Editor For Linux (Besides Vi)? alex 2008-10-27T23:24:49Z 2008-10-27T23:24:49Z <p>I use joe for simple (and not so simple) editing when I'm away from Eclipse.</p> <p>It uses the classic Wordstar keybindings- although I've never used Wordstar, it's a selling point for many people.</p> <p>It's easy, well-supported, light-weight and it has binaries available for everything.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/241911#241911 1 Answer by gregf for Text Editor For Linux (Besides Vi)? gregf 2008-10-28T00:58:52Z 2008-10-28T00:58:52Z <p>Friend of mine swears by jed, <a href="http://www.jedsoft.org/jed/" rel="nofollow">http://www.jedsoft.org/jed/</a></p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/277093#277093 0 Answer by miker for Text Editor For Linux (Besides Vi)? miker 2008-11-10T05:08:16Z 2008-11-10T05:08:16Z <p>You could give bluefish a try. Has a bunch of nice features for website work. Syntax files for most every language. </p> <p><a href="http://bluefish.openoffice.nl/" rel="nofollow">http://bluefish.openoffice.nl/</a></p> <p>If on widows give Crimson Editor a try <a href="http://www.crimsoneditor.com/" rel="nofollow">http://www.crimsoneditor.com/</a> It's been a long while since I ran windows, but iirc, 'official' development has stopped on it, but the community has taken up a fork of it and called it emerald or somesuch. Crimson editor is still very capable as is.</p> <p>Both bluefish and crimson editor have project management abilities. FTP ablilities, macros etc etc</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/816839#816839 0 Answer by Jamie for Text Editor For Linux (Besides Vi)? Jamie 2009-05-03T11:37:34Z 2009-05-03T11:37:34Z <p>I personally use MacVim which is basically a GVim for Mac OSx. However I have been reading alot about Redcar, which is a text editor for Linux, which shares a lot of the Textmate functionality. Checkout the links below. </p> <p><a href="http://redcareditor.com" rel="nofollow">Redcar</a><br> <a href="http://skillsmatter.com/podcast/flex-flash/lrug-march" rel="nofollow">LURG Lecture on Redcar</a></p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/816871#816871 1 Answer by joeytwiddle for Text Editor For Linux (Besides Vi)? joeytwiddle 2009-05-03T11:54:44Z 2009-05-03T12:40:12Z <p>Don't forget <a href="http://www.nedit.org/" rel="nofollow">NEdit</a>! Small and light, but with syntax highlighting and macro record/replay.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/829199#829199 0 Answer by praavDa for Text Editor For Linux (Besides Vi)? praavDa 2009-05-06T11:48:26Z 2009-05-06T11:48:26Z <p>Best one besides Vi? Vim.</p> http://stackoverflow.com/questions/2898/text-editor-for-linux-besides-vi/829258#829258 0 Answer by Gian Paolo Ghilardi for Text Editor For Linux (Besides Vi)? Gian Paolo Ghilardi 2009-05-06T12:08:02Z 2009-05-06T12:08:02Z <p>I love Kate because it has several interesting features (<em>already cited</em>) usually found in (<em>heavier</em>) IDEs. My favorite feature, however, is its terminal window that is very practical for quickly performing the save-compile-execute combo.</p> <p>Nedit is another valid option, packed with lots of features (<em>and it hasn't lots of dependencies: that's a huge plus IMHO</em>).</p> <p>For editing in a shell, when I cannot use VIM, I look immediately for pico or nano (<em>but I would not recommend them for continuous development: for rapid editing they are perfect</em>).</p>