Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2011-09-02 15:34:14 +0000
committerRyan D. Brooks2011-09-02 15:34:14 +0000
commit86be6990f1f5b722d24ffa391e3aab10362ca358 (patch)
tree524d31cf45008a2ec53a19f50d1510a0dd941d04
parentda7b3b422bc6f9f1eb60edb6682d620fe0ac9c3d (diff)
downloadorg.eclipse.osee-86be6990f1f5b722d24ffa391e3aab10362ca358.tar.gz
org.eclipse.osee-86be6990f1f5b722d24ffa391e3aab10362ca358.tar.xz
org.eclipse.osee-86be6990f1f5b722d24ffa391e3aab10362ca358.zip
feature[ats_M1Y56]: Update plugin.xml for type sheet renderer
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
index 09b15197b85..b2666ae3a54 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
@@ -32,6 +32,10 @@
id="org.eclipse.osee.framework.core.dsl.OseeDsl.editor.command"
name="OseeDsl Editor">
</command>
+ <command
+ id="org.eclipse.osee.framework.core.dsl.OseeDslTypeSheet.editor.command"
+ name="Osee Type Editor">
+ </command>
</extension>
<extension
point="org.eclipse.ui.handlers">
@@ -47,5 +51,17 @@
</with>
</enabledWhen>
</handler>
+ <handler
+ class="org.eclipse.osee.framework.core.dsl.ui.integration.internal.OseeDslEditorHandler"
+ commandId="org.eclipse.osee.framework.core.dsl.OseeDslTypeSheet.editor.command">
+ <enabledWhen>
+ <with
+ variable="selection">
+ <count
+ value="+">
+ </count>
+ </with>
+ </enabledWhen>
+ </handler>
</extension>
</plugin>

Back to the top