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 84566 - Code completion uneccessary in #include string
Summary: Code completion uneccessary in #include string
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on: 77774
Blocks:
  Show dependency tree
 
Reported: 2006-09-09 19:35 UTC by svitak
Modified: 2006-11-02 18:05 UTC (History)
1 user (show)

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 svitak 2006-09-09 19:35:04 UTC
Code completion is activated unnecessarily within string of #include statement, e.g.
#include "somefile."

Code completion is activated when the . is typed. Oddly "somefile" may not even
exist, so of course all objects show up in cc list. Note that at least the open
quote is required for this behavior (close quote may be present).
Comment 1 Max Sauer 2006-10-11 10:59:37 UTC
This should offer filenemes of header files instead if class names.
Comment 2 Vladimir Voskresensky 2006-11-02 16:15:34 UTC
the problem with oddly completion after "." will be solved as part of 77774
Comment 3 Vladimir Voskresensky 2006-11-02 18:05:04 UTC
oddly completion is fixed.

content of code completion is subject of IZ79440 *Completion* suggest completion
list of files for #include directive
(http://www.netbeans.org/issues/show_bug.cgi?id=79440)