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 196372 - a method to specify declaration of a type, variable or function
Summary: a method to specify declaration of a type, variable or function
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-06 17:24 UTC by lurscher
Modified: 2011-03-06 17:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lurscher 2011-03-06 17:24:19 UTC
Usually the code model cannot find a certain declaration
so a given type Foo_t might not get any syntax highlight or the editor will report the type as unidentified

a method for the user to manually associate the place of a declaration, at least until the user requests a reparse

this might improve usability for users, but mainly, it would produce better diagnostics information for cnd developers to identify issues with declaration detection