PDA

View Full Version : Source code editor?


Zdravko
March 5th, 2006, 06:09 AM
Name a nice C++ source code editor (without Anjuta please), that has the feature Auto-Completetion. That is when I type . for an object I would like to see a list of every member function of that class.

-Rick-
March 5th, 2006, 07:16 AM
KDevelop

noigeaR
March 5th, 2006, 07:29 AM
eclipse with cdt

Zdravko
March 5th, 2006, 07:45 AM
What about SciTE?

skymt
March 5th, 2006, 05:27 PM
Eclipse (http://www.eclipse.org/) or jEdit (http://www.jedit.org/) (with plugins).