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 117940

Summary: highlight both matching elements in other editors
Product: xml Reporter: athompson <athompson>
Component: CodeAssignee: Samaresh Panda <samaresh>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description athompson 2007-10-05 18:28:42 UTC
this is getting nit-picky, but in the java editor, both matching elements are highlighted when the cursor is near one
and it looks very nice (for example, both the opening and closing bracket is highlighted).  however in other editors (at
least in the XML editor), only the opposite element is highlighted.  to be more consistent both elements should be
highlighted everywhere (and it looks nicer).
Comment 1 athompson 2007-10-08 21:06:43 UTC
this is even more nit-picky, but in the java editor the highlighting occurs if the cursor is at the beginning of the
element as well as at the end of the element.  in the XML editor highlighting occurs only at the end of the element (or
in it).
Comment 2 Samaresh Panda 2008-12-04 21:55:58 UTC
Has been taken care of in NB6.5.
Comment 3 athompson 2008-12-08 19:19:52 UTC
yup