I'm looking for a nice lightweight programmers editor for Linux/UNIX. I currently use nedit for normal text, and Eclipse when I want a new IDE. Nedit has some UI quirks, and hasn't been updated in 5 years or so.
What nedit gives me and i need in the new editor:

  • Nice Simple GUI
  • Non-modal (I don't like vi)
  • Lightweight (I don't like emacs, too much stuff to remember, remembering gets in the way of coding)
  • regular expression search/replace.
  • Autodetect newlines (pretty much any non-Windows editor does this)

Any suggestions?

link|improve this question
feedback

7 Answers

up vote 3 down vote accepted

since you do not like the classical answers "vi(m)" and emacs, try "cream":

  • it is essentially vim
  • but with an newby-friendly config (which means: nedit like)

alt text

link|improve this answer
feedback

While I use gedit a lot, my favorite editor is still Notepad++ via wine. Though there is a good discussion of both at stackoverflow http://stackoverflow.com/questions/72106/what-can-i-use-as-a-notepad-alternative-in-linux-ubuntu

link|improve this answer
1  
Interesting, though doesn't using a text editor through an emulation environment create a lot of overhead? – Rich Homolka Jul 30 '10 at 18:50
@Rich Homolka: WINE is no emulator, it's an API wrapper ;-) and yes, wrapping adds some overhead – mbx May 15 '11 at 18:55
feedback

Kate

link|improve this answer
feedback

The editor from Midnight Commander is OK for me (mcedit) - of course, it's working in console.

link|improve this answer
feedback

Geany

link|improve this answer
feedback

gedit is my lightweight editor of choice.

link|improve this answer
gedit doesn't have regular expression search-replace (well, I don't want to add extensions for it). Thanks though – Rich Homolka Aug 4 '10 at 18:15
feedback

If you want a simple curses style editor I prefer jove - a non-lisp emacs-like editor. For GUI, gedit and kate are two good choices though I doubt they fit the "lightweight" category.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.