[
https://issues.jboss.org/browse/JBIDE-7030?page=com.atlassian.jira.plugin...
]
Yahor Radtsevich edited comment on JBIDE-7030 at 10/25/11 8:44 AM:
-------------------------------------------------------------------
I am sorry, but neither the VPE team, nor JBoss Tools are responsible for the JS editor.
JS editor is a project of Eclipse.
It would be better if you fill a feature request through [Eclipse Bugzilla File a
Bug|https://bugs.eclipse.org/bugs/enter_bug.cgi] => Webtools catagory => JSDT
product.
was (Author: yradtsevich):
I am sorry, but neither the VPE team, nor JBoss Tools are responsible for the JS
editor. JS editor is a project of Eclipse.
It would be better if you fill a feature request through [Eclipse
Bugzilla|https://bugs.eclipse.org/bugs/] => Webtools catagory => JSDT product.
HTML highlighting and code assist in JS editor inside string
variables
----------------------------------------------------------------------
Key: JBIDE-7030
URL:
https://issues.jboss.org/browse/JBIDE-7030
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: UpStream
Reporter: Dzianis Sheka
Assignee: Yahor Radtsevich
Fix For: 3.3.x
When we develop something on JavaScript,sometimes we use the next constructions:
function insert_tree_base(data) {
eval("window.items=" + data + ";");
if (items && (items.length > 0)) {
var s = "<table cellspacing='0' cellpadding='5'
class='tree'>";
for (var i=0; i < items.length; i++) {
s = s + "<tr><td valign='top'
align='left'>" + window.insert_tree_build(window.items[i], 0) +
"</td></tr>";
}
s = s + "</table>";
jQuery("#treeFragment").append(s);
}
And in VPE we don't have a html highlighting inside s = s + "<tr><td
valign='top' align='left'>" +
window.insert_tree_build(window.items[i], 0) + "</td></tr>";
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira