Debugger: Move "Show Kotlin variables" check button to the Debugger settings menu (KT-30909)
This commit is contained in:
@@ -54,18 +54,11 @@
|
|||||||
text="Report as incompatible API">
|
text="Report as incompatible API">
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
<group id="Kotlin.XDebugger.Actions">
|
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
||||||
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
||||||
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
text="Show Kotlin Variables Only">
|
||||||
icon="/org/jetbrains/kotlin/idea/icons/kotlin.png"
|
<add-to-group group-id="XDebugger.Settings" relative-to-action="XDebugger.Inline" anchor="after"/>
|
||||||
text="Show Kotlin variables only"
|
</action>
|
||||||
/>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="Kotlin.XDebugger.Watches.Tree.Toolbar">
|
|
||||||
<reference ref="Kotlin.XDebugger.ToggleKotlinVariableView"/>
|
|
||||||
<add-to-group group-id="XDebugger.Watches.Tree.Toolbar" relative-to-action="XDebugger.SwitchWatchesInVariables" anchor="after"/>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<action id="InspectBreakpointApplicability" class="org.jetbrains.kotlin.idea.debugger.breakpoints.InspectBreakpointApplicabilityAction"
|
<action id="InspectBreakpointApplicability" class="org.jetbrains.kotlin.idea.debugger.breakpoints.InspectBreakpointApplicabilityAction"
|
||||||
text="Inspect Breakpoint Applicability" internal="true">
|
text="Inspect Breakpoint Applicability" internal="true">
|
||||||
|
|||||||
@@ -59,18 +59,11 @@
|
|||||||
text="Report as incompatible API">
|
text="Report as incompatible API">
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
<group id="Kotlin.XDebugger.Actions">
|
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
||||||
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
||||||
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
text="Show Kotlin Variables Only">
|
||||||
icon="/org/jetbrains/kotlin/idea/icons/kotlin.png"
|
<add-to-group group-id="XDebugger.Settings" relative-to-action="XDebugger.Inline" anchor="after"/>
|
||||||
text="Show Kotlin variables only"
|
</action>
|
||||||
/>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group id="Kotlin.XDebugger.Watches.Tree.Toolbar">
|
|
||||||
<reference ref="Kotlin.XDebugger.ToggleKotlinVariableView"/>
|
|
||||||
<add-to-group group-id="XDebugger.Watches.Tree.Toolbar" relative-to-action="XDebugger.SwitchWatchesInVariables" anchor="after"/>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<action id="InspectBreakpointApplicability" class="org.jetbrains.kotlin.idea.debugger.breakpoints.InspectBreakpointApplicabilityAction"
|
<action id="InspectBreakpointApplicability" class="org.jetbrains.kotlin.idea.debugger.breakpoints.InspectBreakpointApplicabilityAction"
|
||||||
text="Inspect Breakpoint Applicability" internal="true">
|
text="Inspect Breakpoint Applicability" internal="true">
|
||||||
|
|||||||
Reference in New Issue
Block a user