Community
Participate
Working Groups
Steps to reproduce : 1/ Create a new project 2/ Create a table 3/ Select an element in the table -> you get the following message in the console : !MESSAGE Conflict for 'org.eclipse.ui.edit.rename': HandlerActivation(commandId=org.eclipse.ui.edit.rename, handler=org.eclipse.papyrus.uml.menu.handler.RenameNamedElementHandler@117a05, expression=org.eclipse.core.internal.expressions.OrExpression@f8f534a3,sourcePriority=1073741824) HandlerActivation(commandId=org.eclipse.ui.edit.rename, handler=org.eclipse.emf.facet.widgets.nattable.internal.handlers.EditHandler@161e57a, expression=org.eclipse.core.internal.expressions.WithExpression@d5f3cec0,sourcePriority=1073741824)
The same bug with org.eclipse.ui.edit.delete : the EMF-Facet Editor and the table modelexplorer provides handler in the same time for the delete action.
Done on branch in R5435, impacted plugins are : - oep.diagram.menu - oep.modelexplorer - oep.table.modelexplorer - oep.uml.menu Merge on trunk in R5436 for : - oep.diagram.menu - oep.table.modelexplorer - oep.uml.menu Done on trunk in R5437 for oep.modelexplorer (I don't merge, because there are differences between branch and trunk, so I commited only my changes
This bug can be marked as closed fixed