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 109813

Summary: Syntax highlighting: No way to define highlighting for package names.
Product: java Reporter: matthies <matthies>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description matthies 2007-07-16 15:23:05 UTC
It appears there is no way to define sytnax highlighting for package names (other than category "Identifier").
I think there should be, and/or for fully qualified type names (like "java.net.URL" for example).
This would (optionally?) also affect the coloring of the seperating dots.
Comment 1 Jan Lahoda 2007-07-16 15:25:32 UTC
This sounds more like an enhancement to me...
Comment 2 matthies 2007-07-16 15:34:42 UTC
Well, treat it as you like. :)
For me it feels like a defect that you can define custom settings for pretty much all kinds of identifiers but not for 
package names or fully-qualified type names.