mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add common actions to all variable views
This commit is contained in:
@@ -713,6 +713,12 @@
|
||||
<reference ref="XDebugger.CopyName"/>
|
||||
<separator/>
|
||||
<reference ref="EvaluateExpression"/>
|
||||
<reference ref="Debugger.Tree.EvaluateInConsole"/>
|
||||
<reference ref="Debugger.Tree.AddToWatches"/>
|
||||
<separator/>
|
||||
<reference ref="XDebugger.JumpToSource"/>
|
||||
<reference ref="XDebugger.JumpToTypeSource"/>
|
||||
<separator/>
|
||||
</group>
|
||||
|
||||
<group id="XDebugger.Evaluation.Dialog.Tree.Popup">
|
||||
@@ -727,12 +733,6 @@
|
||||
|
||||
<group id="XDebugger.Variables.Tree.Popup">
|
||||
<reference ref="XDebugger.ValueGroup"/>
|
||||
<reference ref="Debugger.Tree.EvaluateInConsole"/>
|
||||
<reference ref="Debugger.Tree.AddToWatches"/>
|
||||
<separator/>
|
||||
<reference ref="XDebugger.JumpToSource"/>
|
||||
<reference ref="XDebugger.JumpToTypeSource"/>
|
||||
<separator/>
|
||||
</group>
|
||||
|
||||
<group id="XDebugger.Variables.Tree.Toolbar">
|
||||
@@ -754,8 +754,6 @@
|
||||
|
||||
<group id="XDebugger.Inspect.Tree.Popup">
|
||||
<reference ref="XDebugger.ValueGroup"/>
|
||||
<reference ref="Debugger.Tree.EvaluateInConsole"/>
|
||||
<reference ref="Debugger.Tree.AddToWatches"/>
|
||||
</group>
|
||||
|
||||
<group id="XDebugger.Settings" icon="AllIcons.General.SecondaryGroup" popup="true">
|
||||
|
||||
@@ -160,8 +160,7 @@
|
||||
<add-to-group group-id="XDebugger.Watches.Tree.Popup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Debugger.ViewText" class="com.intellij.debugger.actions.ViewTextAction">
|
||||
<add-to-group group-id="XDebugger.Variables.Tree.Popup" anchor="before" relative-to-action="Debugger.ViewAsGroup"/>
|
||||
<add-to-group group-id="XDebugger.Watches.Tree.Popup" anchor="before" relative-to-action="Debugger.CustomizeContextView"/>
|
||||
<add-to-group group-id="XDebugger.ValueGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Debugger.CopyValue" class="com.intellij.debugger.actions.CopyValueAction"/>
|
||||
<action id="Debugger.CompareValueWithClipboard" class="com.intellij.debugger.actions.CompareValueWithClipboardAction"/>
|
||||
@@ -177,7 +176,7 @@
|
||||
<action id="Debugger.RemoveAllWatches" class="com.intellij.debugger.actions.RemoveAllWatchesAction"/>
|
||||
<action id="Debugger.RemoveWatch" class="com.intellij.debugger.actions.RemoveWatchAction" icon="AllIcons.Actions.Delete"/>
|
||||
<action id="Debugger.ViewAsGroup" class="com.intellij.debugger.actions.ViewAsGroup">
|
||||
<add-to-group group-id="XDebugger.Variables.Tree.Popup" anchor="before" relative-to-action="Debugger.CustomizeContextView"/>
|
||||
<add-to-group group-id="XDebugger.ValueGroup" anchor="last"/>
|
||||
</action>
|
||||
<!--<action id="Debugger.SetValue" class="com.intellij.debugger.actions.SetValueAction"/>-->
|
||||
<!--<action id="Debugger.ShowAsHex" class="com.intellij.debugger.actions.ShowAsHexAction" text="Show as Hex"/>-->
|
||||
|
||||
Reference in New Issue
Block a user