mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
fixed edit shortcut for threads panel
This commit is contained in:
@@ -123,14 +123,14 @@ public abstract class DebuggerAction extends AnAction {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
//listener.installOn(tree);
|
||||
listener.installOn(tree);
|
||||
|
||||
final AnAction action = ActionManager.getInstance().getAction(actionName);
|
||||
action.registerCustomShortcutSet(CommonShortcuts.getEditSource(), tree);
|
||||
|
||||
return new Disposable() {
|
||||
public void dispose() {
|
||||
//listener.uninstall(tree);
|
||||
listener.uninstall(tree);
|
||||
action.unregisterCustomShortcutSet(tree);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user