Author: vrubezhny
Date: 2009-11-14 09:59:31 -0500 (Sat, 14 Nov 2009)
New Revision: 18688
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
Log:
JBIDE-5068: CA for <% code fragment %> doesn't work properly
Issue is fixed
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2009-11-14 11:59:14 UTC (rev
18687)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2009-11-14 14:59:31 UTC (rev
18688)
@@ -444,7 +444,19 @@
</contenttype>
</contentAssistProcessor>
+ <!--
+ // Fix for JBIDE-5068
+ -->
<contentAssistProcessor
+ class="org.eclipse.jst.jsp.ui.internal.contentassist.JSPJavaContentAssistProcessor"
+ id="org.eclipse.jst.jsp.ui.internal.contentassist.JSPJavaContentAssistProcessor">
+ <contenttype id="org.eclipse.jst.jsp.core.jspsource">
+ <partitiontype id="org.eclipse.jst.jsp.SCRIPT.JAVA" />
+ </contenttype>
+ </contentAssistProcessor>
+
+
+ <contentAssistProcessor
class="org.jboss.tools.jst.jsp.contentassist.JspContentAssistProcessor"
id="org.jboss.tools.jst.jsp.contentassist.JspContentAssistProcessor">
<contenttype id="org.eclipse.jst.jsp.core.jspsource">
Show replies by date