
Emacs?MM23 wrote:I have traveled again and again across the face of code-based editors, but none of them have really had all the features I want.
The joke used to be that Emacs stands for "Eight Megs And Constantly Swapping", but by today's standards, it's really very fast an light. Emacs takes less than 2 seconds to start up on my machine.Doesn't anyone know of a good, balanced, fairly fast and light editor
In Emacs: M-x font-lock-modewith syntax highlighting,
See http://community.livejournal.com/emacs/5731.htmlcode completion,
Tramp: http://savannah.gnu.org/projects/trampremote editing (through FTP, SSH, whatever)
XEmacs (http://xemacs.org/) uses tabs by default. In Emacs I don't know how to do it (or if it's possible) but in emacs I don't think you really need tabs, since you can switch to other buffers using more efficient mechanisms (for example, iswitchb, http://www.damtp.cam.ac.uk/user/sje30/emacs/).and tabs?
first thing I do with a gentoo install is emerge vim then sort everything outaxit wrote:++ (g)vim
nothing beats (g)vim. light, fast, tabs, syntax highlighting. In case you don't like vi style editing I'd go for (x)emacs, although I think it's really worth it getting used to vi-style editing: fast and smooth. Vi is on almost every nix system (except gentoo comes with nano)
I've used kate quite a bit. I actually just installed bluefish...hadn't ever tried that.6thpink wrote:Kate and bluefish![]()

In Emacs: Ctrl-x b Enter. Sounds complicated, but it's really fast to type it, and it becomes second nature quite soontld wrote:Everything I've tried had one feature missing that drives me nuts: A keyboard command to jump between the last two documents that had focus...not the next or previous in the order they're loaded...much like control tab does in most windows editors.
Same here.Naib wrote:first thing I do with a gentoo install is emerge vim then sort everything outaxit wrote:++ (g)vim
nothing beats (g)vim. light, fast, tabs, syntax highlighting. In case you don't like vi style editing I'd go for (x)emacs, although I think it's really worth it getting used to vi-style editing: fast and smooth. Vi is on almost every nix system (except gentoo comes with nano)


++mark_alec wrote:{g}vim.


I use eclipse too, it as excellent support for java via the included JDT, and C/C++ via the CDT. It also has more than decent support for PHP and python via trustudio foundation free component. I also use eclox for integrating doxygen with eclipse. many others are available.I use Eclipse (full JAVA programming environment, with a C/C++ plugin) when I have to build bigger things
don't be ashamed, it is an excellent piece of software. anyone looking at its internals can't say the opposite.But, I have to admit that
