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

Bug 380715

Summary: scoped keybindings that are hooked multiple times in a page appear in key assist multiple times
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Susan McCourt CLA 2012-05-25 13:48:33 EDT
We hook Del and Rename in both the favorites panel and the navigator.
These keys show up twice in key assist because there are two contributions.
For RC1 we should only show a key once.

Going forward we may have to deal with the possibility that the same binding has different contextual meanings, but let's cross that bridge when we get there.
Comment 1 Susan McCourt CLA 2012-06-04 23:49:55 EDT
fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=809690d23d26abfefb6086dcec175627bd321b05.

We were already listing editor commands separate from "Global" so now we add a heading for scoped commands.  This means they still appear twice, but they appear under each scope.  So we show "Del" and "F2" under both "Navigator" and "Favorites" heading.