KDevelop

Integrated development environment
title: "KDevelop" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["user-interface-builders", "1999-software", "free-integrated-development-environments", "java-development-tools", "kde-applications", "linux-integrated-development-environments", "software-using-the-gnu-general-public-license"] description: "Integrated development environment" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/KDevelop" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Integrated development environment ::
::data[format=table title="Infobox software"]
| Field | Value |
|---|---|
| name | KDevelop |
| title | KDevelop |
| logo | Breezeicons-apps-48-kdevelop.svg |
| screenshot | Kdevelop--breeze dark theme.png |
| developer | KDE |
| released | {{cite web |
| url | http://www.kdevelop.org/index.htmlfilename=main1999.html |
| archive-url | https://web.archive.org/web/20030621132836/http://www.kdevelop.org/index.html?filename=main1999.html |
| archive-date | 2003-06-21 |
| title | KDevelop – News of 1999 |
| publisher | KDE |
| date | 1999-12-06 |
| access-date | 2012-12-27 |
| latest release version | |
| latest release date | |
| latest preview version | |
| latest preview date | |
| programming language | C, C++ |
| operating system | Linux, Windows, macOS (preview, no official pre-built installer) |
| genre | Integrated development environment |
| license | GPL-2.0-or-later{{cite web |
| url | https://invent.kde.org/kdevelop/kdevelop/-/blob/master/COPYING |
| archive-url | https://web.archive.org/web/20200704222133/https://invent.kde.org/kdevelop/kdevelop/-/blob/master/COPYING |
| url-status | dead |
| archive-date | 2020-07-04 |
| title | COPYING · rKDEVELOP |
| website | invent.kde.org |
| :: |
| name = KDevelop | title = KDevelop | logo = Breezeicons-apps-48-kdevelop.svg | screenshot = Kdevelop--breeze dark theme.png | developer = KDE | released = {{cite web | url = http://www.kdevelop.org/index.htmlfilename=main1999.html | archive-url = https://web.archive.org/web/20030621132836/http://www.kdevelop.org/index.html?filename=main1999.html | archive-date = 2003-06-21 | title = KDevelop – News of 1999 | publisher = KDE | date = 1999-12-06 | access-date = 2012-12-27 | latest release version = | latest release date = | latest preview version = | latest preview date =
| discontinued = | programming language = C, C++ | operating system = Linux, Windows, macOS (preview, no official pre-built installer) | size = | genre = Integrated development environment | license = GPL-2.0-or-later{{cite web | url = https://invent.kde.org/kdevelop/kdevelop/-/blob/master/COPYING | archive-url = https://web.archive.org/web/20200704222133/https://invent.kde.org/kdevelop/kdevelop/-/blob/master/COPYING | url-status = dead | archive-date = 2020-07-04 | title = COPYING · rKDEVELOP | website = invent.kde.org
KDevelop is a free and open-source integrated development environment (IDE) for Unix-like computer operating systems and Windows. It provides editing, navigation and debugging features for several programming languages, and integration with build automation and version-control systems, using a plugin-based architecture.{{cite web | url = https://www.kdevelop.org/ | title = A cross-platform IDE for C, C++, Python, JavaScript and PHP | publisher = KDevelop | website = www.kdevelop.org | access-date = 2017-01-17}}
KDevelop 5 has parser backends for C, C++, Objective-C, OpenCL and JavaScript/QML, with plugins supporting PHP, Python 3 and Ruby.{{cite web | url = http://kfunk.org/2016/08/23/whats-new-in-kdevelop-5-0/ | title = What's new in KDevelop 5.0? | date = 2016-08-23 | website = Personal Blog of Kevin Funk | access-date = 2017-01-17}} Basic syntax highlighting and code folding are available for dozens of other source-code and markup formats, but without semantic analysis.
KDevelop is part of the KDE project, and is based on KDE Frameworks and Qt. The C/C++ backend uses Clang to provide accurate information even for very complex codebases.
History
KDevelop 0.1 was released in 1998, with 1.0 following in late 1999. 1.x and 2.x were developed over a period of four years from the original codebase.
It is believed that Sandy Meier originated KDevelop. Ralf Nolden is also known to be an early developer of the project. In 1998 Sandy Meier started KDevelop and worked 8 weeks alone on this project. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages.
Bernd Gehrmann started a complete rewrite and announced KDevelop 3.x in March 2001. Its first release was together with K Desktop Environment 3.2 in February 2004, and development of KDevelop 3.x continued until 2008.
KDevelop 4.x, another complete rewrite with a more object-oriented programming model, was developed from August 2005 and released as KDevelop 4.0.0 in May 2010. The last feature update of this branch was version 4.7.0 in September 2014, with bugfix releases continuing until KDevelop 4.7.4 in December 2016
KDevelop 5 development began in August 2014 as a continuation of the 4.x codebase, ported to Qt5 and KDE Frameworks 5. The custom C++ parser used in earlier versions, which had poor support for C++11 syntax, was replaced by a new Clang-based backend. The integrated CMakeFile interpreter was also removed in favour of JSON metadata produced by the upstream CMake tool.
Semantic language support was added for QML and JavaScript, using the parser from Qt Creator, alongside a new QMake project-manager backend.
The first stable 5.x release was KDevelop 5.0.0 in August 2016. In October 2016, official Microsoft Windows builds were released for the first time.
Features
KDevelop uses an embedded text editor component through the KParts framework. The default editor is KDE Advanced Text Editor, which can optionally be replaced with a Qt Designer-based editor. This list focuses on the features of KDevelop itself. For features specific to the editor component, see the article on Kate.
- Source code editor with syntax highlighting and automatic indentation (Kate).
- C/C++ language is now supported with a Clang's backend (as of KDevelop-5.0)
- Project management for different project types, such as Automake, CMake, qmake for Qt based projects and Ant for Java based projects.
- Class browser.
- GUI designer
- Front-end for the GNU Compiler Collection and GNU Debugger.
- Wizards to generate and update class definitions and application framework.
- Automatic code completion (C/C++).
- Built-in Doxygen support.
- Revision control (also known as SCM) support. Supported systems include CVS, Subversion, Perforce, ClearCase, Git, Mercurial, and Bazaar
KDevelop 4 is a completely plugin-based architecture. When a developer makes a change, they only must compile the plugin. There is a possibility to keep several profiles each of which determines which plugins to be loaded. KDevelop does not come with a text editor, but instead uses a plugin for this purpose as well. KDevelop is programming language independent and build system-independent, supporting KDE, GNOME, and many other technologies such as Qt, GTK+, and wxWidgets.
KDevelop has supported a variety of programming languages, including C, C++, Python, PHP, Java, Fortran, Ruby, Ada, Pascal, SQL, and Bash scripting. Supported build systems include GNU (automake), cmake, qmake, and make for custom projects (KDevelop does not destroy user Makefiles if they are used) and scripting projects which don't need one.
Code completion is available for C and C++. Symbols are kept in a Berkeley DB file for quick lookups without re-parsing. KDevelop also offers a developer framework which helps to write new parsers for other programming languages.
An integrated debugger allows graphically doing all debugging with breakpoints and backtraces. It even works with dynamically loaded plugins unlike command line GDB.
Quick Open allows quick navigation between files.
Currently, around 50 to 100 plugins exist for this IDE. Major ones include persistent project-wide code bookmarks, Code abbreviations which allow expanding text quickly, a Source formatter which reformats code to a style guide before saving, Regular expressions search, and project-wide search/replace which helps in refactoring code.
References
References
- (15 March 2024). "org.kde.kdevelop.appdata.xml".
- (1998-09-22). "ANNOUNCE: kdevelop-0.1.tar.gz". KDE.
- (6 December 1999). "Kdevelop 1.0 released - Slashdot".
- (2001-03-30). "A new IDE for a new millennium". KDE.
- (29 November 2009). "KDevelop4 moved".
- (1 May 2010). "Finally KDevelop 4.0 final published".
- (13 September 2014). "KDevelop 4.7.0 Released".
- (13 December 2016). "KDevelop 4.7.4 released". KDevelop.
- (27 August 2014). "KDevelop master now depends on KDE Frameworks 5!".
- (23 August 2016). "KDevelop 5.0.0 release". KDevelop.
- (9 October 2016). "KDevelop for Windows: Official 5.0.1 beta installer available now". KDevelop.
- (23 August 2016). "KDevelop 5.0.0 release {{!}} KDevelop".
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::