[debugger] IDEA-356958 Use compile&reload modified files in favor of other actions

GitOrigin-RevId: 59e9325b2b959750f02ff923439c8353996c98bf
This commit is contained in:
Maksim Zuev
2024-09-09 15:36:44 +02:00
committed by intellij-monorepo-bot
parent bac29e8431
commit 5e642ef3be
2 changed files with 3 additions and 5 deletions

View File

@@ -2847,7 +2847,7 @@ action.AddConditionalBreakpoint.text=Add Conditional Breakpoint\u2026
group.XDebugger.Attach.Dialog.Settings.text=Attach dialog settings
action.XDebugger.Show.Breakpoints.Over.Line.Numbers.text=Breakpoints Over Line Numbers
action.XDebugger.Hotswap.Modified.Files.text=Compile And Reload Modified Files
action.XDebugger.Hotswap.Modified.Files.text=Compile and Reload Modified Files
action.XDebugger.Hotswap.Modified.Files.description=Recompile files modified during a debugger session and perform hot swap
action.main.toolbar.Project.text=Project Widget

View File

@@ -373,9 +373,7 @@
correctly labeled -->
<action id="AnonymousToInner" class="com.intellij.refactoring.actions.AnonymousToInnerAction"/>
<action id="Hotswap" class="com.intellij.debugger.actions.HotSwapAction">
<add-to-group group-id="DebugReloadGroup" anchor="last"/>
</action>
<action id="Hotswap" class="com.intellij.debugger.actions.HotSwapAction"/>
<action id="RunToolbarHotSwapAction" class="com.intellij.debugger.actions.RunToolbarHotSwapAction" icon="com.intellij.icons.AllIcons.Actions.BuildAutoReloadChanges">
<add-to-group group-id="RunToolbarAdditionalProcessActions"/>
@@ -583,7 +581,7 @@
<group id="EditorPopupMenuDebugJava">
<separator/>
<reference ref="ToggleFieldBreakpoint"/>
<reference ref="Debugger.ReloadFile"/>
<reference ref="XDebugger.Hotswap.Modified.Files"/>
<separator/>
<add-to-group group-id="EditorPopupMenuDebug" anchor="last"/>
</group>