Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » deleteFromModelAction remove="true" Not working [Please Help]
deleteFromModelAction remove="true" Not working [Please Help] [message #222258] Sun, 22 March 2009 13:06
govind Ra is currently offline govind RaFriend
Messages: 95
Registered: July 2009
Member
Hello All

I want do remove men items from edit part so i did that using below code
but only Delete From Model Still remains in menu



<popupContribution
class=" org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextM enuProvider ">
<popupStructuredContributionCriteria
objectClass="com.xxx.diagram.edit.parts.UserSectionEditPart "/>
<popupPredefinedItem id="deleteFromModelAction" remove="true"/>
<popupPredefinedItem id="navigateGroup" remove="true"/>
<popupPredefinedItem id="fileMenu" remove="true"/>
<popupPredefinedItem id="toolbarArrangeAllAction" remove="true"/>
<popupPredefinedItem id="editMenu" remove="true"/>
<popupPredefinedItem id="formatMenu" remove="true"/>
<popupPredefinedItem id="filtersMenu" remove="true"/>
<popupPredefinedItem id="checkstyle" remove="true"/>
<popupPredefinedItem id="Properties" remove="true"/>
<popupPredefinedItem id="showPropertiesViewAction" remove="true"/>
<popupPredefinedItem id="deleteFromDiagramAction"
remove="false"/>
</popupContribution>


Please Help
Regards
Govind
Previous Topic:Opening the Diagram editor from the EMF tree Editor
Next Topic:import xml files
Goto Forum:
  


Current Time: Thu Apr 25 10:36:45 GMT 2024

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

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

Back to the top