Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 14:20:32 +0100 (=?ISO-8859-1?Q?Westeurop=E4ische_Normalzeit?=)
From:      Friedemann Becker <Friedemann.Becker@student.uni-tuebingen.de>
To:        freebsd-hackers@freebsd.org
Subject:   Re: C coding editor (fwd)
Message-ID:  <Pine.WNT.4.44.0302211420090.1116-100000@GAUSS>

next in thread | raw e-mail | index | archive | help
There are many different possibilities, more or less overloaded, more or
less sophisticated ;-)

My personal favourite is XEmacs, because it's highly keyboard-oriented
(good for 10-finger-typing or what it's called in english) and you can do
everything from it (compile and jump to the error in the source,
single-step with source trailing for gdb, play tetris etc... ;-)

The difference between Emacs and XEmacs are not really that big, just
XEmacs looks a little bit more user-friendly, although it's nearly the
same.

Other people would say, vi/vim/gvim is better for programming, because
less useless stuff in it, faster, can do anything you want from compiling
to cooking coffee as well as emacs, keyboard oriented too, just question
of witch flavour you like more.

KDevelop is an IDE for unix, mainly for C/C++ programming. I haven't used
it, but I think it's more like borland or visual studio, a little bit more
intuitive usage.

Then there are several tools, that may enhance your programming
enrivonment, like ddd, a graphical debugger (if you don't like gdb).

So may I conclude that in the end the best would be, if you look at
(X)Emacs and the enhanced features of vim - but don't get lost ;-) - and
than find out, if you like KDevelop more, but I think most people here are
using either vi or emacs, which support most of the other tools you need.

I think the freebsd developers handbook could give you some additional
hints, you can read it at
<a href="http://www.de.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html">http://www.de.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html</a>;

and if you still have some capacities free, while you read, you could
start a german translation of it on the fly ;-)))

On Fri, 21 Feb 2003, Clemens Hermann wrote:
> what are your favourite editors for coding C? While vi on the first
> terminal, cc on second and runs on the third is fine for very small
> things I doubt it is the way people do it here.
> I know there is a unlimited number of editors / ways to code but I'd be
> glad to get a recommendation what is used here. Debugger integration or
> starting the compiler from within the editor would be some cool options.

gruesse und so....
Friedemann




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.WNT.4.44.0302211420090.1116-100000>