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 121220 - [60cat] Highlighting of tag library usage
Summary: [60cat] Highlighting of tag library usage
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 19:49 UTC by Jindrich Sedek
Modified: 2014-01-16 10:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-11-05 19:49:31 UTC
use this code in jsp file:
--------------------------
<%@taglib uri="/WEB-INF/mytags.tld" prefix="m" %>
 <m:foo/>
 <p>
    <m:out msg="Hello World"/>
 </p>
--------------------------
 Putting the cursor on prefix="m" should highlight all occurences of <m:...>
Comment 1 Marek Fukala 2007-11-05 21:01:15 UTC
Great idea, I'll be happy implementing this, should be quite easy do. We should probably also consider other highlight
possibilities in JSP/EL/Java