Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-03-28 16:57:16 +0000
committerptessier2014-03-28 16:57:16 +0000
commit65823f7991527d8aa35951d7517c2ccfd6d6cf3a (patch)
tree6cdbbc97c5b51193de59f4a461a6abee8c8b6f4b /plugins
parent44cdeaafc730bc6acba1e5d28744d883275d1a03 (diff)
downloadorg.eclipse.papyrus-65823f7991527d8aa35951d7517c2ccfd6d6cf3a.tar.gz
org.eclipse.papyrus-65823f7991527d8aa35951d7517c2ccfd6d6cf3a.tar.xz
org.eclipse.papyrus-65823f7991527d8aa35951d7517c2ccfd6d6cf3a.zip
431015: [Model Explorer] The context menu items should be ordered more
logically (some even renamed) and some items removed https://bugs.eclipse.org/bugs/show_bug.cgi?id=431015
Diffstat (limited to 'plugins')
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/plugin.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/plugin.xml b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/plugin.xml
index 33beecaf52e..899790e0979 100644
--- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/plugin.xml
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/plugin.xml
@@ -115,6 +115,10 @@
</command>
</menuContribution>
<menuContribution allPopups="false" locationURI="popup:org.eclipse.papyrus.views.modelexplorer.modelexplorer.popup">
+ <separator
+ name="newelements"
+ visible="false">
+ </separator>
<menu id="org.eclipse.papyrus.views.modelexplorer.popupmenu.createchild" label="New Child">
</menu>
<menu
@@ -203,9 +207,13 @@
visible="true">
</separator>
<separator
- name="addition"
+ name="others"
visible="true">
</separator>
+ <separator
+ name="additions"
+ visible="false">
+ </separator>
</menuContribution>
<!-- ModelExplorer Contextual menu -->

Back to the top