@@ -91,36 +91,49 @@ public class CompareConfiguration {
91
91
92
92
static {
93
93
// Not swapped (a.k.a. left is local)
94
- fgImages [Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/add_ov.png" ); //$NON-NLS-1$
95
- fgImages [Differencer .LEFT + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/r_inadd_ov.png" ); //$NON-NLS-1$
96
- fgImages [Differencer .RIGHT + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/r_outadd_ov.png" ); //$NON-NLS-1$
97
-
98
- fgImages [Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/del_ov.png" ); //$NON-NLS-1$
99
- fgImages [Differencer .LEFT + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/r_indel_ov.png" ); //$NON-NLS-1$
100
- fgImages [Differencer .RIGHT + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/r_outdel_ov.png" ); //$NON-NLS-1$
101
-
102
- fgImages [Differencer .LEFT + Differencer .CHANGE ]= CompareUIPlugin .getImageDescriptor ("ovr16/r_inchg_ov.png" ); //$NON-NLS-1$
103
- fgImages [Differencer .RIGHT + Differencer .CHANGE ]= CompareUIPlugin .getImageDescriptor ("ovr16/r_outchg_ov.png" ); //$NON-NLS-1$
104
-
105
- fgImages [Differencer .CONFLICTING + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/confadd_ov.png" ); //$NON-NLS-1$
106
- fgImages [Differencer .CONFLICTING + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/confdel_ov.png" ); //$NON-NLS-1$
107
- fgImages [Differencer .CONFLICTING + Differencer .CHANGE ]= CompareUIPlugin .getImageDescriptor ("ovr16/confchg_ov.png" ); //$NON-NLS-1$
94
+ fgImages [Differencer .ADDITION ] = CompareUIPlugin .getImageDescriptor ("ovr16/add_ov.svg" ); //$NON-NLS-1$
95
+ fgImages [Differencer .LEFT + Differencer .ADDITION ] = CompareUIPlugin .getImageDescriptor ("ovr16/r_inadd_ov.svg" ); //$NON-NLS-1$
96
+ fgImages [Differencer .RIGHT + Differencer .ADDITION ] = CompareUIPlugin
97
+ .getImageDescriptor ("ovr16/r_outadd_ov.svg" ); //$NON-NLS-1$
98
+
99
+ fgImages [Differencer .DELETION ] = CompareUIPlugin .getImageDescriptor ("ovr16/del_ov.svg" ); //$NON-NLS-1$
100
+ fgImages [Differencer .LEFT + Differencer .DELETION ] = CompareUIPlugin .getImageDescriptor ("ovr16/r_indel_ov.svg" ); //$NON-NLS-1$
101
+ fgImages [Differencer .RIGHT + Differencer .DELETION ] = CompareUIPlugin
102
+ .getImageDescriptor ("ovr16/r_outdel_ov.svg" ); //$NON-NLS-1$
103
+
104
+ fgImages [Differencer .LEFT + Differencer .CHANGE ] = CompareUIPlugin .getImageDescriptor ("ovr16/r_inchg_ov.svg" ); //$NON-NLS-1$
105
+ fgImages [Differencer .RIGHT + Differencer .CHANGE ] = CompareUIPlugin .getImageDescriptor ("ovr16/r_outchg_ov.svg" ); //$NON-NLS-1$
106
+
107
+ fgImages [Differencer .CONFLICTING + Differencer .ADDITION ] = CompareUIPlugin
108
+ .getImageDescriptor ("ovr16/confadd_ov.svg" ); //$NON-NLS-1$
109
+ fgImages [Differencer .CONFLICTING + Differencer .DELETION ] = CompareUIPlugin
110
+ .getImageDescriptor ("ovr16/confdel_ov.svg" ); //$NON-NLS-1$
111
+ fgImages [Differencer .CONFLICTING + Differencer .CHANGE ] = CompareUIPlugin
112
+ .getImageDescriptor ("ovr16/confchg_ov.svg" ); //$NON-NLS-1$
108
113
109
114
// Mirrored (a.k.a. right is local)
110
- fgImages [16 + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/add_ov.png" ); //$NON-NLS-1$
111
- fgImages [16 + Differencer .LEFT + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/inadd_ov.png" ); //$NON-NLS-1$
112
- fgImages [16 + Differencer .RIGHT + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/outadd_ov.png" ); //$NON-NLS-1$
113
-
114
- fgImages [16 + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/del_ov.png" ); //$NON-NLS-1$
115
- fgImages [16 + Differencer .LEFT + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/indel_ov.png" ); //$NON-NLS-1$
116
- fgImages [16 + Differencer .RIGHT + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/outdel_ov.png" ); //$NON-NLS-1$
117
-
118
- fgImages [16 + Differencer .LEFT + Differencer .CHANGE ]= CompareUIPlugin .getImageDescriptor ("ovr16/inchg_ov.png" ); //$NON-NLS-1$
119
- fgImages [16 + Differencer .RIGHT + Differencer .CHANGE ]= CompareUIPlugin .getImageDescriptor ("ovr16/outchg_ov.png" ); //$NON-NLS-1$
120
-
121
- fgImages [16 + Differencer .CONFLICTING + Differencer .ADDITION ]= CompareUIPlugin .getImageDescriptor ("ovr16/confadd_ov.png" ); //$NON-NLS-1$
122
- fgImages [16 + Differencer .CONFLICTING + Differencer .DELETION ]= CompareUIPlugin .getImageDescriptor ("ovr16/confdel_ov.png" ); //$NON-NLS-1$
123
- fgImages [16 + Differencer .CONFLICTING + Differencer .CHANGE ]= CompareUIPlugin .getImageDescriptor ("ovr16/confchg_ov.png" ); //$NON-NLS-1$
115
+ fgImages [16 + Differencer .ADDITION ] = CompareUIPlugin .getImageDescriptor ("ovr16/add_ov.svg" ); //$NON-NLS-1$
116
+ fgImages [16 + Differencer .LEFT + Differencer .ADDITION ] = CompareUIPlugin
117
+ .getImageDescriptor ("ovr16/inadd_ov.svg" ); //$NON-NLS-1$
118
+ fgImages [16 + Differencer .RIGHT + Differencer .ADDITION ] = CompareUIPlugin
119
+ .getImageDescriptor ("ovr16/outadd_ov.svg" ); //$NON-NLS-1$
120
+
121
+ fgImages [16 + Differencer .DELETION ] = CompareUIPlugin .getImageDescriptor ("ovr16/del_ov.svg" ); //$NON-NLS-1$
122
+ fgImages [16 + Differencer .LEFT + Differencer .DELETION ] = CompareUIPlugin
123
+ .getImageDescriptor ("ovr16/indel_ov.svg" ); //$NON-NLS-1$
124
+ fgImages [16 + Differencer .RIGHT + Differencer .DELETION ] = CompareUIPlugin
125
+ .getImageDescriptor ("ovr16/outdel_ov.svg" ); //$NON-NLS-1$
126
+
127
+ fgImages [16 + Differencer .LEFT + Differencer .CHANGE ] = CompareUIPlugin .getImageDescriptor ("ovr16/inchg_ov.svg" ); //$NON-NLS-1$
128
+ fgImages [16 + Differencer .RIGHT + Differencer .CHANGE ] = CompareUIPlugin
129
+ .getImageDescriptor ("ovr16/outchg_ov.svg" ); //$NON-NLS-1$
130
+
131
+ fgImages [16 + Differencer .CONFLICTING + Differencer .ADDITION ] = CompareUIPlugin
132
+ .getImageDescriptor ("ovr16/confadd_ov.svg" ); //$NON-NLS-1$
133
+ fgImages [16 + Differencer .CONFLICTING + Differencer .DELETION ] = CompareUIPlugin
134
+ .getImageDescriptor ("ovr16/confdel_ov.svg" ); //$NON-NLS-1$
135
+ fgImages [16 + Differencer .CONFLICTING + Differencer .CHANGE ] = CompareUIPlugin
136
+ .getImageDescriptor ("ovr16/confchg_ov.svg" ); //$NON-NLS-1$
124
137
}
125
138
126
139
private final IPreferenceStore fPreferenceStore ;
0 commit comments