Jump to content

KDevelop

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 193.216.17.238 (talk) at 22:24, 29 March 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

KDevelop in IDEAl mode

KDevelop is a free C and C++ IDE for GNU/Linux and other Unix-like operating systems. KDevelop 3.0 was a complete rewrite of KDevelop 2. It was released together with KDE 3.2 in February 2004. KDevelop is licensed under the GPL license.

KDevelop does not include a compiler; instead, it uses the GNU Compiler Collection and/or other compilers to produce executable code.

The current version, 3.1, supports many more programming languages such as Ada, Bash, Fortran, Java, Pascal, Perl, Python, Ruby, and SQL, in addition to C and C++.

Basic Features

  • Source code editor with syntax highlighting and automatic indenting (kate).
  • Project managenent for different project types, such as automake, qmake and ant (Java).
  • Compiler front-end.
  • Debugger front-end.
  • Class wizard.
  • Code completition.