KDevelop API Documentation

The KDevelop Source Code Documentation

Version SVN trunk HEAD

KDevelop is an easy to use IDE (Integrated Development Environment) for developing applications under Unix, MacOS, Windows, Solaris and BSD.

KDevelop itself is written in C++. To simplify its code it uses several libraries as can be seen in the diagram bellow. KDevelop Platform is a set of libraries and tools that are used to build IDEs (Integrated Development Environments), applications similar to IDEs (web development enviroment, text editors for programmers and designers, etc.) and/or IDE plugins for all possible purposes.

KDevelop Platform provides:

KDevelop Platform, KDE and KDevelop itself all use the Qt C++ framework. This framework can be used on top of many operative systems. This makes KDevelop a trully multiplatform application.

KDevelop
source code documentation (this document)
KDevelop Platform Libraries >= 4.0
API Reference
KDE Library >= 4.1
API Reference
Qt C++ Framework >= 4.4
Reference documentation
Operative system
Any of:

Introduction

This document is targeted at all those that want to add or improve KDevelop's source code. If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. This documentation contains the KDevelop online class reference for the current development version of KDevelop. Additionally, you can subscribe or read the mailing list for any additions and/or modifications to the API.

An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/api/html/index.html

More information about the KDevelop architecture in form of tutorials, HOWTOs, and FAQs can be found at the KDevelop website.

Current Status

KDevelop Requirements
KDevelop Features
Programming Languages Support Status (doc/api/LangSupportStatus.dox file)

How to extend KDevelop

First of all read the architecture (doc/api/Architecture.dox file) then you can find more information on how to extend KDevelop:

Additionally you may also want to find out How to document KDevelop parts (doc/api/HowToDocument.dox file).

How to participate in KDevelop development

KDevelop Development Team Cooperation Model

KDevelop is the result of the work of many people. To help syncronize the effords and to automate some tasks, the team uses many tools:

They get interconnected like this:

Development.png

Joining the Team

You're always welcome to join the team. Read the detailed guide on how to proceed.

Planned tasks

Here is a priority ordered list:
  1. fix the dispersed Fixme
  2. fix reported bugs in bugzilla database
  3. fix the dispersed Todo List all over the code.
For the list of future tasks, ideas, unmaintained plugins and many more, visit KDevelop Wiki

Misc

How to build a local copy of this documentation

This documentation is very large and changes with every svn commit, therefore is not available for download. To build your local copy of this documentation download doxygen version 1.5.0 or newer and:

License

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; For details see http://www.gnu.org/copyleft/fdl.html .
KDE Logo
This file is part of the documentation for KDevelop Version SVN trunk HEAD.
Documentation copyright © 1996-2007 the KDE and KDevelop developers.
Generated on Sun May 18 01:14:57 2008 by doxygen 1.5.5-20080420 written by Dimitri van Heesch, © 1997-2007