mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
test and review fixes
This commit is contained in:
parent
6015650079
commit
a88ecfe6b5
40 changed files with 499 additions and 392 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue