|
1505 | 1505 | definitionId="org.eclipse.ui.edit.copy"
|
1506 | 1506 | helpContextId="copy_breakpoints_action_context"
|
1507 | 1507 | class="org.eclipse.debug.internal.ui.actions.breakpointGroups.CopyBreakpointsActionDelegate"
|
1508 |
| - menubarPath="breakpointGroup" |
| 1508 | + menubarPath="BreakpointAdditionalGroup" |
1509 | 1509 | id="org.eclipse.debug.ui.breakpointsView.toolbar.copy"/>
|
1510 | 1510 | <action
|
1511 | 1511 | label="%SelectAll.label"
|
1512 | 1512 | helpContextId="select_all_breakpoints_action_context"
|
1513 | 1513 | definitionId="org.eclipse.ui.edit.selectAll"
|
1514 | 1514 | class="org.eclipse.debug.internal.ui.actions.breakpoints.SelectAllBreakpointsAction"
|
1515 |
| - menubarPath="breakpointGroup" |
| 1515 | + menubarPath="BreakpointAdditionalGroup" |
1516 | 1516 | id="org.eclipse.debug.ui.actions.SelectAllBreakpointsAction">
|
1517 | 1517 | </action>
|
1518 | 1518 | <action
|
1519 | 1519 | label="%RemoveAllAction.label"
|
1520 | 1520 | icon="$nl$/icons/full/elcl16/rem_all_co.png"
|
1521 | 1521 | helpContextId="remove_all_breakpoints_action_context"
|
1522 | 1522 | class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveAllBreakpointsAction"
|
1523 |
| - menubarPath="breakpointGroup" |
| 1523 | + menubarPath="BreakpointAdditionalGroup" |
1524 | 1524 | id="org.eclipse.debug.ui.actions.RemoveAllBreakpoints">
|
1525 | 1525 | </action>
|
1526 | 1526 | <action
|
1527 | 1527 | label="%RemoveAllTriggerpoints.label"
|
1528 | 1528 | icon="$nl$/icons/full/elcl16/rem_all_triggers.png"
|
1529 | 1529 | helpContextId="remove_all_breakpoints_action_context"
|
1530 | 1530 | class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveAllTriggerPointsAction"
|
1531 |
| - menubarPath="breakpointGroup" |
| 1531 | + menubarPath="BreakpointAdditionalGroup" |
1532 | 1532 | id="org.eclipse.debug.ui.actions.RemoveAllTriggerpoints">
|
1533 | 1533 | </action>
|
1534 | 1534 | <action
|
1535 | 1535 | label="%RemoveAction.label"
|
1536 | 1536 | icon="$nl$/icons/full/elcl16/rem_co.png"
|
1537 | 1537 | helpContextId="remove_breakpoint_action_context"
|
1538 | 1538 | class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveBreakpointAction"
|
1539 |
| - menubarPath="breakpointGroup" |
| 1539 | + menubarPath="BreakpointAdditionalGroup" |
1540 | 1540 | enablesFor="+"
|
1541 | 1541 | id="org.eclipse.debug.ui.breakpointsView.toolbar.remove">
|
1542 | 1542 | </action>
|
|
1545 | 1545 | icon="$nl$/icons/full/elcl16/disabled_co.png"
|
1546 | 1546 | helpContextId="disable_breakpoint_action_context"
|
1547 | 1547 | class="org.eclipse.debug.internal.ui.actions.breakpoints.DisableAllBreakpointsAction"
|
1548 |
| - menubarPath="breakpointGroup" |
| 1548 | + menubarPath="BreakpointAdditionalGroup" |
1549 | 1549 | id="org.eclipse.debug.ui.actions.DisableAllBreakpoint">
|
1550 | 1550 | </action>
|
1551 | 1551 | <action
|
|
0 commit comments