Bug 138513

Summary: Alt+Shift+D no longer duplicates a view
Product: [Modeling] GMF-Runtime Reporter: Cherie Revells <crevells>
Component: GeneralAssignee: Alex Boyko <aboyko>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: contributed
Version: unspecified   
Target Milestone: 1.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Fix for #138513 none

Description Cherie Revells CLA 2006-04-25 17:07:26 EDT
The Alt+Shift+D shortcut used to duplicate a view.  This no longer works anymore.  I think Eclipse has made some changes to how clients are meant to implement shortcuts.  Previously, the DuplicateAction definition in the plugin.xml defined an accelerator ALT+SHIFT+D.  This accelerator keyword is now deprecated and since it doesn't work, I am removing it.
Comment 1 Alex Boyko CLA 2006-07-27 16:28:28 EDT
Created attachment 46909 [details]
Fix for #138513

Fixed with the attached patch. However, instead of Alt+Shift+D the shortcut is Ctrl+Shift+D, since Alt+Shift+D is taken by the Eclipse debugger.
Comment 2 Mohammed Mostafa CLA 2006-08-02 17:26:10 EDT
Comitted the patch
Comment 3 Alex Boyko CLA 2006-08-03 15:58:45 EDT
Delivery Notes are sent out, fix commited -> Marking the bug as fixed
Comment 4 Rafael Chaves CLA 2007-03-18 12:35:10 EDT
Turns out Ctrl-Shift-D is already taken, also by Debug (Display action). Opened bug 177937.
Comment 5 Eclipse Webmaster CLA 2010-07-19 12:29:48 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Diagram was the original product and component for this bug