Skip to content

Commit f05df38

Browse files
subyssurendran666iloveeclipse
authored andcommitted
Fix toggle breakpoint type's order
1 parent 9efbd89 commit f05df38

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

org.eclipse.jdt.debug.ui/plugin.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,13 +1049,6 @@
10491049
label="%AddLambdaEntryBreakpoint.label"
10501050
menubarPath="debug">
10511051
</action>
1052-
<action
1053-
label="%EnableBreakpoint.label"
1054-
helpContextId="enable_disable_breakpoint_action_context"
1055-
class="org.eclipse.debug.ui.actions.RulerEnableDisableBreakpointActionDelegate"
1056-
menubarPath="debug"
1057-
id="org.eclipse.jdt.debug.ui.actions.EnableDisableBreakpointRulerActionDelegate">
1058-
</action>
10591052
<action
10601053
class="org.eclipse.jdt.internal.debug.ui.actions.RulerToggleHitBreakpointActionDelegate"
10611054
icon="icons/full/obj16/brkp_obj.png"
@@ -1070,6 +1063,13 @@
10701063
label="%ToggleTriggerpointAction.label"
10711064
menubarPath="debug">
10721065
</action>
1066+
<action
1067+
label="%EnableBreakpoint.label"
1068+
helpContextId="enable_disable_breakpoint_action_context"
1069+
class="org.eclipse.debug.ui.actions.RulerEnableDisableBreakpointActionDelegate"
1070+
menubarPath="debug"
1071+
id="org.eclipse.jdt.debug.ui.actions.EnableDisableBreakpointRulerActionDelegate">
1072+
</action>
10731073
<action
10741074
class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate"
10751075
helpContextId="manage_breakpoint_action_context"

0 commit comments

Comments
 (0)