Version: 4.1.60 (using KDE 4.5.1) OS: Linux When adding custom include paths to a project, one can select the paths only once, then they are inaccessible through normal gui. vi <project>/.kdev_include_paths is one option, generating a fake include is also possible. A more user friendly way would be nice. Reproducible: Didn't try
is this a duplicate of bug 186163?
No, it's not, this one is a usability problem.
*** Bug 276960 has been marked as a duplicate of this bug. ***
hmm, this may actually be a duplicate of bug #221792. Either way, it's on my wish list. Not sure, because that bug requests a feature where you can right click on the directories and specify this. IMHO, there needs to be a dialog in the project configuration (custom makefile or otherwise)
@Daniel: Not a duplicate either, bug 221792 is about integrating a file browser to the dialog. This one is about making the overall dialog more accessible from within KDevelop.
*** Bug 274712 has been marked as a duplicate of this bug. ***
Git commit 75170596d827cc150752b59b473e7046d1010dcf by Sergey Kalinichev. Committed on 21/03/2014 at 13:58. Pushed by skalinichev into branch 'master'. Break Custom Buildsystem Plugin apart into 2 pieces. Features: *Now it's possible to define macros and add include directories/files through GUI. *The GUI is always accessible by clicking on Project->Open Configuration. Note that there is no relation between this plugin and .kdev_include_paths. That is include directories from .kdev_include_paths are not accessible from Custom defines and includes plugin and vice versa. In future .kdev_include_paths file will be used only for out-of-project files. Known shortcomings: *After includes/defines modification, the project must be reloaded manually to apply the changes. *Include files assistant stores data in .kdev_include_paths, but it should in .kdev4 file for in-project files. *It's difficult to add many include directories at a time. *... Don't forget to run kbuildsycoca4. Related: bug 329788 REVIEW: 115696 http://commits.kde.org/kdevelop/75170596d827cc150752b59b473e7046d1010dcf