Author: vrubezhny
Date: 2011-08-12 16:27:51 -0400 (Fri, 12 Aug 2011)
New Revision: 33861
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspJbide1704Test.java
Log:
JBIDE-9515
EL code completion is broken
Issue is fixed
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspJbide1704Test.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspJbide1704Test.java 2011-08-12
19:13:11 UTC (rev 33860)
+++
trunk/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/jsp/ca/test/JsfJspJbide1704Test.java 2011-08-12
20:27:51 UTC (rev 33861)
@@ -69,7 +69,8 @@
// (the only exclusion is EL-proposals)
if (proposal instanceof AutoContentAssistantProposal) {
- if(((AutoContentAssistantProposal)proposal).getReplacementString().startsWith("#{"))
{
+ if(((AutoContentAssistantProposal)proposal).getReplacementString().startsWith("#{")
||
+ ((AutoContentAssistantProposal)proposal).getReplacementString().startsWith("${"))
{
// The only EL template proposal is allowed to be shown here
continue;
}
Show replies by date