History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12853
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Avdeev
Reporter: Taras Tielkes
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

"Highlight Usages in File" should work for taglib prefixes

Created: 20 Dec 06 23:29   Updated: 06 Nov 08 23:26
Component/s: J2EE.JSP
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,140


 Description  « Hide
When opening/working with a bigger JSP document, it's nice to get an overview what parts use what tag libraries.

My first response was to use "Highlight Usages" (Ctrl-Shift-F7) on the prefix of the specific tag library. This works, but only in "raw character"/"green" more, eg. no semantic understanding. Since taglib prefixes are ofter just a couple of letters ("c" is the common prefix for the JSTL core taglib) this lessens the utility the function.

Make Ctrl-Shift -F7 understand usages of taglib prefix.



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 05 Aug 07 21:13
Similar feature would be useful in XML as well: inside a document that uses elements from various namespaces I'd like to highlight usages of elements from one particular namespace. Ctrl-Shift-F7 on the namespace prefix would feel natural, however at the moment is of limited usability because of "text style" matching.