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 74669

Summary: [cc] Entities are offered in incorrect color
Product: xml Reporter: Jiri Kovalsky <jkovalsky>
Component: CodeAssignee: issues@xml <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Kovalsky 2006-04-10 10:47:30 UTC
Development build #200604100200 of NetBeans 5.5
Windows XP, JDK 1.5.0_05 build #05

Description:
============
Another regression was introduced with new XML completion. Entities are
suggested in blue color while previously it was red color which is more logical
as this is the syntax color of entities in XML editor.

Steps to reproduce:
===================
1. Create new web application project and new XML file in it.
2. Type & between <root> elements and press CTRL+Space to invoke completion.
3. Note that items are blue. Press Enter. Red &amp; shows up.
Comment 1 Samaresh Panda 2008-12-01 22:27:50 UTC
Not sure where is the spec for this, but it has been like this since 6.0. BTW entity colors are now black so I'm not
sure if it is valid any more.