Skip to content

Commit be4a4aa

Browse files
committed
Remove hover and duplicate image descriptors in org.eclipse.ui.debug
In org.eclipse.ui.debug, a bunch of descriptors refer to the same files, thus leading to duplicate resources in JFace's resource manager even though the same image is used. In addition, hover images are explicitly set to the same image as the original image in many cases. This change removes the unnecessary hover image specifications and de-duplicates the image descriptors to save resources.
1 parent f8e6177 commit be4a4aa

25 files changed

+25
-118
lines changed

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@
326326
</menu>
327327
<action
328328
id="org.eclipse.debug.ui.actions.ToggleStepFilters"
329-
hoverIcon="$nl$/icons/full/elcl16/stepbystep_co.svg"
330329
class="org.eclipse.debug.internal.ui.commands.actions.ToggleStepFiltersCommandActionDelegate"
331330
definitionId="org.eclipse.debug.ui.commands.ToggleStepFilters"
332331
disabledIcon="$nl$/icons/full/dlcl16/stepbystep_co.png"
@@ -363,7 +362,6 @@
363362
</action>
364363
<action
365364
id="org.eclipse.debug.ui.actions.StepReturn"
366-
hoverIcon="$nl$/icons/full/elcl16/stepreturn_co.svg"
367365
class="org.eclipse.debug.internal.ui.commands.actions.StepReturnCommandActionDelegate"
368366
definitionId="org.eclipse.debug.ui.commands.StepReturn"
369367
disabledIcon="$nl$/icons/full/dlcl16/stepreturn_co.png"
@@ -376,7 +374,6 @@
376374
</action>
377375
<action
378376
id="org.eclipse.debug.ui.actions.StepOver"
379-
hoverIcon="$nl$/icons/full/elcl16/stepover_co.svg"
380377
class="org.eclipse.debug.internal.ui.commands.actions.StepOverCommandActionDelegate"
381378
definitionId="org.eclipse.debug.ui.commands.StepOver"
382379
disabledIcon="$nl$/icons/full/dlcl16/stepover_co.png"
@@ -389,7 +386,6 @@
389386
</action>
390387
<action
391388
id="org.eclipse.debug.ui.actions.StepInto"
392-
hoverIcon="$nl$/icons/full/elcl16/stepinto_co.svg"
393389
class="org.eclipse.debug.internal.ui.commands.actions.StepIntoCommandActionDelegate"
394390
definitionId="org.eclipse.debug.ui.commands.StepInto"
395391
disabledIcon="$nl$/icons/full/dlcl16/stepinto_co.png"
@@ -402,7 +398,6 @@
402398
</action>
403399
<action
404400
id="org.eclipse.debug.ui.actions.toolbar.Disconnect"
405-
hoverIcon="$nl$/icons/full/elcl16/disconnect_co.svg"
406401
class="org.eclipse.debug.internal.ui.commands.actions.DisconnectCommandActionDelegate"
407402
definitionId="org.eclipse.debug.ui.commands.Disconnect"
408403
disabledIcon="$nl$/icons/full/dlcl16/disconnect_co.png"
@@ -415,7 +410,6 @@
415410
</action>
416411
<action
417412
id="org.eclipse.debug.ui.actions.Terminate"
418-
hoverIcon="$nl$/icons/full/elcl16/terminate_co.svg"
419413
class="org.eclipse.debug.internal.ui.commands.actions.TerminateCommandActionDelegate"
420414
definitionId="org.eclipse.debug.ui.commands.Terminate"
421415
disabledIcon="$nl$/icons/full/dlcl16/terminate_co.png"
@@ -428,7 +422,6 @@
428422
</action>
429423
<action
430424
id="org.eclipse.debug.ui.actions.Suspend"
431-
hoverIcon="$nl$/icons/full/elcl16/suspend_co.svg"
432425
class="org.eclipse.debug.internal.ui.commands.actions.SuspendCommandActionDelegate"
433426
definitionId="org.eclipse.debug.ui.commands.Suspend"
434427
disabledIcon="$nl$/icons/full/dlcl16/suspend_co.png"
@@ -441,7 +434,6 @@
441434
</action>
442435
<action
443436
id="org.eclipse.debug.ui.actions.Resume"
444-
hoverIcon="$nl$/icons/full/elcl16/resume_co.svg"
445437
class="org.eclipse.debug.internal.ui.commands.actions.ResumeCommandActionDelegate"
446438
definitionId="org.eclipse.debug.ui.commands.Resume"
447439
disabledIcon="$nl$/icons/full/dlcl16/resume_co.png"
@@ -502,7 +494,6 @@
502494
</action>
503495
<action
504496
id="org.eclipse.debug.ui.actions.DebugLast"
505-
hoverIcon="$nl$/icons/full/elcl16/debuglast_co.svg"
506497
class="org.eclipse.debug.internal.ui.actions.DebugLastAction"
507498
definitionId="org.eclipse.debug.ui.commands.DebugLast"
508499
disabledIcon="$nl$/icons/full/dlcl16/debuglast_co.png"
@@ -513,7 +504,6 @@
513504
</action>
514505
<action
515506
id="org.eclipse.debug.ui.actions.RunLast"
516-
hoverIcon="$nl$/icons/full/elcl16/runlast_co.svg"
517507
class="org.eclipse.debug.internal.ui.actions.RunLastAction"
518508
definitionId="org.eclipse.debug.ui.commands.RunLast"
519509
disabledIcon="$nl$/icons/full/dlcl16/runlast_co.png"
@@ -525,7 +515,6 @@
525515
<action
526516
id="org.eclipse.debug.internal.ui.actions.RunDropDownAction"
527517
toolbarPath="org.eclipse.debug.ui.launchActionSet/debug"
528-
hoverIcon="$nl$/icons/full/etool16/run_exc.svg"
529518
class="org.eclipse.debug.internal.ui.actions.RunToolbarAction"
530519
disabledIcon="$nl$/icons/full/dtool16/run_exc.png"
531520
icon="$nl$/icons/full/etool16/run_exc.svg"
@@ -562,7 +551,6 @@
562551
<action
563552
id="org.eclipse.debug.internal.ui.actions.DebugDropDownAction"
564553
toolbarPath="org.eclipse.debug.ui.launchActionSet/debug"
565-
hoverIcon="$nl$/icons/full/etool16/debug_exc.svg"
566554
class="org.eclipse.debug.internal.ui.actions.DebugToolbarAction"
567555
disabledIcon="$nl$/icons/full/dtool16/debug_exc.png"
568556
icon="$nl$/icons/full/etool16/debug_exc.svg"
@@ -589,7 +577,6 @@
589577
<action
590578
id="org.eclipse.debug.internal.ui.actions.ProfileDropDownAction"
591579
toolbarPath="org.eclipse.debug.ui.launchActionSet/debug"
592-
hoverIcon="$nl$/icons/full/etool16/profile_exc.svg"
593580
class="org.eclipse.debug.internal.ui.actions.ProfileToolbarAction"
594581
disabledIcon="$nl$/icons/full/dtool16/profile_exc.png"
595582
icon="$nl$/icons/full/etool16/profile_exc.svg"
@@ -625,7 +612,6 @@
625612
</action>
626613
<action
627614
id="org.eclipse.debug.ui.actions.ProfileLast"
628-
hoverIcon="$nl$/icons/full/etool16/profile_exc.svg"
629615
class="org.eclipse.debug.internal.ui.actions.ProfileLastAction"
630616
definitionId="org.eclipse.debug.ui.commands.ProfileLast"
631617
disabledIcon="$nl$/icons/full/dtool16/profile_exc.png"
@@ -800,7 +786,6 @@
800786
<action
801787
id="org.eclipse.debug.ui.debugview.toolbar.removeAllTerminated"
802788
toolbarPath="threadGroup"
803-
hoverIcon="$nl$/icons/full/elcl16/rem_all_co.svg"
804789
class="org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction"
805790
disabledIcon="$nl$/icons/full/dlcl16/rem_all_co.png"
806791
icon="$nl$/icons/full/elcl16/rem_all_co.svg"
@@ -811,7 +796,6 @@
811796
<action
812797
id="org.eclipse.debug.ui.debugview.toolbar.collapseAll"
813798
toolbarPath="threadGroup"
814-
hoverIcon="$nl$/icons/full/elcl16/collapseall.svg"
815799
class="org.eclipse.debug.internal.ui.actions.LaunchCollapseAllAction"
816800
disabledIcon="$nl$/icons/full/dlcl16/collapseall.png"
817801
icon="$nl$/icons/full/elcl16/collapseall.svg"
@@ -828,7 +812,6 @@
828812
<action
829813
id="org.eclipse.debug.ui.breakpointsView.toolbar.removeAll"
830814
toolbarPath="breakpointGroup"
831-
hoverIcon="$nl$/icons/full/elcl16/rem_all_co.svg"
832815
class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveAllBreakpointsAction"
833816
disabledIcon="$nl$/icons/full/dlcl16/rem_all_co.png"
834817
icon="$nl$/icons/full/elcl16/rem_all_co.svg"
@@ -840,7 +823,6 @@
840823
id="org.eclipse.debug.ui.breakpointsView.toolbar.remove"
841824
definitionId="org.eclipse.ui.edit.delete"
842825
toolbarPath="breakpointGroup"
843-
hoverIcon="$nl$/icons/full/elcl16/rem_co.svg"
844826
class="org.eclipse.debug.internal.ui.actions.breakpoints.RemoveBreakpointAction"
845827
disabledIcon="$nl$/icons/full/dlcl16/rem_co.png"
846828
icon="$nl$/icons/full/elcl16/rem_co.svg"
@@ -929,7 +911,6 @@
929911
<action
930912
id="org.eclipse.debug.ui.expresssionsView.toolbar.removeAll"
931913
toolbarPath="expressionGroup"
932-
hoverIcon="$nl$/icons/full/elcl16/rem_all_co.svg"
933914
class="org.eclipse.debug.internal.ui.actions.expressions.RemoveAllExpressionsAction"
934915
disabledIcon="$nl$/icons/full/dlcl16/rem_all_co.png"
935916
icon="$nl$/icons/full/elcl16/rem_all_co.svg"
@@ -941,7 +922,6 @@
941922
id="org.eclipse.debug.ui.expresssionsView.toolbar.remove"
942923
toolbarPath="expressionGroup"
943924
definitionId="org.eclipse.ui.edit.delete"
944-
hoverIcon="$nl$/icons/full/elcl16/rem_co.svg"
945925
class="org.eclipse.debug.internal.ui.actions.expressions.RemoveExpressionAction"
946926
disabledIcon="$nl$/icons/full/dlcl16/rem_co.png"
947927
icon="$nl$/icons/full/elcl16/rem_co.svg"
@@ -959,7 +939,6 @@
959939
label="%addWatchExpressionAction.label"
960940
toolbarPath="expressionGroup"
961941
icon="$nl$/icons/full/elcl16/monitorexpression_tsk.svg"
962-
hoverIcon="$nl$/icons/full/elcl16/monitorexpression_tsk.svg"
963942
helpContextId="add_watch_expression_context"
964943
class="org.eclipse.debug.internal.ui.actions.expressions.AddWatchExpressionAction"
965944
tooltip="%addWatchExpressionAction.tooltip"
@@ -990,7 +969,6 @@
990969
tooltip="%NewMemoryViewAction.tooltip"/>
991970
<action
992971
disabledIcon="$nl$/icons/full/dlcl16/var_cntnt_prvdr.png"
993-
hoverIcon="$nl$/icons/full/elcl16/var_cntnt_prvdr.svg"
994972
toolbarPath="MemoryMonitorsGroup"
995973
label="%ToggleMemoryMonitorsPaneAction.name"
996974
tooltip="%ToggleMemoryMonitorsPaneAction.tooltip"
@@ -1000,7 +978,6 @@
1000978
id="org.eclipse.debug.ui.togglemonitors"/>
1001979
<action
1002980
disabledIcon="$nl$/icons/full/dlcl16/synced.png"
1003-
hoverIcon="$nl$/icons/full/elcl16/synced.svg"
1004981
toolbarPath="RenderingPanesGroup"
1005982
label="%LinkRenderingPanesAction.name"
1006983
tooltip="%LinkRenderingPanesAction.tooltip"
@@ -1018,7 +995,6 @@
1018995
tooltip="%TableRenderingPrefActionName"/>
1019996
<action
1020997
disabledIcon="$nl$/icons/full/dlcl16/det_pane_right.png"
1021-
hoverIcon="$nl$/icons/full/elcl16/det_pane_right.svg"
1022998
toolbarPath="RenderingPanesGroup"
1023999
label="%ToggleSplitPaneAction.name"
10241000
tooltip="%ToggleSplitPaneAction.tooltip"
@@ -1030,7 +1006,6 @@
10301006
class="org.eclipse.debug.internal.ui.views.memory.SwitchMemoryBlockAction"
10311007
disabledIcon="$nl$/icons/full/dlcl16/display_selected_mb.png"
10321008
helpContextId="switchMemoryBlockAction_context"
1033-
hoverIcon="$nl$/icons/full/elcl16/display_selected_mb.svg"
10341009
icon="$nl$/icons/full/elcl16/display_selected_mb.svg"
10351010
id="org.eclipse.debug.ui.switchMemoryBlock"
10361011
label="%switchMemoryBlock.label"

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugPluginImages.java

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ private static void declareImages() {
7171
//menus
7272
declareRegistryImage(IDebugUIConstants.IMG_LCL_CHANGE_VARIABLE_VALUE, ELCL + "changevariablevalue_co.svg"); //$NON-NLS-1$
7373
declareRegistryImage(IInternalDebugUIConstants.IMG_DLCL_CHANGE_VARIABLE_VALUE, DLCL + "changevariablevalue_co.png"); //$NON-NLS-1$
74-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_CHANGE_VARIABLE_VALUE,
75-
ELCL + "changevariablevalue_co.svg"); //$NON-NLS-1$
7674

7775
declareRegistryImage(IDebugUIConstants.IMG_LCL_CONTENT_ASSIST, ELCL + "metharg_obj.svg"); //$NON-NLS-1$
7876
declareRegistryImage(IDebugUIConstants.IMG_DLCL_CONTENT_ASSIST, DLCL + "metharg_obj.png"); //$NON-NLS-1$
@@ -88,16 +86,7 @@ private static void declareImages() {
8886
declareRegistryImage(IDebugUIConstants.IMG_LCL_DISCONNECT, ELCL + "disconnect_co.svg"); //$NON-NLS-1$
8987
declareRegistryImage(IDebugUIConstants.IMG_LCL_REMOVE_ALL, ELCL + "rem_all_co.svg"); //$NON-NLS-1$
9088
declareRegistryImage(IDebugUIConstants.IMG_LCL_REMOVE, ELCL + "rem_co.svg"); //$NON-NLS-1$
91-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_SHOW_LOGICAL_STRUCTURE, ELCL + "var_cntnt_prvdr.svg"); //$NON-NLS-1$
92-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_COLLAPSE_ALL, ELCL + "collapseall.svg"); //$NON-NLS-1$
93-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_TERMINATE, ELCL + "terminate_co.svg"); //$NON-NLS-1$
94-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_RUN_TO_LINE, ELCL + "runtoline_co.svg"); //$NON-NLS-1$
9589
declareRegistryImage(IDebugUIConstants.IMG_LCL_ADD, ELCL + "monitorexpression_tsk.svg"); //$NON-NLS-1$
96-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_REMOVE_MEMORY, ELCL + "removememory_tsk.svg"); //$NON-NLS-1$
97-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_RESET_MEMORY, ELCL + "memoryreset_tsk.svg"); //$NON-NLS-1$
98-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_COPY_VIEW_TO_CLIPBOARD,
99-
ELCL + "copyviewtoclipboard_tsk.svg"); //$NON-NLS-1$
100-
declareRegistryImage(IInternalDebugUIConstants.IMG_LCL_PRINT_TOP_VIEW_TAB, ELCL + "printview_tsk.svg"); //$NON-NLS-1$
10190

10291
// disabled local toolbars
10392
declareRegistryImage(IInternalDebugUIConstants.IMG_DLCL_DETAIL_PANE, DLCL + "toggledetailpane_co.png"); //$NON-NLS-1$
@@ -142,26 +131,18 @@ private static void declareImages() {
142131
declareRegistryImage(IInternalDebugUIConstants.IMG_DLCL_EXPORT_CONFIG, DLCL + "export_config.png"); //$NON-NLS-1$
143132

144133
// enabled local toolbars
145-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DETAIL_PANE, ELCL + "toggledetailpane_co.svg"); //$NON-NLS-1$
146-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DETAIL_PANE_UNDER, ELCL + "det_pane_under.svg"); //$NON-NLS-1$
147-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DETAIL_PANE_RIGHT, ELCL + "det_pane_right.svg"); //$NON-NLS-1$
148-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DETAIL_PANE_HIDE, ELCL + "det_pane_hide.svg"); //$NON-NLS-1$
149134
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DETAIL_PANE_AUTO, ELCL + "det_pane_auto.svg"); //$NON-NLS-1$
150135
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DEBUG_VIEW_COMPACT_LAYOUT,
151136
ELCL + "debug_view_compact.svg"); //$NON-NLS-1$
152-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_LOCK, ELCL + "lock_co.svg"); //$NON-NLS-1$
153-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_TYPE_NAMES, ELCL + "tnames_co.svg"); //$NON-NLS-1$
154137
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_SHOW_LOGICAL_STRUCTURE, ELCL + "var_cntnt_prvdr.svg"); //$NON-NLS-1$
155138
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_COLLAPSE_ALL, ELCL + "collapseall.svg"); //$NON-NLS-1$
156139
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_TERMINATE, ELCL + "terminate_co.svg"); //$NON-NLS-1$
157-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_MONITOR_EXPRESSION, ELCL + "monitorexpression_tsk.svg"); //$NON-NLS-1$
140+
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_RUN_TO_LINE, ELCL + "runtoline_co.svg"); //$NON-NLS-1$
158141
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_REMOVE_MEMORY, ELCL + "removememory_tsk.svg"); //$NON-NLS-1$
159142
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_RESET_MEMORY, ELCL + "memoryreset_tsk.svg"); //$NON-NLS-1$
160143
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD,
161144
ELCL + "copyviewtoclipboard_tsk.svg"); //$NON-NLS-1$
162145
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_PRINT_TOP_VIEW_TAB, ELCL + "printview_tsk.svg"); //$NON-NLS-1$
163-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_REMOVE_ALL, ELCL + "rem_all_co.svg"); //$NON-NLS-1$
164-
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_REMOVE, ELCL + "rem_co.png"); //$NON-NLS-1$
165146
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_HIERARCHICAL, ELCL + "hierarchicalLayout.svg"); //$NON-NLS-1$
166147
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_FILTER_CONFIGS, ELCL + "filter_ps.svg"); //$NON-NLS-1$
167148
declareRegistryImage(IInternalDebugUIConstants.IMG_ELCL_DUPLICATE_CONFIG, ELCL + "copy_edit_co.svg"); //$NON-NLS-1$

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,8 @@ public interface IInternalDebugUIConstants {
3333
String ID_OUTLINE_FOLDER_VIEW= "org.eclipse.debug.internal.ui.OutlineFolderView"; //$NON-NLS-1$
3434

3535
// tool images
36-
String IMG_LCL_COLLAPSE_ALL = "IMG_LCL_COLLAPSE_ALL"; //$NON-NLS-1$
37-
String IMG_LCL_TERMINATE = "IMG_LCL_TERMINATE"; //$NON-NLS-1$
38-
String IMG_LCL_SHOW_LOGICAL_STRUCTURE = "IMG_LCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
39-
String IMG_LCL_RUN_TO_LINE= "IMG_LCL_RUN_TO_LINE"; //$NON-NLS-1$
4036
String IMG_SRC_LOOKUP_MENU = "IMG_SRC_LOOKUP_MENU"; //$NON-NLS-1$
4137

42-
/**
43-
* @deprecated Use IDebugUIConstants#IMG_LCL_ADD
44-
*/
45-
@Deprecated String IMG_LCL_MONITOR_EXPRESSION= IDebugUIConstants.IMG_LCL_ADD;
46-
String IMG_LCL_REMOVE_MEMORY= "IMG_LCL_REMOVE_MEMORY"; //$NON-NLS-1$
47-
String IMG_LCL_RESET_MEMORY= "IMG_LCL_RESET_MEMORY";//$NON-NLS-1$
48-
String IMG_LCL_COPY_VIEW_TO_CLIPBOARD = "IMG_LCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
49-
String IMG_LCL_PRINT_TOP_VIEW_TAB = "IMG_LCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
50-
5138
// disabled local tool images
5239
String IMG_DLCL_LOCK= "IMG_DLCL_LOCK"; //$NON-NLS-1$
5340
String IMG_DLCL_DETAIL_PANE= "IMG_DLCL_DETAIL_PANE"; //$NON-NLS-1$
@@ -96,25 +83,16 @@ public interface IInternalDebugUIConstants {
9683
String IMG_DLCL_DISCONNECT= "IMG_DLCL_DISCONNECT"; //$NON-NLS-1$
9784

9885
// enabled local tool images
99-
String IMG_ELCL_LOCK= "IMG_ELCL_LOCK"; //$NON-NLS-1$
100-
String IMG_ELCL_DETAIL_PANE= "IMG_ELCL_DETAIL_PANE"; //$NON-NLS-1$
101-
String IMG_ELCL_CHANGE_VARIABLE_VALUE= "IMG_ELCL_CHANGE_VARIABLE_VALUE"; //$NON-NLS-1$
102-
String IMG_ELCL_TYPE_NAMES= "IMG_ELCL_TYPE_NAMES"; //$NON-NLS-1$
10386
String IMG_ELCL_SHOW_LOGICAL_STRUCTURE= "IMG_ELCL_SHOW_LOGICAL_STRUCTURE"; //$NON-NLS-1$
104-
String IMG_ELCL_DETAIL_PANE_UNDER= "IMG_ELCL_DETAIL_PANE_UNDER"; //$NON-NLS-1$
105-
String IMG_ELCL_DETAIL_PANE_RIGHT= "IMG_ELCL_DETAIL_PANE_RIGHT"; //$NON-NLS-1$
106-
String IMG_ELCL_DETAIL_PANE_HIDE= "IMG_ELCL_DETAIL_PANE_HIDE"; //$NON-NLS-1$
10787
String IMG_ELCL_DETAIL_PANE_AUTO= "IMG_ELCL_DETAIL_PANE_AUTO"; //$NON-NLS-1$
10888
String IMG_ELCL_COLLAPSE_ALL = "IMG_ELCL_COLLAPSE_ALL"; //$NON-NLS-1$
10989
String IMG_ELCL_TERMINATE = "IMG_ELCL_TERMINATE"; //$NON-NLS-1$
11090
String IMG_SRC_LOOKUP_MENU_ELCL = "IMG_SRC_LOOKUP_MENU_ENABLED"; //$NON-NLS-1$
111-
String IMG_ELCL_MONITOR_EXPRESSION= "IMG_ELCL_MONITOR_EXPRESSION"; //$NON-NLS-1$
91+
String IMG_ELCL_RUN_TO_LINE = "IMG_LCL_RUN_TO_LINE"; //$NON-NLS-1$
11292
String IMG_ELCL_REMOVE_MEMORY= "IMG_ELCL_REMOVE_MEMORY"; //$NON-NLS-1$
11393
String IMG_ELCL_RESET_MEMORY= "IMG_ELCL_RESET_MEMORY"; //$NON-NLS-1$
114-
String IMG_ELCL_COPY_VIEW_TO_CLIPBOARD= "IMG_ELCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
115-
String IMG_ELCL_PRINT_TOP_VIEW_TAB= "IMG_ELCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
116-
String IMG_ELCL_REMOVE_ALL = "IMG_ELCL_REMOVE_ALL"; //$NON-NLS-1$
117-
String IMG_ELCL_REMOVE = "IMG_ELCL_REMOVE"; //$NON-NLS-1$
94+
String IMG_ELCL_COPY_VIEW_TO_CLIPBOARD= "IMG_ELCL_COPY_VIEW_TO_CLIPBOARD"; //$NON-NLS-1$
95+
String IMG_ELCL_PRINT_TOP_VIEW_TAB= "IMG_ELCL_PRINT_TOP_VIEW_TAB"; //$NON-NLS-1$
11896
String IMG_ELCL_HIERARCHICAL = "IMG_ELCL_HIERARCHICAL"; //$NON-NLS-1$
11997
String IMG_ELCL_HELP = "IMG_ELCL_HELP"; //$NON-NLS-1$
12098
String IMG_ELCL_NEW_CONFIG = "IMG_ELCL_NEW_CONFIG"; //$NON-NLS-1$

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/CollapseAllAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public CollapseAllAction(TreeModelViewer viewer) {
3232
super(ActionMessages.CollapseAllAction_0, DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COLLAPSE_ALL));
3333
setToolTipText(ActionMessages.CollapseAllAction_0);
3434
setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_COLLAPSE_ALL));
35-
setHoverImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_LCL_COLLAPSE_ALL));
3635
setActionDefinitionId(CollapseAllHandler.COMMAND_ID);
3736
fViewer = viewer;
3837
}

0 commit comments

Comments
 (0)