This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 190884 - folders in include paths called 'common' are not seen
Summary: folders in include paths called 'common' are not seen
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: PC Other
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-10 19:30 UTC by lurscher
Modified: 2010-10-14 11:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test pkg-config file (430 bytes, application/octet-stream)
2010-10-10 19:30 UTC, lurscher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lurscher 2010-10-10 19:30:34 UTC
Created attachment 102338 [details]
test pkg-config file

tested with build 201010060000

i have added a pkg-config file with a include path

in the include path there is a subfolder called 'common'

when doing "#include <co" i dont get any suggestions.

i changed the subfolder name to be "my_common"

when doing #include <my_co" i now get the suggestion
Comment 1 Alexander Simon 2010-10-14 11:44:28 UTC
Did you try press Ctrl+space second time?
Code completion has "an intellect" that restrict list of suggestions.
Second Ctrl+space should get you common folder in list.