Development/Architecture/KDE3/Integrated Development Environment: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
{{Template:I18n/Language Navigation Bar|Development/Architecture/KDE3/Integrated Development Environment}} | |||
'''KDE Architecture - Integrated Development Environment''' | '''KDE Architecture - Integrated Development Environment''' | ||
Revision as of 15:25, 15 February 2009
Development/Architecture/KDE3/Integrated Development Environment
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
KDE Architecture - Integrated Development Environment
KDevelop - Integrated Development Environment
KDevelop is a great 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 stuff, 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 (kate), a formatting tool (astyle) or the interface documentation tool (Doxygen).
For detailed information on KDevelop, see the official homepage on http://www.kdevelop.org.
Initial Author: Matthias Ettrich