Community
Participate
Working Groups
The plug-in xml file of org.eclipse.papyrus.diagram.common breaks all GMF based diagram editors by not limit its contribution to Papyrus editor id (see http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.gmf.doc/tutorials/diagram/paletteConfigurationTutorial.html) The removal of Note tools should be limited to the Papyrus editor. Guilty extension is the following : "<extension point="org.eclipse.gmf.runtime.diagram.ui.paletteProviders"> <paletteProvider class="org.eclipse.gmf.runtime.diagram.ui.providers.DefaultPaletteProvider"> <Priority name="Highest"> </Priority> <contribution> <predefinedEntry id="standardGroup/noteStack/noteTool" remove="true"> </predefinedEntry> <predefinedEntry id="standardGroup/noteStack/textTool" remove="true"> </predefinedEntry> <predefinedEntry id="standardGroup/noteStack/noteattachmentTool" remove="true"> </predefinedEntry> </contribution> </paletteProvider> </extension>"
fixed in branch 0.7.X (r4440) and trunk (r4441).
(In reply to comment #1) > fixed in branch 0.7.X (r4440) and trunk (r4441). Thanks for the quick fix !