[jbosstools-commits] JBoss Tools SVN: r35799 - trunk/jst/plugins/org.jboss.tools.jst.web.ui.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 19 07:35:48 EDT 2011


Author: dmaliarevich
Date: 2011-10-19 07:35:48 -0400 (Wed, 19 Oct 2011)
New Revision: 35799

Modified:
   trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
Log:
https://issues.jboss.org/browse/JBIDE-9892 - Fixed: force the plug-in to be loaded on content assist invocation.

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml	2011-10-19 10:16:27 UTC (rev 35798)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/plugin.xml	2011-10-19 11:35:48 UTC (rev 35799)
@@ -695,7 +695,7 @@
    	<extension
        point="org.eclipse.wst.sse.ui.completionProposal">
         <proposalComputer
-          activate="false"
+          activate="true"
           categoryId="org.eclipse.wst.html.ui.proposalCategory.htmlTemplates"
           class="org.jboss.tools.jst.web.ui.editor.pref.template.contentassist.XHTMLTemplateContentAssistComputer"
           id="org.jboss.tools.jst.web.ui.editor.template">



More information about the jbosstools-commits mailing list