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 - Extending reserved words
Summary: Extending reserved words
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 19:35 UTC by avp
Modified: 2017-07-14 22:08 UTC (History)
1 user (show)

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 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.