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

test and review fixes
This commit is contained in:
dragonmacher 2019-07-09 18:18:36 -04:00
parent 6015650079
commit a88ecfe6b5
40 changed files with 499 additions and 392 deletions

View file

@ -142,11 +142,12 @@ public class DecompilerProvider extends NavigatableComponentProviderAdapter
setTransient();
}
else {
setDefaultKeyBinding(
addToToolbar();
setKeyBinding(
new KeyBindingData(KeyEvent.VK_E, DockingUtils.CONTROL_KEY_MODIFIER_MASK));
}
setIcon(C_SOURCE_ICON, isConnected);
setIcon(C_SOURCE_ICON);
setTitle("Decompile");
setWindowMenuGroup("Decompile");