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

Summary: a method to specify declaration of a type, variable or function
Product: cnd Reporter: lurscher
Component: Code ModelAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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