Bug 498540

Summary: Keys Preference page does not warn about partial conflicts
Product: [Eclipse Project] Platform Reporter: Alexander Zakusylo <zakgof>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.7   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/r/77949
Whiteboard:

Description Alexander Zakusylo CLA 2016-07-27 04:04:28 EDT
When the same key has multiple command assignments in the same context – it’s a conflict, and Key Preference page detects and displays them correctly.

However, same key assignment for a different context is not detected as a conflict, but still may confuse users as contexts may overlap.

Example:

There is a default Key Binding in Eclipse:

Command: Refresh
Binding: F5
Context: In Windows

However during debugging this key assignment does not work, because it's overridden by another overlapping key assignment with the same key:

Command: Step Into
Binding: F5
Context: Debugging

The fact that Key preference page does not warn about such partial conflicts. may cause user confusion. When a user assigns another key for a command, he/she is not aware about existing key binding for the same key in narrower contexts.
Comment 1 Eclipse Genie CLA 2016-07-27 04:32:01 EDT
New Gerrit change created: https://git.eclipse.org/r/77949