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 198216

Summary: Extend CND infrastructure to handle more C language definitions for identifiers
Product: cnd Reporter: vincesheard <vincesheard>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: STARTED ---    
Severity: normal CC: vincesheard
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Text file containing specific use examples of keywords
proof of concept

Description vincesheard 2011-04-29 18:59:07 UTC
Created attachment 108023 [details]
Text file containing specific use examples of keywords

Requesting to have the CND infrastructure extended to handle the addidtion list of extensions we use for our 8 bit embedded compilers.
I have attached the spread sheet with all the requested additions.
Comment 1 Vladimir Voskresensky 2011-05-02 16:05:44 UTC
- support for extending code model part
http://hg.netbeans.org/cnd-main/rev/dba6df44a4d0

- support for extending document's lexer part
http://hg.netbeans.org/cnd-main/rev/096c6e48f5e4
Comment 2 Vladimir Voskresensky 2011-05-02 16:08:19 UTC
Created attachment 108059 [details]
proof of concept
Comment 3 Vladimir Voskresensky 2011-05-02 16:08:51 UTC
I've attached module which uses introduced SPIs to add MC specific embeddings
Comment 4 Quality Engineering 2011-05-03 05:24:20 UTC
Integrated into 'main-golden', will be available in build *201105030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dba6df44a4d0
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing #198216 -  Extend CND infrastructure to handle more C language definitions for identifiers; added pluggable external language filters