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 15777 - Bad coloring in XML with internal DTD.
Summary: Bad coloring in XML with internal DTD.
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-21 13:32 UTC by issues@www
Modified: 2007-09-25 01:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
XMLwithDTD.xml (1.33 KB, text/plain)
2001-09-21 13:40 UTC, Martin Schovanek
Details
states.dtd (169 bytes, text/plain)
2001-09-21 13:41 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description issues@www 2001-09-21 13:32:33 UTC
Description: 
REOPEN - integrated in 2_fcs!!

Document XMLwithDTD.xml (attachment) has bad coloring.

1. on line 31 '%states;' (it should be blue)

Environment:
------------
FFJ Build 1130IE, Red Hat Linux 6.2 with (JDK 1.3).

Evaluation: 

xxx@xxxx 2000-10-25 It seems that there is problem with syntax in NOTATION in
inner DTD.

xxx@xxxx 2001-06-05

Now is just problem with parameter entity reference.

xxx@xxxx 2001-06-22

Deferred to new lexan model.

A comment.
Comment 1 Martin Schovanek 2001-09-21 13:40:06 UTC
Created attachment 2645 [details]
XMLwithDTD.xml
Comment 2 Martin Schovanek 2001-09-21 13:41:44 UTC
Created attachment 2646 [details]
states.dtd
Comment 3 Jan Chalupa 2001-11-27 17:39:26 UTC
Target milestone -> 3.3.1.
Comment 4 Jan Chalupa 2001-11-27 17:42:58 UTC
Target milestone -> 3.3.1.
Comment 5 _ pkuzel 2002-06-10 17:03:00 UTC
New lexer is not be delivered. Meanwhile I'll fix:

<!DOCTYPE.*[ opens internal DTD
  <!ENTITY.*>, <!ELEMENT.*>, <!NOTATION.*> or <!ATTLIST.*> = decl OK
  <!--.*--> = comment OK
  %.*; = parameter entity ref TODO
  <?.*?> = PIs OK
  otherwise an error TODO
]> closes internal DTD
Comment 6 _ pkuzel 2002-06-13 15:04:10 UTC
Internal DTD is now more colorfull. Parameter entity refs and strings
highlited. Also a detection of ]> delimiter added.
Comment 7 Martin Schovanek 2002-09-18 14:42:48 UTC
VERIFIED
Comment 8 Quality Engineering 2003-07-02 08:37:35 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.