Author: vrubezhny
Date: 2010-09-22 08:35:19 -0400 (Wed, 22 Sep 2010)
New Revision: 25087
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
Log:
JBIDE-7061 : Code completion for EL inserts unnecessary #{}
Issue is fixed
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2010-09-22 12:32:17 UTC (rev
25086)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2010-09-22 12:35:19 UTC (rev
25087)
@@ -741,6 +741,16 @@
categoryId="org.jboss.tools.jst.jsp.proposalCategory.xmlEL"
class="org.jboss.tools.jst.jsp.contentassist.computers.XmlELCompletionProposalComputer"
id="org.jboss.tools.jst.jsp.proposalComputer.xmlEL">
+ <contentType id="org.eclipse.core.runtime.xml">
+ <partitionType id="org.eclipse.wst.xml.XML_DEFAULT" />
+ <partitionType id="org.eclipse.wst.xml.XML_CDATA" />
+ <partitionType id="org.eclipse.wst.xml.XML_PI" />
+ <partitionType id="org.eclipse.wst.xml.XML_DECL" />
+ <partitionType id="org.eclipse.wst.xml.XML_COMMENT" />
+ <partitionType id="org.eclipse.wst.xml.dtd.internal_subset" />
+ <partitionType id="org.eclipse.wst.sse.ST_DEFAULT" />
+ <partitionType id="org.eclipse.wst.sse.UNKNOWN_PARTITION_TYPE" />
+ </contentType>
<contentType id="org.eclipse.wst.xml.core.xmlsource">
<partitionType id="org.eclipse.wst.xml.XML_DEFAULT" />
<partitionType id="org.eclipse.wst.xml.XML_CDATA" />