Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » menuContribution on DiagramEditor? HOW?
menuContribution on DiagramEditor? HOW? [message #192977] Mon, 16 June 2008 20:30
Steven Punte is currently offline Steven PunteFriend
Messages: 34
Registered: July 2009
Member
I am attempting to add a popup menu to the GMF diagram editor. This
extension works fine on the plain EMF editor, but no addition is see on the
GMF diagram editor content popup. I'm sure my editor ID is correct. Any
suggestions? Thanks in advance. Steve

<extension
name="Test Lens Hardware Editor Popup Menu Items"
point="org.eclipse.ui.menus">
<menuContribution
locationURI=" popup:com.tl.core.hw.diagram.part.HwDiagramEditorID?after=ad ditions
">
<command
commandId="com.tl.core.core.command.instantiate"
label="Instantiate Test Lens System"
style="push">
</command>
</menuContribution>
Previous Topic:Creating an RCP
Next Topic:Mindmap tutorial: where are properties?
Goto Forum:
  


Current Time: Fri Apr 19 23:15:57 GMT 2024

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

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

Back to the top