]
Vlado Pakan closed JBIDE-17169.
-------------------------------
Verified with JBDS Beta2-v20140601-0744-B106
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: Enhancement
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Priority: Critical
Labels: new_and_noteworthy, respin-a
Fix For: 4.2.0.Beta2
Attachments: templates.png
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}