Skip to content

Commit b4aa37c

Browse files
committed
Add Icon for Select All context
Added an icon for "Select All" context shown in Breakpoints View, Variables View & Expressions View
1 parent 2f16b91 commit b4aa37c

File tree

2 files changed

+347
-0
lines changed

2 files changed

+347
-0
lines changed
Lines changed: 343 additions & 0 deletions
Loading

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,7 @@
14511451
id="org.eclipse.debug.ui.breakpointsView.toolbar.copy"/>
14521452
<action
14531453
label="%SelectAll.label"
1454+
icon="$nl$/icons/full/elcl16/select_all.svg"
14541455
helpContextId="select_all_breakpoints_action_context"
14551456
definitionId="org.eclipse.ui.edit.selectAll"
14561457
class="org.eclipse.debug.internal.ui.actions.breakpoints.SelectAllBreakpointsAction"
@@ -1567,6 +1568,7 @@
15671568
</action>
15681569
<action
15691570
label="%SelectAll.label"
1571+
icon="$nl$/icons/full/elcl16/select_all.svg"
15701572
helpContextId="select_all_variables_action_context"
15711573
definitionId="org.eclipse.ui.edit.selectAll"
15721574
class="org.eclipse.debug.internal.ui.actions.variables.SelectAllVariablesAction"
@@ -1615,6 +1617,7 @@
16151617
</action>
16161618
<action
16171619
label="%SelectAll.label"
1620+
icon="$nl$/icons/full/elcl16/select_all.svg"
16181621
helpContextId="select_all_expressions_action_context"
16191622
definitionId="org.eclipse.ui.edit.selectAll"
16201623
class="org.eclipse.debug.internal.ui.actions.expressions.SelectAllExpressionsAction"
@@ -1641,6 +1644,7 @@
16411644
<action
16421645
class="org.eclipse.debug.internal.ui.actions.variables.SelectAllVariablesAction"
16431646
label="%SelectAll.label"
1647+
icon="$nl$/icons/full/elcl16/select_all.svg"
16441648
menubarPath="variableGroup"
16451649
definitionId="org.eclipse.ui.edit.selectAll"
16461650
helpContextId="select_all_variables_action_context"

0 commit comments

Comments
 (0)