Debugger: Move "Show Kotlin variables" check button to the Debugger settings menu (KT-30909)

This commit is contained in:
Yan Zhulanow
2019-08-07 19:52:36 +09:00
parent f93549748a
commit 00a06ef9b9
2 changed files with 10 additions and 24 deletions
+5 -12
View File
@@ -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">
+5 -12
View File
@@ -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">