Bug 66662 - c/c++ intelisense doesn't check functions and classes decalred in system and library files
Summary: c/c++ intelisense doesn't check functions and classes decalred in system and ...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 00:25 UTC by tal
Modified: 2003-10-27 08:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tal 2003-10-27 00:25:33 UTC
Version:           3.0.7a from cvs (using KDE KDE 3.1.4)
Installed from:    Slackware Packages
Compiler:          gcc 3.2.2 
OS:          Linux

intelisense (auto prompt function parameters, object members) works only on objects and functions declared in the project. it does not work for system and library files (kde and qt objcets, won't prompt members, system and other standrad library functions won't prompt the parameters types and names)
Comment 1 Jens Dagerbo 2003-10-27 08:57:37 UTC
Hmm.. as this is marked as a wish, I don't read it as a "it doesn't work" report, which means I can close it as implemented. (hmm.. fixed?)

The functionality is there (and has been for months) but it might be a little hidden. You need to generate the code completion database for external libraries. Go into project options -> c++ specific -> code completion. Hit the button "add persistant class store" to start the wizard.