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 - [cc] Entities are offered in incorrect color
Summary: [cc] Entities are offered in incorrect color
Status: RESOLVED INVALID
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-10 10:47 UTC by Jiri Kovalsky
Modified: 2008-12-01 22:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.