mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[debugger] IDEA-356958 Use compile&reload modified files in favor of other actions
GitOrigin-RevId: 59e9325b2b959750f02ff923439c8353996c98bf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bac29e8431
commit
5e642ef3be
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user