Commit 61c682d
committed
Update Color constructors to modern signature
Follows eclipse-platform/eclipse.platform.swt#3232
by removing the Device/Display argument from Color constructors.1 parent f22f75c commit 61c682d
47 files changed
Lines changed: 142 additions & 138 deletions
File tree
- bundles
- org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt
- helpers
- properties
- org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt
- org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt
- org.eclipse.jface.text
- projection/org/eclipse/jface/text/source/projection
- src/org/eclipse/jface/text
- hyperlink
- org.eclipse.jface/src/org/eclipse/jface
- dialogs
- fieldassist
- preference
- resource
- org.eclipse.ui.editors/src/org/eclipse/ui/internal
- editors/text
- texteditor
- org.eclipse.ui.forms/src/org/eclipse/ui
- forms/widgets
- internal/forms/widgets
- org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor
- org.eclipse.ui.workbench/eclipseui/org/eclipse/ui
- internal
- dialogs
- statushandlers
- splash
- examples
- org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets
- org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets
- viewers
- window
- org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/sources/inlined
- org.eclipse.ui.examples.javaeditor
- Eclipse Java Editor Example/org/eclipse/ui/examples/javaeditor/util
- Template Editor Example/org/eclipse/ui/examples/templateeditor/editors
- tests
- org.eclipse.e4.ui.tests.css.swt
- src/org/eclipse/e4/ui/tests/css/swt
- tkuiTestsToRefactor/swt/test/org/akrogen/tkui/css/swt/serializers
- org.eclipse.jface.tests/src/org/eclipse/jface/tests
- images
- viewers
- widgets
- org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests
- org.eclipse.ui.genericeditor.tests/src/org/eclipse/ui/genericeditor/tests/contributions
- org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| |||
bundles/org.eclipse.jface.text/src/org/eclipse/jface/text/hyperlink/DefaultHyperlinkPresenter.java
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
880 | 879 | | |
881 | 880 | | |
882 | 881 | | |
| |||
886 | 885 | | |
887 | 886 | | |
888 | 887 | | |
889 | | - | |
| 888 | + | |
890 | 889 | | |
891 | 890 | | |
892 | 891 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments