GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -

Step 7 - Untangled and removed the key binding management from the
ActionToGuiMapper; fixed bugs and tests
This commit is contained in:
dragonmacher 2019-06-28 15:20:13 -04:00
parent d684ee3ce6
commit 3946a05ded
27 changed files with 515 additions and 345 deletions

View file

@ -544,21 +544,6 @@ public abstract class ComponentProvider implements HelpDescriptor, ActionContext
}
if (isInTool()) {
/*
TODO
4) Wire default 'close' action to keybinding
5) Add global action for (show last provider)
--Navigation menu?
8) Update help locations
Questions:
C) How to wire universal close action (it is focus-dependent)
*/
dockingTool.getWindowManager().setIcon(this, icon);
}
}