Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
343 changes: 343 additions & 0 deletions debug/org.eclipse.debug.ui/icons/full/elcl16/select_all.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions debug/org.eclipse.debug.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@
id="org.eclipse.debug.ui.breakpointsView.toolbar.copy"/>
<action
label="%SelectAll.label"
icon="$nl$/icons/full/elcl16/select_all.svg"
helpContextId="select_all_breakpoints_action_context"
definitionId="org.eclipse.ui.edit.selectAll"
class="org.eclipse.debug.internal.ui.actions.breakpoints.SelectAllBreakpointsAction"
Expand Down Expand Up @@ -1567,6 +1568,7 @@
</action>
<action
label="%SelectAll.label"
icon="$nl$/icons/full/elcl16/select_all.svg"
helpContextId="select_all_variables_action_context"
definitionId="org.eclipse.ui.edit.selectAll"
class="org.eclipse.debug.internal.ui.actions.variables.SelectAllVariablesAction"
Expand Down Expand Up @@ -1615,6 +1617,7 @@
</action>
<action
label="%SelectAll.label"
icon="$nl$/icons/full/elcl16/select_all.svg"
helpContextId="select_all_expressions_action_context"
definitionId="org.eclipse.ui.edit.selectAll"
class="org.eclipse.debug.internal.ui.actions.expressions.SelectAllExpressionsAction"
Expand All @@ -1641,6 +1644,7 @@
<action
class="org.eclipse.debug.internal.ui.actions.variables.SelectAllVariablesAction"
label="%SelectAll.label"
icon="$nl$/icons/full/elcl16/select_all.svg"
menubarPath="variableGroup"
definitionId="org.eclipse.ui.edit.selectAll"
helpContextId="select_all_variables_action_context"
Expand Down
Loading