KDevelop

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
KDevelop
Kdevelop icon.svg
KDevelop 4 Screenshot.png
KDevelop 4
Developer(s) KDE
Initial release December 6, 1999; 24 years ago (1999-12-06)[1]
Stable release 4.7.2 / 12 October 2015; 8 years ago (2015-10-12)
Preview release 5.0.0 / 25 October 2015; 8 years ago (2015-10-25)
Written in C, C++
Operating system Unix-like
Platform KDE Platform
Available in Multilingual[2]
Type Integrated development environment
License GNU General Public License
Website www.kdevelop.org

KDevelop is a free software integrated development environment (IDE) for the KDE Platform on Unix-like computer operating systems. KDevelop includes no compiler; instead, it uses an external compiler such as GCC or Clang to produce executable binaries.

The current version, 4.7.1, was officially released on 6 February 2015, and will be the last version to use Qt 4 and KDElibs 4, as the next major release will rely on Qt 5 and KDE Frameworks 5.[3] It builds on various KDE Platform 4 technologies and supports C, C++, PHP and Python development, among others.

The last stable release of the previous major version, 3.5.5, which is based on K Desktop Environment 3 technology, supports many programming languages such as Ada, Bash, C, C++, Fortran, Java, Pascal, Perl, PHP, Python and Ruby. Released under the GNU General Public License, KDevelop is free software.

History

KDevelop Meeting
Year Venue Date Notes
2008[4] Munich, Germany 4/12-4/18
2009[5] Mykolayiv, Ukraine 4/19-4/26
2010[6] Berlin, Germany 2/13-2/21 co-hosted with Kate and Okteta Meeting
2012[7] Vienna, Austria 23–29th Oct co-hosted with Kate Meeting
2014[8] Barcelona, Catalonia, Spain 18/1-25/1 co-hosted with Kate Meeting

KDevelop 1.x and 2.x were developed over a period of four years from the initial KDevelop codebase.[9] Bernd Gehrmann started a complete rewrite from scratch and announced KDevelop 3.x on March 30, 2001.[10] Its first release was together with K Desktop Environment 3.2 in February 2004. The development of KDevelop 3.x stopped in 2008.

KDevelop 4.x has been under development since August 2005. It is a complete rewrite with a better core and a more object-oriented programming model.[11] In May 2010, the final version of KDevelop 4.0.0 was released.[12]

KDevelop 4.7 will mark the final feature release of KDevelop for KDE 4. Further development will continue using KDE Frameworks 5.[13][14]

Features

Lua error in package.lua at line 80: module 'strict' not found.

KDevelop uses an embedded text editor component through the KPart 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++, Perl, 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

Further reading

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. https://www.kdevelop.org/news/kdevelop-470-released
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.