Author: sdzmitrovich
Date: 2008-11-26 10:48:33 -0500 (Wed, 26 Nov 2008)
New Revision: 12078
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDefaultPseudoContentCreator.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3249,https://jira.jboss.org/jira...
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDefaultPseudoContentCreator.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDefaultPseudoContentCreator.java 2008-11-26
15:35:59 UTC (rev 12077)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeDefaultPseudoContentCreator.java 2008-11-26
15:48:33 UTC (rev 12078)
@@ -33,6 +33,7 @@
withoutPseudoContentSet.add("td"); //$NON-NLS-1$
withoutPseudoContentSet.add("br"); //$NON-NLS-1$
withoutPseudoContentSet.add("nobr"); //$NON-NLS-1$
+ withoutPseudoContentSet.add("xmp"); //$NON-NLS-1$
withoutPseudoContentSet.add("input"); //$NON-NLS-1$
withoutPseudoContentSet.add("textarea"); //$NON-NLS-1$
withoutPseudoContentSet.add("select"); //$NON-NLS-1$
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2008-11-26
15:35:59 UTC (rev 12077)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2008-11-26
15:48:33 UTC (rev 12078)
@@ -1402,7 +1402,9 @@
</vpe:tag>
<vpe:tag name="nobr" case-sensitive="no">
- <vpe:template children="no" modify="no" />
+ <vpe:template children="yes" modify="no" >
+ <vpe:copy />
+ </vpe:template>
</vpe:tag>
<vpe:tag name="noframes" case-sensitive="no">
@@ -1422,9 +1424,17 @@
<vpe:drop container="yes">
<vpe:container-child tag-name="param" />
<vpe:container-child tag-name="object" />
+ <vpe:container-child tag-name="embed" />
</vpe:drop>
</vpe:template>
-</vpe:tag>
+ </vpe:tag>
+
+ <vpe:tag name="embed" case-sensitive="no">
+ <vpe:template children="yes" modify="no">
+ <vpe:copy
+ attrs="align,height,hidden,hspace,pluginspage,src,type,vspace,width" />
+ </vpe:template>
+ </vpe:tag>
<vpe:tag name="ol" case-sensitive="no">
<vpe:template children="yes" modify="no">
@@ -2125,4 +2135,28 @@
class="org.jboss.tools.vpe.html.template.HtmlTextTemplate">
</vpe:template>
</vpe:tag>
+
+ <vpe:tag name="marquee" case-sensitive="no">
+ <vpe:template children="yes" modify="no">
+ <vpe:copy
+ attrs="behavior,bgcolor,direction,height,hspace,loop,scrollamount,scrolldelay,truespeed,vspace,width"
/>
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="noembed" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="wbr" case-sensitive="no">
+ <vpe:template children="no" modify="no">
+ <vpe:copy />
+ </vpe:template>
+ </vpe:tag>
+
+ <vpe:tag name="xmp" case-sensitive="no">
+ <vpe:template children="yes" modify="no">
+ <vpe:copy />
+ </vpe:template>
+ </vpe:tag>
</vpe:templates>
\ No newline at end of file