
KDevelop
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDevelop is a plugin based IDE that currently supports C++ and PHP, different build tools, integrated documentation formats, integrated revision control systems and dozens of other neat tools. All these are plugins and there are plenty examples on how to add your own plugins.
It should also compile on Mac OSX (PowerPC), MS Windows and Solaris, but these platforms are sadly unmaintained. Help welcome!
Build tools: CMake, custom makefiles, generic scripts. (Experimental: QMake, Autotools, ...)
Integrated Documentation: QtHelp, CMake, PHP.net
Revision Control Systems: CVS, Git (KDev 4.1), SVN, (Experimental: Mercurial)
Development Support with code completion, as-you-type-reports, context browsing etc. pp:
- Anything in C++/C , e.g.: Qt, gtk, wxWindows, superwabba, GBA, ...
- Anything in PHP.
"Simple" language support for tons of other languages with the feature set found in Kate.
Other plugins: console, debugger (gdb), find-in-files, classviewer, snippets, external scripts, ...
For features, screenshots and other goodies, visit the website.
10 years ago
January 26th 2011 - Release of KDevelop 4.2.0
January 14th 2011 - Release of KDevelop 4.1.2
November 28th 2010 - Release of KDevelop 4.1.0
October 25st 2010 - Release of KDevelop 4.1
May 1st 2010 - Release of KDevelop 4.0
10 years ago
January 26th 2011 - Release of KDevelop 4.2.0
January 14th 2011 - Release of KDevelop 4.1.2
November 28th 2010 - Release of KDevelop 4.1.0
October 25st 2010 - Release of KDevelop 4.1
May 1st 2010 - Release of KDevelop 4.0
sarahb523
16 years ago
I have problems with the make-tools editor. How I can add a existing file and then define a target where the file should copied during a "make install"? I kdevelop 2 was it quite easy but in kdevelop 3 I don't see any easy way to do this.
other thing are the file groups. I spilt my projects into "heade, source, gnu, icons, ...". It is possible to change the predefined groups, but you have to do this for each project. It is not possible to change the given groups permanently. This is a little bit anoying.
But kdevelop 3 goes the right way but it is far away from a stable and usefull version for all the user needs. (But it can fit to all needs of some users, but not for all!)
Report
teatime
16 years ago
One workaround is to set the project's documentation settings to show _all_ installed documentation sets. The doctree does some odd things to hide documentation sets that makes the Qt style plugin crash.
The bug is IMHO in the style code, but the documentation plugin is currently being rewritten, so the next release should have a better documentation system and not have this problem.
The File Groups comment is a good point. You should register a wish report about that so it's not forgotten. http://bugs.kde.org/
Report
bpopp
17 years ago
Decoding, I'm not sure what you were looking at but I've got to assume you 1) either didn't spend much time with it, or 2) you had something wrong with your installation. When I installed initially, I wasn't setting my --prefix correctly for KDE so I wasn't getting any toolbars or icons (which basically made KDevelop look like a bad text editor).
My only complaint, and this is probably a misunderstanding on my part, is that I have been unable to create subfolders within my projects without compiling them as libraries. Anyone know if this is by design?
Report
lordofthemoose
17 years ago
Report
aseigo
17 years ago
Report