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 - Extend CND infrastructure to handle more C language definitions for identifiers
Summary: Extend CND infrastructure to handle more C language definitions for identifiers
Status: STARTED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 18:59 UTC by vincesheard
Modified: 2011-11-16 16:46 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Text file containing specific use examples of keywords (5.87 KB, text/plain)
2011-04-29 18:59 UTC, vincesheard
Details
proof of concept (49.00 KB, application/octet-stream)
2011-05-02 16:08 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
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