Integrasi Komputer    
   
Daftar Isi
(Sebelumnya) KdeutilsKdewebdev (Berikutnya)

KDevelop

KDevelop
Kdevelop icon.svg
KDevelop 4 Screenshot.png
KDevelop 4
Developer(s)KDE
Initial release01999-12-06December 6, 1999[1]
Stable release4.4.1 (November 8, 2012; 4 months ago (2012-11-08)) [±] [±]
Preview releaseNone [±] [±]
Written inC++
Operating systemUnix-like, Windows
PlatformKDE Platform
Available inMultilingual[2]
TypeIntegrated development environment
LicenseGNU General Public License
Websitewww.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 to produce executable code.

The current version, 4.4.0, was officially released on 23 October 2012. It builds on KDE Platform 4 technology and supports C, C++, PHP, and Python development.

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.

Contents

History

KDevelop Meeting
YearVenueDateNotes
2008[3]Munich, Germany4/12-4/18 
2009[4]Mykolayiv, Ukraine4/19-4/26 
2010[5]Berlin, Germany2/13-2/21co-hosted with Kate and Okteta Meeting
2012[6]Vienna, Austria23–29th Octco-hosted with Kate Meeting

KDevelop 1.x and 2.x were developed over a period of four years from the initial KDevelop codebase.[7] Bernd Gehrmann started a complete rewrite from scratch and announced KDevelop 3.x on March 30, 2001.[8] 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.[9] In May 2010, the final version of KDevelop 4.0.0 was released.[10]


Features

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 3 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, 50 to 100 plugins exist for the 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. ^ "KDevelop – News of 1999". KDE. 01999-12-06December 6, 1999. Archived from the original on June 7, 2011; 21 months ago (2011-06-07). http://web.archive.org/web/2003062113 2836/http://www.kdevelop.org/index.ht ml?filename=main1999.html. Retrieved 02012-12-27December 27, 2012.
  2. ^ http://l10n.kde.org/stats/gui/trunk-k de4/package/extragear-kdevelop/
  3. ^ harryF (2008-04-10). "KDevelop Team Meeting Agenda". KDE. KDE.NEWS. 
  4. ^ Danny Allen, Artur Souza, Claudia Rauch, Torsten Thelke. KDE e.V. Quarterly Report 2009Q2-2010Q1 (Issue 13) (in English). KDE e.V. p. 2. Retrieved 2011-04-09. 
  5. ^ Dominik Haumann (2010-03-08). "Kate, KDevelop and Okteta Developers Meet in Berlin". KDE. KDE.NEWS. 
  6. ^ Milian Wolff (2012/12/12-01-0113.972222222222). "Kate/KDevelop October Sprint: What's new in KDevelop". KDE. KDE.NEWS. 
  7. ^ http://lists.kde.org/?l=kde-announce& amp;m=90648146015087&w=2
  8. ^ A new IDE for a new millennium
  9. ^ "KDevelop4 moved". http://apaku.wordpress.com/2009/11/29 /kdevelop4-moved/. Retrieved 29 November 2009.
  10. ^ "Finally KDevelop 4.0 final published". 1 May 2010. http://apaku.wordpress.com/2010/05/01 /finally-kdevelop-4-0-final-published /. Retrieved 2010-05-01.

External links

(Sebelumnya) KdeutilsKdewebdev (Berikutnya)