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 182404 - [Colors & Fonts] separate constants and types
Summary: [Colors & Fonts] separate constants and types
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 21:36 UTC by Koc
Modified: 2012-04-24 13:41 UTC (History)
0 users

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 Koc 2010-03-19 21:36:46 UTC
There is type "Keyword". Constants, class constants, (bool), (array), NULL, function, class are keywords.

I think that better separate they by types:
1) types: int, bool, NULL
2) constants (w\ class constants)
3) method declaration
4) function declaration
Comment 1 Filip Zamboj 2010-09-15 12:31:03 UTC
batch reassigning
Comment 2 Koc 2010-11-22 14:04:00 UTC
Is it possible include this feature to 7.0?