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

Summary: [Colors & Fonts] separate constants and types
Product: php Reporter: Koc
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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?