Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Adding a menu entry to the UML Editor Menu
Adding a menu entry to the UML Editor Menu [message #626217] Thu, 13 March 2008 01:51
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
Hey,

When I open an uml file with the UML tree editor, the main menu bar is
populated with a menu "UML Editor". For a few hours now (yeah I bite..)
I try to extend that menu from inside my plugin. I try to do so via the
org.eclipse.ui.menu extension point like this:

<menuContribution
locationURI=" menu:org.eclipse.uml2.umlMenuID?after=org.eclipse.uml2.uml.e ditor.ElementMenuID ">
<menu
label="hahhahaha">
<command
commandId="allure.commands.generate"
label="huhuhu"
style="push">
</command>
</menu>
</menuContribution>


I also tried ..?after=additions, but that didn't work either. Is this
even possible?


Felix
Previous Topic:how to setSource&setTarget for ControlFlow in Activity??
Next Topic:Re: Convert a UML file to Ecore file
Goto Forum:
  


Current Time: Fri Apr 26 09:08:49 GMT 2024

Powered by FUDForum. Page generated in 0.02685 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top