[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] How to move deleteFromModelAction to another place as the standard place in editGroup

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.DiagramContextMenuProvider">
<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