Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
KDevelop
Integrated development environment

KDevelop is a free and open-source integrated development environment (IDE) for Unix-like and Windows operating systems. It offers powerful editing, navigation, and debugging features across multiple programming languages, supporting build automation and version control through a flexible plugin-based architecture. KDevelop 5 includes parsers for languages like C++, JavaScript, and Python 3, with basic syntax highlighting and code folding for many others. Part of the KDE project, it leverages KDE Frameworks and Qt, while using Clang for advanced code analysis in C/C++.

Related Image Collections Add Image
We don't have any YouTube videos related to KDevelop yet.
We don't have any PDF documents related to KDevelop yet.
We don't have any Books related to KDevelop yet.
We don't have any archived web articles related to KDevelop yet.

History

KDevelop 0.1 was released in 1998,3 with 1.0 following in late 1999.4 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.5 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,6 was developed from August 2005 and released as KDevelop 4.0.0 in May 2010.7 The last feature update of this branch was version 4.7.0 in September 2014,8 with bugfix releases continuing until KDevelop 4.7.4 in December 20169

KDevelop 5 development began in August 2014 as a continuation of the 4.x codebase, ported to Qt5 and KDE Frameworks 5.10 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.11

The first stable 5.x release was KDevelop 5.0.0 in August 2016.12 In October 2016, official Microsoft Windows builds were released for the first time.13

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.

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.

See also

  • Free and open-source software portal
Wikimedia Commons has media related to KDevelop.

References

  1. "A cross-platform IDE for C, C++, Python, JavaScript and PHP". www.kdevelop.org. KDevelop. Retrieved 2017-01-17. https://www.kdevelop.org/

  2. "What's new in KDevelop 5.0?". Personal Blog of Kevin Funk. 2016-08-23. Retrieved 2017-01-17. http://kfunk.org/2016/08/23/whats-new-in-kdevelop-5-0/

  3. "ANNOUNCE: kdevelop-0.1.tar.gz". KDE. 1998-09-22. Retrieved 2013-09-22. https://lists.kde.org/?l=kde-announce&m=90648146015087&w=2

  4. "Kdevelop 1.0 released - Slashdot". tech.slashdot.org. 6 December 1999. Retrieved 2017-01-17. https://tech.slashdot.org/story/99/12/06/0252212/kdevelop-10-released

  5. "A new IDE for a new millennium". KDE. 2001-03-30. Retrieved 2013-09-22. https://lists.kde.org/?l=kde-core-devel&m=98598814600661&w=2

  6. "KDevelop4 moved". 29 November 2009. Retrieved 29 November 2009. https://apaku.wordpress.com/2009/11/29/kdevelop4-moved/

  7. "Finally KDevelop 4.0 final published". 1 May 2010. Retrieved 2010-05-01. https://apaku.wordpress.com/2010/05/01/finally-kdevelop-4-0-final-published/

  8. "KDevelop 4.7.0 Released". 13 September 2014. https://www.kdevelop.org/news/kdevelop-470-released

  9. "KDevelop 4.7.4 released". www.kdevelop.org. KDevelop. 13 December 2016. Retrieved 2017-01-17. https://www.kdevelop.org/news/kdevelop-474-released

  10. "KDevelop master now depends on KDE Frameworks 5!". 27 August 2014. https://www.kdevelop.org/frameworks/kdevelop-master-now-depends-kde-frameworks-5

  11. "What's new in KDevelop 5.0?". Personal Blog of Kevin Funk. 2016-08-23. Retrieved 2017-01-17. http://kfunk.org/2016/08/23/whats-new-in-kdevelop-5-0/

  12. "KDevelop 5.0.0 release". www.kdevelop.org. KDevelop. 23 August 2016. Retrieved 2017-01-17. https://www.kdevelop.org/news/kdevelop-500-released

  13. "KDevelop for Windows: Official 5.0.1 beta installer available now". www.kdevelop.org. KDevelop. 9 October 2016. Retrieved 2017-01-17. https://www.kdevelop.org/news/kdevelop-501-windows-released

  14. "KDevelop 5.0.0 release | KDevelop". www.kdevelop.org. 23 August 2016. Retrieved 2018-12-10. https://www.kdevelop.org/news/kdevelop-500-released