JBoss Tools SVN: r5837 - trunk/jsf/docs/resources/styles/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-01-21 11:29:32 -0500 (Mon, 21 Jan 2008)
New Revision: 5837
Modified:
trunk/jsf/docs/resources/styles/en/html.css
Log:
http://jira.jboss.com/jira/browse/JBDS-224 - box for note is changed on yellow
Modified: trunk/jsf/docs/resources/styles/en/html.css
===================================================================
--- trunk/jsf/docs/resources/styles/en/html.css 2008-01-21 16:27:59 UTC (rev 5836)
+++ trunk/jsf/docs/resources/styles/en/html.css 2008-01-21 16:29:32 UTC (rev 5837)
@@ -112,7 +112,7 @@
}
DIV.note{
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #cfe3ff;
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
background-image : url('../images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
18 years, 2 months
JBoss Tools SVN: r5836 - trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 11:27:59 -0500 (Mon, 21 Jan 2008)
New Revision: 5836
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta
Log:
JBIDE-1664
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta 2008-01-21 16:26:39 UTC (rev 5835)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta 2008-01-21 16:27:59 UTC (rev 5836)
@@ -502,7 +502,7 @@
<Editor name="FolderChooser"/>
</XModelAttribute>
<XModelAttribute name="model path" xmlname="model-path"/>
- <XModelAttribute name="root file system" xmlname="root"/>
+ <XModelAttribute name="root file system" xmlname="web-root"/>
<XModelAttribute name="src file system" xmlname="src"/>
</XModelAttributes>
<XActionItem kind="list"/>
18 years, 2 months
JBoss Tools SVN: r5835 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 11:26:39 -0500 (Mon, 21 Jan 2008)
New Revision: 5835
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java
Log:
JBIDE-1664
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java 2008-01-21 15:14:09 UTC (rev 5834)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java 2008-01-21 16:26:39 UTC (rev 5835)
@@ -322,15 +322,19 @@
oldAttributes.put("location", "LOCATION");
oldAttributes.put("model-path", "MODEL_PATH");
oldAttributes.put("root", "ROOT");
+ oldAttributes.put("web-root", "root");
oldAttributes.put("src", "SRC");
}
public String getAttribute(Element element, String xmlname) {
if(element == null || xmlname == null) return null;
if(!element.hasAttribute(xmlname)) {
- String oldAttribute = oldAttributes.get(xmlname);
- if(oldAttribute != null && element.hasAttribute(oldAttribute)) {
- xmlname = oldAttribute;
+ String oldAttribute = xmlname;
+ while(oldAttribute != null) {
+ oldAttribute = oldAttributes.get(oldAttribute);
+ if(oldAttribute != null && element.hasAttribute(oldAttribute)) {
+ xmlname = oldAttribute;
+ }
}
}
return super.getAttribute(element, xmlname);
18 years, 2 months
JBoss Tools SVN: r5834 - trunk/jsf/plugins/org.jboss.tools.jsf/resources/help.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2008-01-21 10:14:09 -0500 (Mon, 21 Jan 2008)
New Revision: 5834
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties
Log:
http://jira.jboss.com/jira/browse/JBIDE-1660
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties 2008-01-21 15:05:55 UTC (rev 5833)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties 2008-01-21 15:14:09 UTC (rev 5834)
@@ -866,3 +866,31 @@
AddCustomJSFCapabilities_1.WindowTitle=Add Custom Capabilities
AddCustomJSFCapabilities_1.Title=Added Custom Capabilities
AddCustomJSFCapabilities_1.Message=The following updates have been made to the project. The names in quotes are labels from the Custom Capabilities configuration.
+
+JSFApplicationExtension_CreateTag.WindowTitle=Add Tag
+JSFApplicationExtension_CreateTag.Title=Tag
+
+JSFAttributeExtension_CreateTag.WindowTitle=Add Tag
+JSFAttributeExtension_CreateTag.Title=Tag
+
+JSFComponentExtension_CreateTag.WindowTitle=Add Tag
+JSFComponentExtension_CreateTag.Title=Tag
+
+JSFConfigExtension_CreateTag.WindowTitle=Add Tag
+JSFConfigExtension_CreateTag.Title=Tag
+
+JSFFacetExtension_CreateTag.WindowTitle=Add Tag
+JSFFacetExtension_CreateTag.Title=Tag
+
+JSFPropertyExtension_CreateTag.WindowTitle=Add Tag
+JSFPropertyExtension_CreateTag.Title=Tag
+
+JSFRenderKitExtension_CreateTag.WindowTitle=Add Tag
+JSFRenderKitExtension_CreateTag.Title=Tag
+
+JSFRendererExtension_CreateTag.WindowTitle=Add Tag
+JSFRendererExtension_CreateTag.Title=Tag
+
+JSFValidatorExtension_CreateTag.WindowTitle=Add Tag
+JSFValidatorExtension_CreateTag.Title=Tag
+
18 years, 2 months
JBoss Tools SVN: r5833 - in trunk: documentation/guides/resources/styles/en and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-01-21 10:05:55 -0500 (Mon, 21 Jan 2008)
New Revision: 5833
Modified:
trunk/as/docs/resources/styles/en/html.css
trunk/documentation/guides/resources/styles/en/html.css
trunk/hibernatetools/docs/resources/styles/en/html.css
trunk/jbpm/docs/resources/styles/en/html.css
trunk/seam/docs/resources/styles/en/html.css
Log:
http://jira.jboss.com/jira/browse/JBDS-224 - box for note is changed on yellow
Modified: trunk/as/docs/resources/styles/en/html.css
===================================================================
--- trunk/as/docs/resources/styles/en/html.css 2008-01-21 14:40:42 UTC (rev 5832)
+++ trunk/as/docs/resources/styles/en/html.css 2008-01-21 15:05:55 UTC (rev 5833)
@@ -112,8 +112,8 @@
}
DIV.note{
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #cfe3ff;
- background-image : url('../images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
+ background-image : url('images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.note *{
@@ -128,7 +128,7 @@
}
DIV.important {
BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #fee3d9;
- background-image : url('../images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
+ background-image : url('images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.important *{
@@ -141,7 +141,7 @@
}
DIV.tip {
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('../images/ico_tip.gif');
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('images/ico_tip.gif');
}
DIV.tip *{
@@ -164,7 +164,7 @@
.table TH {
WHITE-SPACE: nowrap; BACKGROUND-COLOR: #EEF5FF; TEXT-ALIGN: center; BORDER-BOTTOM: #CAE1FF 2px solid; PADDING: 2px 8px 2px 8px;
- background-image : url('../images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
+ background-image : url('images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
}
TD {
PADDING: 4px 8px 4px 8px; BORDER-BOTTOM: #cccccc 1px dotted; BORDER-right: #cccccc 1px dotted;
Modified: trunk/documentation/guides/resources/styles/en/html.css
===================================================================
--- trunk/documentation/guides/resources/styles/en/html.css 2008-01-21 14:40:42 UTC (rev 5832)
+++ trunk/documentation/guides/resources/styles/en/html.css 2008-01-21 15:05:55 UTC (rev 5833)
@@ -112,8 +112,8 @@
}
DIV.note{
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #cfe3ff;
- background-image : url('../images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
+ background-image : url('images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.note *{
@@ -128,7 +128,7 @@
}
DIV.important {
BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #fee3d9;
- background-image : url('../images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
+ background-image : url('images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.important *{
@@ -141,7 +141,7 @@
}
DIV.tip {
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('../images/ico_tip.gif');
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('images/ico_tip.gif');
}
DIV.tip *{
@@ -164,7 +164,7 @@
.table TH {
WHITE-SPACE: nowrap; BACKGROUND-COLOR: #EEF5FF; TEXT-ALIGN: center; BORDER-BOTTOM: #CAE1FF 2px solid; PADDING: 2px 8px 2px 8px;
- background-image : url('../images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
+ background-image : url('images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
}
TD {
PADDING: 4px 8px 4px 8px; BORDER-BOTTOM: #cccccc 1px dotted; BORDER-right: #cccccc 1px dotted;
Modified: trunk/hibernatetools/docs/resources/styles/en/html.css
===================================================================
--- trunk/hibernatetools/docs/resources/styles/en/html.css 2008-01-21 14:40:42 UTC (rev 5832)
+++ trunk/hibernatetools/docs/resources/styles/en/html.css 2008-01-21 15:05:55 UTC (rev 5833)
@@ -112,8 +112,8 @@
}
DIV.note{
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #cfe3ff;
- background-image : url('../images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
+ background-image : url('images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.note *{
@@ -128,7 +128,7 @@
}
DIV.important {
BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #fee3d9;
- background-image : url('../images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
+ background-image : url('images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.important *{
@@ -141,7 +141,7 @@
}
DIV.tip {
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('../images/ico_tip.gif');
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('images/ico_tip.gif');
}
DIV.tip *{
@@ -164,7 +164,7 @@
.table TH {
WHITE-SPACE: nowrap; BACKGROUND-COLOR: #EEF5FF; TEXT-ALIGN: center; BORDER-BOTTOM: #CAE1FF 2px solid; PADDING: 2px 8px 2px 8px;
- background-image : url('../images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
+ background-image : url('images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
}
TD {
PADDING: 4px 8px 4px 8px; BORDER-BOTTOM: #cccccc 1px dotted; BORDER-right: #cccccc 1px dotted;
Modified: trunk/jbpm/docs/resources/styles/en/html.css
===================================================================
--- trunk/jbpm/docs/resources/styles/en/html.css 2008-01-21 14:40:42 UTC (rev 5832)
+++ trunk/jbpm/docs/resources/styles/en/html.css 2008-01-21 15:05:55 UTC (rev 5833)
@@ -112,8 +112,8 @@
}
DIV.note{
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #cfe3ff;
- background-image : url('../images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
+ background-image : url('images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.note *{
@@ -128,7 +128,7 @@
}
DIV.important {
BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #fee3d9;
- background-image : url('../images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
+ background-image : url('images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.important *{
@@ -141,7 +141,7 @@
}
DIV.tip {
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('../images/ico_tip.gif');
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('images/ico_tip.gif');
}
DIV.tip *{
@@ -164,7 +164,7 @@
.table TH {
WHITE-SPACE: nowrap; BACKGROUND-COLOR: #EEF5FF; TEXT-ALIGN: center; BORDER-BOTTOM: #CAE1FF 2px solid; PADDING: 2px 8px 2px 8px;
- background-image : url('../images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
+ background-image : url('images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
}
TD {
PADDING: 4px 8px 4px 8px; BORDER-BOTTOM: #cccccc 1px dotted; BORDER-right: #cccccc 1px dotted;
Modified: trunk/seam/docs/resources/styles/en/html.css
===================================================================
--- trunk/seam/docs/resources/styles/en/html.css 2008-01-21 14:40:42 UTC (rev 5832)
+++ trunk/seam/docs/resources/styles/en/html.css 2008-01-21 15:05:55 UTC (rev 5833)
@@ -112,8 +112,8 @@
}
DIV.note{
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #cfe3ff;
- background-image : url('../images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
+ background-image : url('images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.note *{
@@ -128,7 +128,7 @@
}
DIV.important {
BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #fee3d9;
- background-image : url('../images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
+ background-image : url('images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
}
DIV.important *{
@@ -141,7 +141,7 @@
}
DIV.tip {
- BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('../images/ico_tip.gif');
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF; background-repeat : no-repeat; background-position :top left; background-image : url('images/ico_tip.gif');
}
DIV.tip *{
@@ -164,7 +164,7 @@
.table TH {
WHITE-SPACE: nowrap; BACKGROUND-COLOR: #EEF5FF; TEXT-ALIGN: center; BORDER-BOTTOM: #CAE1FF 2px solid; PADDING: 2px 8px 2px 8px;
- background-image : url('../images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
+ background-image : url('images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
}
TD {
PADDING: 4px 8px 4px 8px; BORDER-BOTTOM: #cccccc 1px dotted; BORDER-right: #cccccc 1px dotted;
18 years, 2 months
JBoss Tools SVN: r5832 - trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/special.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 09:40:42 -0500 (Mon, 21 Jan 2008)
New Revision: 5832
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/special/DefaultSpecialWizard.java
Log:
JBIDE-1659
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/special/DefaultSpecialWizard.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/special/DefaultSpecialWizard.java 2008-01-21 14:25:06 UTC (rev 5831)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/wizards/special/DefaultSpecialWizard.java 2008-01-21 14:40:42 UTC (rev 5832)
@@ -12,12 +12,16 @@
import java.util.Properties;
import org.jboss.tools.common.model.ui.action.CommandBar;
+import org.jboss.tools.common.model.ui.wizards.standard.DefaultStandardWizard;
import org.eclipse.jface.dialogs.IMessageProvider;
+import org.eclipse.jface.wizard.WizardDialog;
import org.eclipse.swt.widgets.*;
+import org.eclipse.ui.PlatformUI;
import org.jboss.tools.common.meta.action.SpecialWizard;
import org.jboss.tools.common.meta.action.impl.*;
import org.jboss.tools.common.meta.help.HelpUtil;
import org.jboss.tools.common.model.util.ModelFeatureFactory;
+import org.jboss.tools.common.model.ui.ModelUIImages;
import org.jboss.tools.common.model.ui.ModelUIPlugin;
public class DefaultSpecialWizard implements SpecialWizard, SpecialWizardControlListener {
@@ -36,6 +40,19 @@
public int execute() {
Shell shell = (Shell)support.getProperties().get("shell");
if(shell == null) shell = ModelUIPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell();
+
+ if(support.canBeProcessedByStandardWizard()) {
+ DefaultStandardWizard dsw = new DefaultStandardWizard();
+ dsw.setWindowTitle(support.getTitle());
+ dsw.setSupport(support);
+ dsw.setDefaultPageImageDescriptor(ModelUIImages.getImageDescriptor(ModelUIImages.WIZARD_DEFAULT));
+ WizardDialog wd = new WizardDialog(shell, dsw);
+ wd.create();
+ PlatformUI.getWorkbench().getHelpSystem().setHelp(wd.getShell(), "org.eclipse.ui.new_wizard_shortcut_context");
+ int ii = wd.open();
+ return ii;
+ }
+
dialog = new DefaultSpecialWizardDialog(shell);
dialog.setWizard(this);
dialog.create();
18 years, 2 months
JBoss Tools SVN: r5831 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/action/impl.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 09:25:06 -0500 (Mon, 21 Jan 2008)
New Revision: 5831
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/action/impl/SpecialWizardSupport.java
Log:
JBIDE-1659
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/action/impl/SpecialWizardSupport.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/action/impl/SpecialWizardSupport.java 2008-01-21 14:20:25 UTC (rev 5830)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/meta/action/impl/SpecialWizardSupport.java 2008-01-21 14:25:06 UTC (rev 5831)
@@ -11,6 +11,7 @@
package org.jboss.tools.common.meta.action.impl;
import java.util.*;
+
import org.jboss.tools.common.model.*;
import org.eclipse.swt.widgets.Display;
import org.jboss.tools.common.meta.action.*;
@@ -26,6 +27,18 @@
public static final String FINISH = "Finish";
public static final String HELP = "Help";
public static final String CLOSE = "Close";
+
+ static final Set<String> standardButtons = new HashSet<String>();
+
+ static {
+ standardButtons.add(OK);
+ standardButtons.add(CANCEL);
+ standardButtons.add(BACK);
+ standardButtons.add(NEXT);
+ standardButtons.add(FINISH);
+ standardButtons.add(HELP);
+ standardButtons.add(CLOSE);
+ }
private int stepId = 0;
private boolean finished = false;
@@ -147,6 +160,19 @@
public String[] getActionNames(int stepId) {
return new String[]{OK, CANCEL, HELP};
}
+
+ public boolean canBeProcessedByStandardWizard() {
+ // By default only one-step wizards are accepted;
+ if(data == null || data.length > 1) return false;
+ if(!DEFAULT_IMLEMENTING_CLASS.equals(getStepImplementingClass(0))) {
+ return false;
+ }
+ String[] buttons = getActionNames(0);
+ for (int i = 0; i < buttons.length; i++) {
+ if(!standardButtons.contains(buttons[i])) return false;
+ }
+ return true;
+ }
public String getDefaultActionName(int stepId) {
String[] actions = getActionNames(stepId);
@@ -207,9 +233,11 @@
defaultValidator.setSupport(this, step);
return defaultValidator;
}
+
+ static String DEFAULT_IMLEMENTING_CLASS = "org.jboss.tools.common.model.ui.wizards.special.SpecialWizardStep";
public String getStepImplementingClass(int stepId) {
- return "org.jboss.tools.common.model.ui.wizards.special.SpecialWizardStep";
+ return DEFAULT_IMLEMENTING_CLASS;
}
// helpers
18 years, 2 months
JBoss Tools SVN: r5830 - trunk/jst/plugins/org.jboss.tools.jst.web/resources/help.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 09:20:25 -0500 (Mon, 21 Jan 2008)
New Revision: 5830
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties
Log:
JBIDE-1661 One more case: 'Add Listener' dialog
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties 2008-01-21 14:11:46 UTC (rev 5829)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties 2008-01-21 14:20:25 UTC (rev 5830)
@@ -265,6 +265,9 @@
TLDListeners_Properties.WindowTitle=Edit Properties
TLDListeners_Properties.Title=TLD Listeners
+TLDListeners_CreateListener.WindowTitle=Add Listener
+TLDListeners_CreateListener.Title=Listener
+
##### TLD Taglib element #####
TLDTaglib=/model/noHelpYet.html
18 years, 2 months
JBoss Tools SVN: r5829 - in trunk/jst/plugins/org.jboss.tools.jst.web/resources: meta and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 09:11:46 -0500 (Mon, 21 Jan 2008)
New Revision: 5829
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties
trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/strutstld12.meta
trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/tld20.meta
Log:
JBIDE-1661
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties 2008-01-21 13:47:23 UTC (rev 5828)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties 2008-01-21 14:11:46 UTC (rev 5829)
@@ -108,6 +108,11 @@
FileTLD_1_2_CreateValidator.WindowTitle=Add Validator
FileTLD_1_2_CreateValidator.Title=TLD Validator
+FileTLD_1_2_Rename.WindowTitle=Rename
+FileTLD_1_2_Rename.Title=Tag Library Definition File
+
+TLDValidator_Edit.Title=Validator
+
FileTLD_2_0=/struts/FileTLD_1_2.html
FileTLD_2_0_Properties=/struts/FileTLD_1_2_Properties.html
@@ -130,6 +135,9 @@
FileTLD_2_0_CreateTagFile.WindowTitle=Add Tag File
FileTLD_2_0_CreateTagFile.Title=TLD Tag File
+FileTLD_2_0_Rename.WindowTitle=Rename
+FileTLD_2_0_Rename.Title=Tag Library Definition File
+
FileTLD_2_1=/struts/FileTLD_1_2.html
FileTLD_2_1_Properties=/struts/FileTLD_1_2_Properties.html
@@ -152,7 +160,10 @@
FileTLD_2_1_CreateTagFile.WindowTitle=Add Tag File
FileTLD_2_1_CreateTagFile.Title=TLD Tag File
+FileTLD_2_1_Rename.WindowTitle=Rename
+FileTLD_2_1_Rename.Title=Tag Library Definition File
+
FileTLD_PRO=/struts/FileTLD.html
FileTLD_PRO_Properties=/struts/FileTLD_Properties.html
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/strutstld12.meta
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/strutstld12.meta 2008-01-21 13:47:23 UTC (rev 5828)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/strutstld12.meta 2008-01-21 14:11:46 UTC (rev 5829)
@@ -195,13 +195,16 @@
<XModelAttributes/>
<XActionItem kind="list">
<XActionItem kind="list" name="EditActions">
- <XActionItem HandlerClassName="%RenameFile%" ICON="action.empty"
- PROPERTIES="validator.edit=true" WizardClassName="%Default%"
- displayName="Rename..." kind="action" name="Rename">
+ <XActionItem HIDE="always" HandlerClassName="%RenameFile%"
+ ICON="action.empty" PROPERTIES="validator.edit=true"
+ WizardClassName="%Default%" displayName="Rename..." kind="action" name="Rename">
<EntityData EntityName="FileTLD_1_2">
<AttributeData AttributeName="name"/>
</EntityData>
</XActionItem>
+ <XActionItem
+ HandlerClassName="org.jboss.tools.common.model.filesystems.impl.handlers.RenameEclipseFileHandler"
+ ICON="action.empty" displayName="Rename..." kind="action" name="RenameEclipse"/>
</XActionItem>
<XActionItem kind="list" name="SaveActions">
<XActionItem HIDE="always" HandlerClassName="%SaveFile%"
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/tld20.meta
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/tld20.meta 2008-01-21 13:47:23 UTC (rev 5828)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/tld20.meta 2008-01-21 14:11:46 UTC (rev 5829)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE XModelEntityGroup PUBLIC "-//Red Hat, Inc.//DTD Meta 1.0//EN" "meta.dtd">
+<!DOCTYPE XModelEntityGroup PUBLIC "-//Red Hat, Inc.//DTD Meta 1.0//EN"
+ "meta.dtd">
<XModelEntityGroup>
<VERSION DEPENDS="Model:1.0" MODULE="Struts Editor" VERSION="1.1"/>
<MAPPINGS>
@@ -34,19 +35,13 @@
<XModelAttributes>
<XModelAttribute default="tag library descriptor"
loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
- <XModelAttribute name="name" xmlname="NAME">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="name" xmlname="NAME"/>
<XModelAttribute default="tld" name="extension" xmlname="EXTENSION">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute loader="ElementType" name="_lateload" visibility="false">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute default="no" name="isIncorrect" visibility="false">
@@ -56,10 +51,7 @@
</Constraint>
<Editor name="Uneditable"/>
</XModelAttribute>
- <XModelAttribute name="incorrectBody" visibility="false">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="incorrectBody" visibility="false"/>
<XModelAttribute default="false" name="expanded" visibility="false">
<Constraint loader="List">
<value name="false"/>
@@ -68,61 +60,26 @@
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute PROPERTIES="save=always"
- default="http://java.sun.com/xml/ns/j2ee" name="xmlns" xmlname="xmlns">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ default="http://java.sun.com/xml/ns/j2ee" name="xmlns" xmlname="xmlns"/>
<XModelAttribute PROPERTIES="save=always"
- default="http://www.w3.org/2001/XMLSchema-instance" name="xmlns:xsi" xmlname="xmlns:xsi">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ default="http://www.w3.org/2001/XMLSchema-instance" name="xmlns:xsi" xmlname="xmlns:xsi"/>
<XModelAttribute PROPERTIES="save=always"
default="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd"
- name="xsi:schemaLocation" xmlname="xsi:schemaLocation">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ name="xsi:schemaLocation" xmlname="xsi:schemaLocation"/>
<XModelAttribute PROPERTIES="save=always" default="2.0"
- name="version" visibility="false" xmlname="version">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ name="version" visibility="false" xmlname="version"/>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="display-name" xmlname="display-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="small-icon" xmlname="small-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="large-icon" xmlname="large-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="display-name" xmlname="display-name.#text"/>
+ <XModelAttribute name="small-icon" xmlname="small-icon.#text"/>
+ <XModelAttribute name="large-icon" xmlname="large-icon.#text"/>
<XModelAttribute PROPERTIES="save=always" default="1.1"
- name="tlibversion" xmlname="tlib-version.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute PROPERTIES="save=always" name="shortname" xmlname="short-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="uri" xmlname="uri.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ name="tlibversion" xmlname="tlib-version.#text"/>
+ <XModelAttribute PROPERTIES="save=always" name="shortname" xmlname="short-name.#text"/>
+ <XModelAttribute name="uri" xmlname="uri.#text"/>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
<XModelAttribute default="UTF-8" name="encoding">
@@ -132,10 +89,7 @@
</Constraint>
<Editor name="ListString"/>
</XModelAttribute>
- <XModelAttribute name="namespace" visibility="false">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="namespace" visibility="false"/>
</XModelAttributes>
<XActionItem kind="list">
<XActionItem HIDE="disabled"
@@ -237,13 +191,16 @@
<XModelAttributes/>
<XActionItem kind="list">
<XActionItem kind="list" name="EditActions">
- <XActionItem HandlerClassName="%RenameFile%" ICON="action.empty"
- PROPERTIES="validator.edit=true" WizardClassName="%Default%"
- displayName="Rename..." kind="action" name="Rename">
+ <XActionItem HIDE="always" HandlerClassName="%RenameFile%"
+ ICON="action.empty" PROPERTIES="validator.edit=true"
+ WizardClassName="%Default%" displayName="Rename..." kind="action" name="Rename">
<EntityData EntityName="FileTLD_1_2">
<AttributeData AttributeName="name"/>
</EntityData>
</XActionItem>
+ <XActionItem
+ HandlerClassName="org.jboss.tools.common.model.filesystems.impl.handlers.RenameEclipseFileHandler"
+ ICON="action.empty" displayName="Rename..." kind="action" name="RenameEclipse"/>
</XActionItem>
<XActionItem kind="list" name="SaveActions">
<XActionItem HIDE="always" HandlerClassName="%SaveFile%"
@@ -311,19 +268,13 @@
<XModelAttributes>
<XModelAttribute default="tag library descriptor"
loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
- <XModelAttribute name="name" xmlname="NAME">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="name" xmlname="NAME"/>
<XModelAttribute default="tld" name="extension" xmlname="EXTENSION">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute loader="ElementType" name="_lateload" visibility="false">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute default="no" name="isIncorrect" visibility="false">
@@ -333,10 +284,7 @@
</Constraint>
<Editor name="Uneditable"/>
</XModelAttribute>
- <XModelAttribute name="incorrectBody" visibility="false">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="incorrectBody" visibility="false"/>
<XModelAttribute default="false" name="expanded" visibility="false">
<Constraint loader="List">
<value name="false"/>
@@ -345,61 +293,26 @@
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute PROPERTIES="save=always"
- default="http://java.sun.com/xml/ns/javaee" name="xmlns" xmlname="xmlns">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ default="http://java.sun.com/xml/ns/javaee" name="xmlns" xmlname="xmlns"/>
<XModelAttribute PROPERTIES="save=always"
- default="http://www.w3.org/2001/XMLSchema-instance" name="xmlns:xsi" xmlname="xmlns:xsi">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ default="http://www.w3.org/2001/XMLSchema-instance" name="xmlns:xsi" xmlname="xmlns:xsi"/>
<XModelAttribute PROPERTIES="save=always"
default="http://java.sun.com/xml/ns/javaee web-jsptaglibrary_2_1.xsd"
- name="xsi:schemaLocation" xmlname="xsi:schemaLocation">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ name="xsi:schemaLocation" xmlname="xsi:schemaLocation"/>
<XModelAttribute PROPERTIES="save=always" default="2.1"
- name="version" visibility="false" xmlname="version">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ name="version" visibility="false" xmlname="version"/>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="display-name" xmlname="display-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="small-icon" xmlname="small-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="large-icon" xmlname="large-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="display-name" xmlname="display-name.#text"/>
+ <XModelAttribute name="small-icon" xmlname="small-icon.#text"/>
+ <XModelAttribute name="large-icon" xmlname="large-icon.#text"/>
<XModelAttribute PROPERTIES="save=always" default="1.1"
- name="tlibversion" xmlname="tlib-version.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute PROPERTIES="save=always" name="shortname" xmlname="short-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="uri" xmlname="uri.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ name="tlibversion" xmlname="tlib-version.#text"/>
+ <XModelAttribute PROPERTIES="save=always" name="shortname" xmlname="short-name.#text"/>
+ <XModelAttribute name="uri" xmlname="uri.#text"/>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
<XModelAttribute default="UTF-8" name="encoding">
@@ -409,10 +322,7 @@
</Constraint>
<Editor name="ListString"/>
</XModelAttribute>
- <XModelAttribute name="namespace" visibility="false">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="namespace" visibility="false"/>
</XModelAttributes>
<XActionItem kind="list">
<XActionItem HIDE="disabled"
@@ -514,13 +424,16 @@
<XModelAttributes/>
<XActionItem kind="list">
<XActionItem kind="list" name="EditActions">
- <XActionItem HandlerClassName="%RenameFile%" ICON="action.empty"
- PROPERTIES="validator.edit=true" WizardClassName="%Default%"
- displayName="Rename..." kind="action" name="Rename">
+ <XActionItem HIDE="always" HandlerClassName="%RenameFile%"
+ ICON="action.empty" PROPERTIES="validator.edit=true"
+ WizardClassName="%Default%" displayName="Rename..." kind="action" name="Rename">
<EntityData EntityName="FileTLD_1_2">
<AttributeData AttributeName="name"/>
</EntityData>
</XActionItem>
+ <XActionItem
+ HandlerClassName="org.jboss.tools.common.model.filesystems.impl.handlers.RenameEclipseFileHandler"
+ ICON="action.empty" displayName="Rename..." kind="action" name="RenameEclipse"/>
</XActionItem>
<XActionItem kind="list" name="SaveActions">
<XActionItem HIDE="always" HandlerClassName="%SaveFile%"
@@ -576,17 +489,12 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="attribute" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute PROPERTIES="id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true" name="name" xmlname="name.#text"/>
<XModelAttribute default="false" name="required" xmlname="required.#text">
<Constraint loader="List">
<value name="true"/>
@@ -607,15 +515,10 @@
<Editor name="List"/>
</XModelAttribute>
<XModelAttribute name="type" xmlname="type.#text">
- <Constraint/>
<Editor name="AccessibleJava"/>
</XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
@@ -650,17 +553,12 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="attribute" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute PROPERTIES="id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true" name="name" xmlname="name.#text"/>
<XModelAttribute default="false" name="required" xmlname="required.#text">
<Constraint loader="List">
<value name="true"/>
@@ -681,23 +579,15 @@
<Editor name="List"/>
</XModelAttribute>
<XModelAttribute name="type" xmlname="type.#text">
- <Constraint/>
<Editor name="AccessibleJava"/>
</XModelAttribute>
<XModelAttribute name="deferred-value type" xmlname="deferred-value.type.#text">
<Constraint loader="QClassName"/>
<Editor viewer="AccessibleJava"/>
</XModelAttribute>
- <XModelAttribute name="deferred-method signature" xmlname="deferred-method.method-signature.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="deferred-method signature" xmlname="deferred-method.method-signature.#text"/>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
@@ -730,17 +620,12 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="attribute" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute PROPERTIES="id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute PROPERTIES="id=true" name="name" xmlname="name.#text"/>
<XModelAttribute default="false" name="required" xmlname="required.#text">
<Constraint loader="List">
<value name="true"/>
@@ -758,12 +643,8 @@
</Constraint>
<Editor name="List"/>
</XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
@@ -796,47 +677,24 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="function" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="display-name" xmlname="display-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="small-icon" xmlname="icon.small-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="large-icon" xmlname="icon.large-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="display-name" xmlname="display-name.#text"/>
+ <XModelAttribute name="small-icon" xmlname="icon.small-icon.#text"/>
+ <XModelAttribute name="large-icon" xmlname="icon.large-icon.#text"/>
+ <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text"/>
<XModelAttribute PROPERTIES="save=always" name="function-class" xmlname="function-class.#text">
- <Constraint/>
<Editor name="AccessibleJava"/>
</XModelAttribute>
- <XModelAttribute PROPERTIES="save=always" name="function-signature" xmlname="function-signature.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute PROPERTIES="save=always" name="function-signature" xmlname="function-signature.#text"/>
<XModelAttribute name="example" xmlname="example.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
@@ -874,11 +732,9 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="listeners list" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute default="Functions" name="name" visibility="false" xmlname="NAME">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
</XModelAttributes>
@@ -921,13 +777,9 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="tag" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
- <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text"/>
<XModelAttribute PROPERTIES="save=always" name="tagclass" xmlname="tag-class.#text">
<Constraint loader="QClassName"/>
<Editor name="AccessibleJava"/>
@@ -945,32 +797,17 @@
</Constraint>
<Editor name="List"/>
</XModelAttribute>
- <XModelAttribute name="display-name" xmlname="display-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="small-icon" xmlname="small-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="large-icon" xmlname="large-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="display-name" xmlname="display-name.#text"/>
+ <XModelAttribute name="small-icon" xmlname="small-icon.#text"/>
+ <XModelAttribute name="large-icon" xmlname="large-icon.#text"/>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
<XModelAttribute name="example" xmlname="example.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
@@ -1046,13 +883,9 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="tag" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
- <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text"/>
<XModelAttribute PROPERTIES="save=always" name="tagclass" xmlname="tag-class.#text">
<Constraint loader="QClassName"/>
<Editor name="AccessibleJava"/>
@@ -1070,32 +903,17 @@
</Constraint>
<Editor name="List"/>
</XModelAttribute>
- <XModelAttribute name="display-name" xmlname="display-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="small-icon" xmlname="small-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="large-icon" xmlname="large-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="display-name" xmlname="display-name.#text"/>
+ <XModelAttribute name="small-icon" xmlname="small-icon.#text"/>
+ <XModelAttribute name="large-icon" xmlname="large-icon.#text"/>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
<XModelAttribute name="example" xmlname="example.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
@@ -1165,43 +983,21 @@
</XEntityRenderer>
<XModelAttributes>
<XModelAttribute default="tag-file" loader="ElementType" name="element type">
- <Constraint/>
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute name="description" xmlname="description.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="display-name" xmlname="display-name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="small-icon" xmlname="icon.small-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute name="large-icon" xmlname="icon.large-icon.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
- <XModelAttribute PROPERTIES="save=always" name="path" xmlname="path.#text">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="display-name" xmlname="display-name.#text"/>
+ <XModelAttribute name="small-icon" xmlname="icon.small-icon.#text"/>
+ <XModelAttribute name="large-icon" xmlname="icon.large-icon.#text"/>
+ <XModelAttribute PROPERTIES="save=always;id=true" name="name" xmlname="name.#text"/>
+ <XModelAttribute PROPERTIES="save=always" name="path" xmlname="path.#text"/>
<XModelAttribute name="example" xmlname="example.#text">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
- <XModelAttribute name="id" xmlname="id">
- <Constraint/>
- <Editor/>
- </XModelAttribute>
+ <XModelAttribute name="id" xmlname="id"/>
<XModelAttribute TRIM="no" name="comment" visibility="false" xmlname="#comment">
- <Constraint/>
<Editor name="Note"/>
</XModelAttribute>
</XModelAttributes>
18 years, 2 months
JBoss Tools SVN: r5828 - trunk/common/plugins/org.jboss.tools.common.model/resources/help.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-21 08:47:23 -0500 (Mon, 21 Jan 2008)
New Revision: 5828
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
Log:
JBIDE-1660
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2008-01-21 13:11:39 UTC (rev 5827)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2008-01-21 13:47:23 UTC (rev 5828)
@@ -709,3 +709,10 @@
####open_project
+
+
+AnyElement_CreateTag.WindowTitle=Add Tag
+AnyElement_CreateTag.Title=Tag
+
+AnyElement_CreateAttribute.WindowTitle=Add Attribute
+AnyElement_CreateAttribute.Title=Attribute
18 years, 2 months