JBoss Tools SVN: r7924 - branches/jbosstools-2.1.x/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 12:54:01 -0400 (Wed, 30 Apr 2008)
New Revision: 7924
Modified:
branches/jbosstools-2.1.x/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java
Log:
JBIDE-2174
Modified: branches/jbosstools-2.1.x/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java
===================================================================
--- branches/jbosstools-2.1.x/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java 2008-04-30 16:52:54 UTC (rev 7923)
+++ branches/jbosstools-2.1.x/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java 2008-04-30 16:54:01 UTC (rev 7924)
@@ -106,7 +106,7 @@
static {
String[] lcw = new String[]{"the", "web.xml", "for"};
String[] ucw = new String[]{"tld", "uri", "jsp", "html", "url", "jsf", "xml",
- "id", "jms", "esb", "ftp", "jbr", "fs"};
+ "id", "jms", "esb", "ftp", "jbr", "fs", "mep"};
for (int i = 0; i < lcw.length; i++) LOWER_CASE_WORDS.add(lcw[i]);
for (int i = 0; i < ucw.length; i++) UPPER_CASE_WORDS.add(ucw[i]);
}
16 years, 7 months
JBoss Tools SVN: r7923 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 12:52:54 -0400 (Wed, 30 Apr 2008)
New Revision: 7923
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java
Log:
JBIDE-2174
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java 2008-04-30 16:20:15 UTC (rev 7922)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/key/WizardKeys.java 2008-04-30 16:52:54 UTC (rev 7923)
@@ -106,7 +106,7 @@
static {
String[] lcw = new String[]{"the", "web.xml", "for"};
String[] ucw = new String[]{"tld", "uri", "jsp", "html", "url", "jsf", "xml",
- "id", "jms", "esb", "ftp", "jbr", "fs"};
+ "id", "jms", "esb", "ftp", "jbr", "fs", "mep"};
for (int i = 0; i < lcw.length; i++) LOWER_CASE_WORDS.add(lcw[i]);
for (int i = 0; i < ucw.length; i++) UPPER_CASE_WORDS.add(ucw[i]);
}
16 years, 7 months
JBoss Tools SVN: r7922 - in branches/jbosstools-2.1.x: vpe/plugins/org.jboss.tools.vpe/ve and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dsakovich
Date: 2008-04-30 12:20:15 -0400 (Wed, 30 Apr 2008)
New Revision: 7922
Modified:
branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css
Log:
http://jira.jboss.org/jira/browse/JBIDE-2172
Modified: branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
--- branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-04-30 15:42:25 UTC (rev 7921)
+++ branches/jbosstools-2.1.x/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-04-30 16:20:15 UTC (rev 7922)
@@ -227,10 +227,11 @@
<!-- Проблема с вложенным параметром (31 of 4) -->
<vpe:tag name="h:commandLink" case-sensitive="yes">
<vpe:template children="yes" modify="yes">
- <vpe:a class="{@styleClass}"
+ <span class="def-link {@styleClass}"
style="{@style}"
- title="{tagstring()}"
- value="{jsfvalue(@value)}"/>
+ title="{tagstring()}">
+ <vpe:value expr="{jsfvalue(@value)}" />
+ </span>
<vpe:dnd>
<vpe:drag start-enable="yes" />
<vpe:drop container="yes">
@@ -278,8 +279,7 @@
<vpe:template children="yes" modify="yes">
<vpe:a class="{@styleClass}"
style="{@style}"
- title="{tagstring()}"
- value="{jsfvalue(@value)}"/>
+ title="{tagstring()}"/>
<vpe:textFormatting use-default-formats="yes">
<vpe:format type="UnderlineFormat" setDefault="true">
<vpe:formatAttribute type="style" />
Modified: branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css
===================================================================
--- branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css 2008-04-30 15:42:25 UTC (rev 7921)
+++ branches/jbosstools-2.1.x/vpe/plugins/org.jboss.tools.vpe/ve/EditorOverride.css 2008-04-30 16:20:15 UTC (rev 7922)
@@ -93,7 +93,12 @@
::-moz-display-comboboxcontrol-frame {
-moz-user-select: text !important;
}
-
+
+.def-link {
+ text-decoration: underline -moz-anchor-decoration;
+ color: -moz-hyperlinktext;
+}
+
option {
-moz-user-select: text !important;
}
16 years, 7 months
JBoss Tools SVN: r7921 - branches/jbosstools-2.1.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-04-30 11:42:25 -0400 (Wed, 30 Apr 2008)
New Revision: 7921
Modified:
branches/jbosstools-2.1.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-2144 Different behavior of cursors after selection value from proposal list using CA.
issue is fixed
Modified: branches/jbosstools-2.1.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
===================================================================
--- branches/jbosstools-2.1.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-04-30 15:37:11 UTC (rev 7920)
+++ branches/jbosstools-2.1.x/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-04-30 15:42:25 UTC (rev 7921)
@@ -77,7 +77,7 @@
private final String fPrefix;
private final String fNewPrefix;
private final int fOffset;
- private final int fNewPosition;
+ private int fNewPosition;
public Proposal(String string, String prefix, int offset) {
this(string, prefix, offset, offset + string.length());
@@ -177,6 +177,10 @@
*/
public void apply(ITextViewer viewer, char trigger, int stateMask, int offset) {
apply(viewer.getDocument(), trigger, offset);
+
+ if (fString != null && fString.endsWith("}")) {
+ fNewPosition -= 1;
+ }
}
/*
@@ -230,6 +234,14 @@
public boolean isAutoInsertable() {
return false;
}
+
+ /**
+ * Return cursor position of proposal replacement string.
+ */
+ public int getCursorPosition() {
+ return fNewPosition;
+ }
+
}
private final SeamELCompletionEngine fEngine= new SeamELCompletionEngine();
16 years, 7 months
JBoss Tools SVN: r7920 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-04-30 11:37:11 -0400 (Wed, 30 Apr 2008)
New Revision: 7920
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-2144 Different behavior of cursors after selection value from proposal list using CA.
issue is fixed
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-04-30 15:37:02 UTC (rev 7919)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/text/java/SeamELProposalProcessor.java 2008-04-30 15:37:11 UTC (rev 7920)
@@ -77,7 +77,7 @@
private final String fPrefix;
private final String fNewPrefix;
private final int fOffset;
- private final int fNewPosition;
+ private int fNewPosition;
public Proposal(String string, String prefix, int offset) {
this(string, prefix, offset, offset + string.length());
@@ -177,6 +177,10 @@
*/
public void apply(ITextViewer viewer, char trigger, int stateMask, int offset) {
apply(viewer.getDocument(), trigger, offset);
+
+ if (fString != null && fString.endsWith("}")) {
+ fNewPosition -= 1;
+ }
}
/*
@@ -230,6 +234,14 @@
public boolean isAutoInsertable() {
return false;
}
+
+ /**
+ * Return cursor position of proposal replacement string.
+ */
+ public int getCursorPosition() {
+ return fNewPosition;
+ }
+
}
private final SeamELCompletionEngine fEngine= new SeamELCompletionEngine();
16 years, 7 months
JBoss Tools SVN: r7919 - branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.core/images/esb.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 11:37:02 -0400 (Wed, 30 Apr 2008)
New Revision: 7919
Modified:
branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.core/images/esb/new_esb_file.gif
Log:
JBIDE-2167
Modified: branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.core/images/esb/new_esb_file.gif
===================================================================
(Binary files differ)
16 years, 7 months
JBoss Tools SVN: r7918 - trunk/esb/plugins/org.jboss.tools.esb.core/images/esb.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 11:35:57 -0400 (Wed, 30 Apr 2008)
New Revision: 7918
Modified:
trunk/esb/plugins/org.jboss.tools.esb.core/images/esb/new_esb_file.gif
Log:
JBIDE-2167
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/images/esb/new_esb_file.gif
===================================================================
(Binary files differ)
16 years, 7 months
JBoss Tools SVN: r7917 - branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.ui/images/xstudio/editors.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 10:18:38 -0400 (Wed, 30 Apr 2008)
New Revision: 7917
Modified:
branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.ui/images/xstudio/editors/esb.gif
Log:
JBIDE-2167
Modified: branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.ui/images/xstudio/editors/esb.gif
===================================================================
(Binary files differ)
16 years, 7 months
JBoss Tools SVN: r7916 - trunk/esb/plugins/org.jboss.tools.esb.ui/images/xstudio/editors.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 10:17:20 -0400 (Wed, 30 Apr 2008)
New Revision: 7916
Modified:
trunk/esb/plugins/org.jboss.tools.esb.ui/images/xstudio/editors/esb.gif
Log:
JBIDE-2167
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/images/xstudio/editors/esb.gif
===================================================================
(Binary files differ)
16 years, 7 months
JBoss Tools SVN: r7915 - branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.core/images/esb.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-04-30 10:16:16 -0400 (Wed, 30 Apr 2008)
New Revision: 7915
Modified:
branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.core/images/esb/esb_file.gif
Log:
JBIDE-2167
Modified: branches/jbosstools-2.1.x/esb/plugins/org.jboss.tools.esb.core/images/esb/esb_file.gif
===================================================================
(Binary files differ)
16 years, 7 months