Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » How to move deleteFromModelAction to another place as the standard place in editGroup
How to move deleteFromModelAction to another place as the standard place in editGroup [message #232369] Thu, 04 June 2009 12:49
Eclipse UserFriend
Originally posted by: ralph.schreder.gmx.de

Hi,
I want to set the action deleteFromModelAction to another place in the
popupmenu. I tried:

<popupContribution
class=" org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextM enuProvider ">
<popupStructuredContributionCriteria
objectClass="xxx.diagram.edit.parts.MyNodeEditPart">
</popupStructuredContributionCriteria>
<popupMenuGroup id="deleteGroup">
</popupMenuGroup>
<popupAction path="/deleteGroup" id="deleteFromModelAction">
</popupAction>
</popupContribution>

But the action would not be shown.

Thanks for solution,
Ralph
Previous Topic:Copy paste problem with different file for model and diagram
Next Topic:How to enable diagram validation?
Goto Forum:
  


Current Time: Sat May 11 02:29:51 GMT 2024

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

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

Back to the top