I have a combined EMF/GMF editor. When I switch from any tab to the
diagram tab I always get 4 warnings in my error log:
Warning
A handler conflict occurred. This may disable some commands.
As a matter of fact it seems like it disables those commands: copy,
paste, cut, delete.
For each command I get a warning of this type (here is the one for the
paste command):
Warning
Conflict for
'org.eclipse.ui.edit.paste':HandlerActivation(commandId=org.eclipse.ui.edit.paste,
handler=ActionHandler(org.eclipse.emf.edit.ui.action.PasteAction@81f25),
expression=AndExpression(org.eclipse.ui.SubActionBars$1@2fcb4f,WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@801059)),sourcePriority=16385)
HandlerActivation(commandId=org.eclipse.ui.edit.paste,
handler=ActionHandler(org.eclipse.gmf.runtime.common.ui.action.internal.actions.global.GlobalPasteAction@134d801),
expression=AndExpression(org.eclipse.ui.SubActionBars$1@2fcb4f,WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@801059)),sourcePriority=16385)
If
you have seen this problem before and know how to fix it I would be
grateful if you could point me in the right direction.