Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335015

Summary: Keybinding for Copy and Delete are not displayed near the action
Product: z_Archived Reporter: Vincent Lorenzo <vincent.lorenzo>
Component: EMF-FacetAssignee: Gregoire Dupe <gdupe>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: emft.facet-inbox, gdupe
Version: unspecifiedFlags: gdupe: indigo+
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 335020    
Bug Blocks:    

Description Vincent Lorenzo CLA 2011-01-21 09:09:22 EST
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)
Comment 1 Vincent Lorenzo CLA 2011-01-24 02:51:00 EST
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.
Comment 2 Gregoire Dupe CLA 2011-02-01 08:03:39 EST
Hello,

This bug has been fixed by the patch provided in the bug 335020.

Regards,
Grégoire Dupé
Comment 3 Vincent Lorenzo CLA 2011-02-24 09:24:36 EST
This bug can be closed.