[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.modeling.gmf] deleteFromModelAction remove="true" in my plugin.xml doesn't work, rest ok
From
: Ralph <
ralph.schreder@xxxxxx
>
Date
: Wed, 03 Jun 2009 12:31:12 +0200
Newsgroups
:
eclipse.modeling.gmf
Organization
: EclipseCorner
User-agent
: Thunderbird 2.0.0.21 (Windows/20090302)
I have seen another demand for the same theme (deleteFromModelAction remove="true" Not working [Please Help]).
I have the same problem and I found no solution.
My code in my plugin.xml shows like that:
<extension point="org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders">
<contributionItemProvider class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContributionItemProvider"
checkPluginLoaded="false">
<Priority name="Low"/>
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
<popupStructuredContributionCriteria objectClass="xxx.gmf.diagram.edit.parts.MyNodeEditPart">
</popupStructuredContributionCriteria>
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"></popupPredefinedItem>
<popupPredefinedItem id="deleteFromModelAction" remove="true"></popupPredefinedItem>
<popupPredefinedItem
id="showPropertiesViewAction"
remove="true">
</popupPredefinedItem>
<popupPredefinedItem
id="properties"
remove="true">
</popupPredefinedItem>
</popupContribution>
</contributionItemProvider>
</extension>
Has anybody a solution?
Thanks a lot, Ralph
Follow-Ups
:
[news.eclipse.modeling.gmf] Re: deleteFromModelAction remove="true" in my plugin.xml doesn't work, rest ok
From:
govind
Prev by Date:
[news.eclipse.modeling.gmf] How to remove the sub menus of 'Add' Context Menu ?
Next by Date:
[news.eclipse.modeling.gmf] Re: shouldProceed Changing the Text of Message Dialog
Previous by thread:
[news.eclipse.modeling.gmf] How to remove the sub menus of 'Add' Context Menu ?
Next by thread:
[news.eclipse.modeling.gmf] Re: deleteFromModelAction remove="true" in my plugin.xml doesn't work, rest ok
Index(es):
Date
Thread