LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   GUI based C Editor for Debian (https://www.linuxquestions.org/questions/programming-9/gui-based-c-editor-for-debian-640883/)

kushalkoolwal 05-08-2008 02:45 PM

GUI based C Editor for Debian
 
Hi,

I need to write C programs under my Debian system. Right now I am using gedit as my text editor but it does not have all the features that I would like.

I need a program with following features:
1. Code color highlighting (like blue for comment, green for function, etc)
2. Details about the use of a function - For e.g. if I would like to know how to use malloc() function, I can just write/type malloc and double click or do something to get the descrioption
3. Debugging features.

Can anyone suggest some?

ehawk 05-08-2008 02:58 PM

Emacs, see section 2.4 (programming modes)

http://rootprompt.org/article.php3?article=359
http://www.cs.bu.edu/teaching/tool/emacs/programming/
http://www.xemacs.org/Documentation/...ialXemacs.html
http://www.ma.utexas.edu/documentati...ogramming.html

Using emacs to enter and view man pages:
http://linux.about.com/od/emacs_doc/a/emacsdoc308.htm

taylor_venable 05-08-2008 03:05 PM

While I appreciate that Emacs is awesome, we do also have this sticky that you may have overlooked when you posted this: http://www.linuxquestions.org/questi...e-ides-469623/

kushalkoolwal 05-08-2008 03:08 PM

Quote:

Originally Posted by taylor_venable (Post 3147319)
While I appreciate that Emacs is awesome, we do also have this sticky that you may have overlooked when you posted this: http://www.linuxquestions.org/questi...e-ides-469623/

Bummer.....Thanks a lot.


All times are GMT -5. The time now is 12:17 AM.