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 167160 - Code completion works wrongly with frameworks
Summary: Code completion works wrongly with frameworks
Status: RESOLVED DUPLICATE of bug 199855
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) All
: P3 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 13:25 UTC by soldatov
Modified: 2011-09-29 15:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-06-16 13:25:56 UTC
Platform: MacOS

Scenario:
- Create HelloQtWorld sample
- Build it
- Open newmain.cpp file
- Type #include <QtGu
==> 'QtGui.framework' item exist only in code completion listbox
- Type #include <QtGui/Q
==> 'No suggestion'

P.S. Real path to QApplication is /Library/Frameworks/QtGui.framework/Headers/QApplication
Comment 1 nnnnnk 2011-09-29 15:45:54 UTC

*** This bug has been marked as a duplicate of bug 199855 ***