Details
Description
after instation activiti designer, copy(ctrl+c) and paste(ctrl+v) shortcus becomes to copy(ctrl+insert) and paste(shift+insert), and (alt + /).
Problem lies with definition of KeyBinding inside Activiti Designer GUI plugins.xml - KeyBinding uses "org.eclipse.ui.defaultAcceleratorConfiguration" as scheme ID, which is global scheme and cause binding conflicts. I have faced with this problem during developing my plugin and after change "SchemeId" everything works fine.
When you can repair, when you can release the new version?