KDevelop (简体中文)

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

"KDevelop is a free, open source IDE (Integrated Development Environment) for MS Windows, Mac OS X, Linux, Solaris and FreeBSD. It is a feature-full, plugin extensible IDE for C/C++ and other programming languages. It is based on KDevPlatform, and the KDE and Qt libraries and is under development since 1998."

安装

official repositories安装 kdevelop

添加额外的插件

首先:安装依赖

KDevelop 解析器在官方源中,kdevelop-pg-qt是你需要安装的额外插件。如果这个插件没有安装,该软件是不能编译的。

PHP

能够从官方源中安装 PHP 插件,该插件提供自动完成和其它一些 PHP特定的功能。

安装好后重启KDevelop 4,你能使用 PHP 插件的功能,包括自动完成 PHP 功能和你的项目功能还有类。

其它插件

AUR: kdevelop-extra-plugins在 AUR 中安装。

故障排除

KDevCMakeManager

如果你得到这样的一个错误信息,项目管理插件不能加载 ("Could not load project management plugin KDevCMakeManager.")。请确信你的cmake已经安装。

可用插件列表

As of June 18 2009, the following plugins are available from KDE's svn repository.

  • automake
  • bazaar
  • check
  • controlflowgraph
  • cppunit
  • csharp
  • ctest
  • duchainviewer
  • java
  • metrics
  • oldgdb
  • php
  • php-docs
  • python
  • qmake
  • qtdesigner
  • ruby
  • sloc
  • teamwork
  • xdebug
警告: As of June 17 2009, do not install the php-docs plugin because it causes the php plugin to stop working.