Bug 342761 - Enhance double-clicking in a complex JSP attribute
Summary: Enhance double-clicking in a complex JSP attribute
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 3.2.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Nitin Dahyabhai CLA
QA Contact: Nick Sandonato CLA
URL: http://stackoverflow.com/questions/35...
Whiteboard:
Keywords: helpwanted
Depends on: 120649
Blocks:
  Show dependency tree
 
Reported: 2011-04-13 16:05 EDT by Nitin Dahyabhai CLA
Modified: 2018-02-12 16:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2011-04-13 16:05:51 EDT
Currently it is not possible through double-click to select part of a JSP attribute value, .e.g. the word "user" in the following tag:
<h:outputText value="#{req.user}">

The strategy in place is the same one for XML.  Ideally there would be a way to use the CSS strategy for the value of a style attribute, a JS strategy for event handler attributes, and one for EL in values that contain EL expressions.