[
https://issues.jboss.org/browse/JBIDE-8140?page=com.atlassian.jira.plugin...
]
Denis Maliarevich commented on JBIDE-8140:
------------------------------------------
Please see [Eclipse's Bugzilla
Issue|https://bugs.eclipse.org/bugs/show_bug.cgi?id=241358]
It says "New html file is definitely different and ${cursor} does not work there,
and
even new Java Class file creation does not change the cursor position. It
points to the starting of the file."
I've tried using standard HTML templates from WTP with ${cursor} in them -- the cursor
points to the starting of the file.
In conclusion I can say that though curson location was defined it has no influence on the
result.
Define cursor location for VPE Code Templates
---------------------------------------------
Key: JBIDE-8140
URL:
https://issues.jboss.org/browse/JBIDE-8140
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Denis Maliarevich
Labels: usability
Fix For: 3.3.0.M3
Use ${cursor} variable to define cursor location after code template insertion
For example, would be good to have cursor by default installed into template attribute of
"Blanck FAcelet Page" template like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
<ui:composition template="${cursor}">
</ui:composition>
</html>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira