Author: vrubezhny
Date: 2010-10-01 11:17:20 -0400 (Fri, 01 Oct 2010)
New Revision: 25399
Modified:
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/text/TextProposal.java
Log:
JBIDE-7169
EL proposals should not be in the beginning of proposal lists in XML editor.
Issue is fixed
Modified:
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/text/TextProposal.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/text/TextProposal.java 2010-10-01
15:12:31 UTC (rev 25398)
+++
trunk/common/plugins/org.jboss.tools.common/src/org/jboss/tools/common/text/TextProposal.java 2010-10-01
15:17:20 UTC (rev 25399)
@@ -31,6 +31,7 @@
public static final int R_XML_ATTRIBUTE_NAME = 910;
public static final int R_TAG_INSERTION = 1210; // This value was changed from 500 to
1210 because it seems that according WTP's value was risen up to 1200 in 3.6
public static final int R_XML_ATTRIBUTE_VALUE_TEMPLATE = 91;
+ public static final int R_XML_TAG_INSERTION = 91;
public static final int R_CLOSE_TAG = 1550;
private static final long serialVersionUID = 3257007635692926512L;
Show replies by date