Emily, very interesting question! I guess the eclipse-wiki discuss several ways to manipulate the plugins before they are loaded into registry. Have a look at the product customization page: http://wiki.eclipse.org/Product_Customization
An other way to customize your application is to work with activities and capabilities : http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/workbench_scalability.htm I guess the later has been discussed on the mailing list a few weeks/month ago. For this particular Requirement I would prefer the first way to solve it. I never done it but I guess its a good point to investigate Let us know how you solved it ;) Frank * could you try to http://stackoverflow.com/a/8182692 Ver 2013/1/16 Emily Gouge <[email protected]>: > I would like to disable some of the operations that appear in the > right-click menu of the Layers view. In particular I would like to disable > the "Make Hole", "Select all features", "Merge Selected" operations. > > Both of these operations are a part of the net.refractions.udig.project.ui > packages so I can't exclude the plugin from my app. Is there a simple way > to remove operations? > > Thanks, > Emily > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
