Skip to main content



      Home
Home » Modeling » UML2 » Adding a menu entry to the UML Editor Menu
Adding a menu entry to the UML Editor Menu [message #626217] Wed, 12 March 2008 21:51
Eclipse UserFriend
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: Thu Jul 10 02:00:50 EDT 2025

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

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

Back to the top