Development/Architecture/KDE3/Integrated Development Environment

From KDE TechBase
Revision as of 17:04, 11 January 2007 by Dhaumann (talk | contribs) (port of http://developer.kde.org/documentation/library/kdeqt/kde3arch/tools-kdevelop.html)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

KDE Architecture - Integrated Development Environment

KDevelop - Integrated Development Environment

KDevelop is is a superb IDE for developing KDE and Qt C++ applications. It includes an integrated debugger, a syntax highlighting editor, and of course a 'Project wizard' to handle the creation of the basic menu structures, the automake/autoconf gunk, and even the class documentation. For the design of dialogs, it interacts with the Qt designer.

KDevelop is not one big static thing but has very modular architecture. It glues several other powerful KDE development tools together, such as the advanced editor (kwrite), the graphical debugger (KDbg), the icon editor (kiconedit) or the interface documentation tool (Doxygen).

For detailed information on KDevelop, see the official homepage on http://www.kdevelop.org.


Initial Author: Matthias Ettrich