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 37217 - EDITOR: No bracket matching for <!-- comments
Summary: EDITOR: No bracket matching for <!-- comments
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-13 17:27 UTC by David Kaspar
Modified: 2005-03-29 10:19 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 David Kaspar 2003-11-13 17:27:22 UTC
How to reproduce:
1) Have a JSP with "<!--" "-->" pair.
2) Move cursor to each elements.
3) ERROR - the second element is not highlighted
as matching bracket.
Comment 1 Petr Pisl 2004-10-13 12:51:23 UTC
Thi is html issue. Valid fro jsp comment as well.
Comment 2 Marek Fukala 2005-02-25 09:28:31 UTC
implemented the HTML comment matching

Checking in HTMLSyntaxSupport.java;
/cvs/html/editor/lib/src/org/netbeans/editor/ext/html/HTMLSyntaxSupport.java,v
 <--  HTMLSyntaxSupport.java
new revision: 1.9; previous revision: 1.8
done


Comment 3 Marek Fukala 2005-02-25 09:52:41 UTC
implemented jsp tags matching

Checking in JspSyntaxSupport.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspSyntaxSupport.java,v
 <--  JspSyntaxSupport.java
new revision: 1.60; previous revision: 1.59
done
Comment 4 Jiri Kovalsky 2005-03-29 10:19:46 UTC
Verified in development build #200503281924 of NetBeans 4.1.