Community
Participate
Working Groups
The Copy and Delete actions are not linked with the Eclipse commands to see the binding. add the line setActionDefinitionId("org.eclipse.ui.edit.copy"); and setActionDefinitionId("org.eclipse.ui.edit.delete"); for the action actionCopyToClipboard and actionDeleteElement (file NatTableWidget)
The previous description allows to do the binding, but it would be better, that these actions were rewritten using org.eclipse.ui.menus, as described in the bug 335020.
Hello, This bug has been fixed by the patch provided in the bug 335020. Regards, Grégoire Dupé
This bug can be closed.