]
Viacheslav Kabanovich reassigned JBIDE-17169:
---------------------------------------------
Assignee: Viacheslav Kabanovich (was: Victor Rubezhny)
HTML5 Palette templates should be available for content assist by key
words
---------------------------------------------------------------------------
Key: JBIDE-17169
URL:
https://issues.jboss.org/browse/JBIDE-17169
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 4.2.0.Beta3
For example <div data-role="page> should be available by "page" and
"div":
{code}
page| -> <div data-role="page>...
div| -> <div data-role="page>...
{code}