C/C++ Editor with auto completion for FreeBSD

2005-10-25 Thread Lukas Razik

Hello!

Does anyone know C/C++ Editors/IDEs for X11 under FreeBSD with auto code 
completion and for example information boxes about the parameters of functions 
etc. (like NetBeans)?
I've read that eclipse with CDT should do that but it doesn't work here... :-(

Many Thanks in advance!!!
Lukas

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: C/C++ Editor with auto completion for FreeBSD

2005-10-25 Thread Peter Clutton
On 10/26/05, Lukas Razik [EMAIL PROTECTED] wrote:

 Does anyone know C/C++ Editors/IDEs for X11 under FreeBSD with auto code 
 completion and for example information boxes about the parameters of 
 functions etc.

Emacs can do autocompletion, and you can use etags for finding
functions etc. I don't know about information boxes, but there are
many extensions available.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]