Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2014-06-24 08:22:59 +0000
committerCamille Letavernier2014-07-21 12:32:28 +0000
commitb1dda54b2101f59358f48a0b0cfb2495291a123e (patch)
treec8dbb6d8a3d14ddc162a518276bc3b6da16c2906 /plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema
parent8e8434454d81efa2d9a8487f40c63aa9914e966d (diff)
downloadorg.eclipse.papyrus-b1dda54b2101f59358f48a0b0cfb2495291a123e.tar.gz
org.eclipse.papyrus-b1dda54b2101f59358f48a0b0cfb2495291a123e.tar.xz
org.eclipse.papyrus-b1dda54b2101f59358f48a0b0cfb2495291a123e.zip
Bug 435511 - [OCL in Papyrus] OCL XText editor is broken in diagrams
This priority policy has been defined so that: - an external contribution is NOT the default editor with the classic configuration (LOW) - an external contribution can be set to default editor(use High or Highest) To achieve that: - the default priority is set to low - Papyrus editors priority is set to medium - Papyrus editors, defined to be the default ones, their priority is set at medium Change-Id: I70f72843ad8c97cd0ab430a378976d6f98cd80a2 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema/DirectEditor.exsd470
1 files changed, 235 insertions, 235 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema/DirectEditor.exsd b/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema/DirectEditor.exsd
index 980ba9f69f0..12fa2214dce 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema/DirectEditor.exsd
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/schema/DirectEditor.exsd
@@ -1,235 +1,235 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.papyrus.extensionpoints.editors" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.papyrus.extensionpoints.editors" id="DirectEditor" name="Extension Poin that defines new editors for specific objects and specific language in Papyrus"/>
- </appInfo>
- <documentation>
- This extension point is used to registered new editors into Papyrus modeling tool to edit objects using a given language.
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element />
- </appInfo>
- </annotation>
- <complexType>
- <sequence minOccurs="1" maxOccurs="unbounded">
- <element ref="DirectEditor"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="DirectEditor">
- <annotation>
- <appInfo>
- <meta.element labelAttribute="objectToEdit"/>
- </appInfo>
- <documentation>
- Extension points for direct editors in Papyrus UML2.
- </documentation>
- </annotation>
- <complexType>
- <sequence>
- <choice>
- <element ref="advancededitor"/>
- <element ref="simpleeditor"/>
- <element ref="popupeditor"/>
- </choice>
- <element ref="Priority" minOccurs="0" maxOccurs="1"/>
- </sequence>
- <attribute name="language" type="string" use="required">
- <annotation>
- <documentation>
- language used to edit the specified object
- </documentation>
- </annotation>
- </attribute>
- <attribute name="objectToEdit" type="string" use="required">
- <annotation>
- <documentation>
- the qualified type of object to edit (for example, &quot;java.lang.Object&quot;)
- </documentation>
- </annotation>
- </attribute>
- <attribute name="icon" type="string">
- <annotation>
- <documentation>
- Icon used in menus for this editor
- </documentation>
- <appInfo>
- <meta.attribute kind="resource"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="contributor" type="string">
- <annotation>
- <documentation>
- Name of the contributor for this extension point
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="simpleeditor">
- <complexType>
- <attribute name="editorConfiguration" type="string" use="required">
- <annotation>
- <documentation>
- The class that configure the direct editor
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.extensionpoints.editors.configuration.IDirectEditorConfiguration"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="advancededitor">
- <complexType>
- <attribute name="editorConfiguration" type="string" use="required">
- <annotation>
- <documentation>
- The class that configure the direct editor
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jface.dialogs.Dialog:"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="popupeditor">
- <annotation>
- <documentation>
- This extension point can be used to register a popup editor
- </documentation>
- </annotation>
- <complexType>
- <attribute name="editorConfiguration" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.extensionpoints.editors.configuration.IPopupEditorConfiguration"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="Priority">
- <annotation>
- <documentation>
- The description for the priority of the editpart provider
- </documentation>
- </annotation>
- <complexType>
- <attribute name="name" use="required">
- <annotation>
- <documentation>
- The priority of the provider. It can be one of the following values:
-&lt;Lowest, Low, Medium, High, Highest&gt;. Consideration of dependencies has to be done when choosing the priority. A provider at a higher priority will take a chance first at deciding provision.
- </documentation>
- </annotation>
- <simpleType>
- <restriction base="string">
- <enumeration value="Lowest">
- </enumeration>
- <enumeration value="Low">
- </enumeration>
- <enumeration value="Medium">
- </enumeration>
- <enumeration value="High">
- </enumeration>
- <enumeration value="Highest">
- </enumeration>
- </restriction>
- </simpleType>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- Since 1.9.0
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- [Enter extension point usage example here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
- Copyright (c) 2008 CEA LIST
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0 which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
-Contributors:
-CEA LIST - initial API and implementation
- </documentation>
- </annotation>
-
-</schema>
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.eclipse.papyrus.extensionpoints.editors" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.papyrus.extensionpoints.editors" id="DirectEditor" name="Extension Poin that defines new editors for specific objects and specific language in Papyrus"/>
+ </appInfo>
+ <documentation>
+ This extension point is used to registered new editors into Papyrus modeling tool to edit objects using a given language.
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
+ <complexType>
+ <sequence minOccurs="1" maxOccurs="unbounded">
+ <element ref="DirectEditor"/>
+ </sequence>
+ <attribute name="point" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="id" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="name" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="DirectEditor">
+ <annotation>
+ <appInfo>
+ <meta.element labelAttribute="objectToEdit"/>
+ </appInfo>
+ <documentation>
+ Extension points for direct editors in Papyrus UML2.
+ </documentation>
+ </annotation>
+ <complexType>
+ <sequence>
+ <choice>
+ <element ref="advancededitor"/>
+ <element ref="simpleeditor"/>
+ <element ref="popupeditor"/>
+ </choice>
+ <element ref="Priority" minOccurs="0" maxOccurs="1"/>
+ </sequence>
+ <attribute name="language" type="string" use="required">
+ <annotation>
+ <documentation>
+ language used to edit the specified object
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="objectToEdit" type="string" use="required">
+ <annotation>
+ <documentation>
+ the qualified type of object to edit (for example, &quot;java.lang.Object&quot;)
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="icon" type="string">
+ <annotation>
+ <documentation>
+ Icon used in menus for this editor
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="resource"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ <attribute name="contributor" type="string">
+ <annotation>
+ <documentation>
+ Name of the contributor for this extension point
+ </documentation>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="simpleeditor">
+ <complexType>
+ <attribute name="editorConfiguration" type="string" use="required">
+ <annotation>
+ <documentation>
+ The class that configure the direct editor
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.extensionpoints.editors.configuration.IDirectEditorConfiguration"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="advancededitor">
+ <complexType>
+ <attribute name="editorConfiguration" type="string" use="required">
+ <annotation>
+ <documentation>
+ The class that configure the direct editor
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn="org.eclipse.jface.dialogs.Dialog:"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="popupeditor">
+ <annotation>
+ <documentation>
+ This extension point can be used to register a popup editor
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="editorConfiguration" type="string">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.extensionpoints.editors.configuration.IPopupEditorConfiguration"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <element name="Priority">
+ <annotation>
+ <documentation>
+ The description for the priority of the editpart provider
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="name" use="default" value="Low">
+ <annotation>
+ <documentation>
+ The priority of the provider. It can be one of the following values:
+&lt;Lowest, Low, Medium, High, Highest&gt;. Consideration of dependencies has to be done when choosing the priority. A provider at a higher priority will take a chance first at deciding provision.
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="Lowest">
+ </enumeration>
+ <enumeration value="Low">
+ </enumeration>
+ <enumeration value="Medium">
+ </enumeration>
+ <enumeration value="High">
+ </enumeration>
+ <enumeration value="Highest">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ [Enter API information here.]
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ Since 1.9.0
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="examples"/>
+ </appInfo>
+ <documentation>
+ [Enter extension point usage example here.]
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="implementation"/>
+ </appInfo>
+ <documentation>
+ [Enter information about supplied implementation of this extension point.]
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
+ <meta.section type="copyright"/>
+ </appInfo>
+ <documentation>
+ Copyright (c) 2008 CEA LIST
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0 which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+Contributors:
+CEA LIST - initial API and implementation
+ </documentation>
+ </annotation>
+
+</schema>

Back to the top