mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[debugger-rd] IJPL-175934: Frontend actions should use shortcuts of base actions
GitOrigin-RevId: e95e7844013b8aaf0a8502a1df9a628750276236
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2fe1f468d5
commit
3bb1efda22
+3
-3
@@ -9,12 +9,12 @@
|
||||
use-shortcut-of="ToggleBookmark">
|
||||
<add-to-group group-id="XDebugger.Inspect.Tree.Popup.Top.Section.Frontend"/>
|
||||
</action>
|
||||
<action id="XDebugger.SetValue.Frontend" class="com.intellij.platform.debugger.impl.frontend.actions.FrontendXSetValueAction">
|
||||
<action id="XDebugger.SetValue.Frontend" class="com.intellij.platform.debugger.impl.frontend.actions.FrontendXSetValueAction" use-shortcut-of="XDebugger.SetValue">
|
||||
<add-to-group group-id="XDebugger.Inspect.Tree.Popup.Top.Section.Frontend" anchor="after"
|
||||
relative-to-action="MarkObjectAction.Frontend"/>
|
||||
</action>
|
||||
<action id="XDebugger.CopyValue.Frontend" class="com.intellij.platform.debugger.impl.frontend.actions.FrontendXCopyValueAction"
|
||||
use-shortcut-of="$Copy">
|
||||
use-shortcut-of="XDebugger.CopyValue">
|
||||
<add-to-group group-id="XDebugger.Inspect.Tree.Popup.Top.Section.Frontend" anchor="after"
|
||||
relative-to-action="XDebugger.SetValue.Frontend"/>
|
||||
</action>
|
||||
@@ -29,7 +29,7 @@
|
||||
</action>
|
||||
|
||||
<action id="XDebugger.JumpToSource.Frontend" class="com.intellij.platform.debugger.impl.frontend.actions.FrontendXJumpToSourceAction"
|
||||
use-shortcut-of="EditSource">
|
||||
use-shortcut-of="XDebugger.JumpToSource">
|
||||
<add-to-group group-id="XDebugger.Inspect.Tree.Popup.Jump.To.Section.Frontend" anchor="first"/>
|
||||
</action>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user