| Summary: | [sidebar] Command hotkeys do not work in sidebar navigator | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | 3.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
The problem was that the sidebar registers its bindings (using CommandRegistry#registerCommandContribution) before the actual commands that it wants to bind are in the registry (i.e. prior to #addCommand). This causes the registry to never hook up the binding to the command. I fixed the CommandRegistry to remember unresolved bindings, and resolve them as commands are added: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=93c4d9f In addition to the hotkeys mentioned in Comment 0, Ctrl+C and Ctrl+V are now supported: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c02463d |