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 123504

Summary: Extending reserved words
Product: cnd Reporter: avp <avp>
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker CC: tomtomhotep
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description avp 2007-12-05 19:35:29 UTC
When user look at code very useful for understanding this code is highlighting reserved words.
But when user work in pure c++ Netbeans can help him. But if he(she) work in frameworks which extending c++ with new
reserved words (or macros) which are very in understanding code - Netbeans don't know about this words nothing. 
And I propose create feature - extending list of reserved words. In this list user can add: reserved words, macros,
defines or important variables from his application or framework.