Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormvelten2012-03-14 13:46:54 +0000
committermvelten2012-03-14 13:46:54 +0000
commitbc5c41e59fdcdc8ef1d8504352526c0e787c3fe8 (patch)
tree3dd39f8941ea45c3833074fec94bf584ba2d906e /extraplugins
parent42bf64f7c366477dd40558c1a872b6b13e45f052 (diff)
downloadorg.eclipse.papyrus-bc5c41e59fdcdc8ef1d8504352526c0e787c3fe8.tar.gz
org.eclipse.papyrus-bc5c41e59fdcdc8ef1d8504352526c0e787c3fe8.tar.xz
org.eclipse.papyrus-bc5c41e59fdcdc8ef1d8504352526c0e787c3fe8.zip
Added a popup menu for the creation of assign table.
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.table.assign/META-INF/MANIFEST.MF2
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.table.assign/plugin.xml16
2 files changed, 17 insertions, 1 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/META-INF/MANIFEST.MF b/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/META-INF/MANIFEST.MF
index dbb780b4591..0c87142f70a 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/META-INF/MANIFEST.MF
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/META-INF/MANIFEST.MF
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.papyrus.table.common;bundle-version="0.8.2",
com.google.collect;bundle-version="1.0.0",
org.eclipse.papyrus.marte.static.profile;bundle-version="0.8.2",
org.eclipse.papyrus.diagram.common;bundle-version="0.8.2",
- org.eclipse.emf.facet.widgets.nattable;bundle-version="0.1.2"
+ org.eclipse.emf.facet.widgets.nattable;bundle-version="0.1.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.marte.table.assign,
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/plugin.xml b/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/plugin.xml
index bc0f1d6aca8..fa199290612 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/plugin.xml
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.table.assign/plugin.xml
@@ -26,6 +26,22 @@
</visibleWhen>
</command>
</menuContribution>
+ <menuContribution
+ allPopups="false"
+ locationURI="popup:org.eclipse.papyrus.modelexplorer.popupmenu.createtable">
+ <command
+ commandId="org.eclipse.papyrus.marte.table.assign.create.table"
+ icon="icons/assign_table.gif"
+ id="org.eclipse.papyrus.table.ui.toolbar.assign.table"
+ style="push"
+ tooltip="Create a new Marte Assign table">
+ <visibleWhen>
+ <reference
+ definitionId="org.eclipse.papyrus.marte.table.assign.IsPapyrusActiveWithMarte">
+ </reference>
+ </visibleWhen>
+ </command>
+ </menuContribution>
</extension>
<extension
point="org.eclipse.ui.commands">

Back to the top