Questions relating to KDevelop, the integrated development environment (IDE), which is based on KDevPlatform, the KDE libraries and QT. Programming languages such as C and C++ and others are supported by the KDevelop framework. It is available on all Unix variants and also on Mac OS X.

learn more… | top users | synonyms

1
vote
2answers
663 views

Repository for Kdevelop (>=4.4.x)?

I need to get around a regression in the new Kdevelop (4.3.90) which is supposedly fixed in (4.4.1) but I cannot find a ppa (or other repository). I would really rather not compile from source. Does ...
2
votes
1answer
80 views

How to exclude a folder from a KDevelop project?

Currently my o folder is appearing in my KDevelop project tree, and therefore .o files appear in the open file completion list. Is there a way to exclude certain folders from KDevelop's view of the ...