Commit 0e5e812
authored
add all svgs to org.eclipse.jdt.ui bundles (eclipse-jdt#2174)
This commit adds SVGs for all icons in the bundles `eclipse.jdt.ui` and `eclipse.jdt.ui.unittest.junit` except for the following as these do not yet exist as SVG:
eclipse.jdt.ui/etool16/move_up.svg
eclipse.jdt.ui/wizban/newrecord_wiz.svg
Not all icons can be loaded via SVGs since some icons are made API via org.eclipse.jdt.ui.ISharedImages. There is a converter that was used for loading PNGs instead. I adjusted this converter so SVGs will be loaded:
`org.eclipse.jdt.internal.ui.JavaPluginImages.createImageDescriptor(Bundle, IPath, boolean)`
I did not change the functionality in `org.eclipse.jdt.internal.ui.viewsupport.ImagesOnFileSystemRegistry.getNewFile()` by changing `.png` to `.svg` as I don't know the side effects.1 parent b2836c8 commit 0e5e812
File tree
396 files changed
+144101
-275
lines changed- org.eclipse.jdt.ui.unittest.junit
- META-INF
- icons/full/obj16
- src/org/eclipse/jdt/ui/unittest/junit/launcher
- org.eclipse.jdt.ui
- META-INF
- icons/full
- elcl16
- etool16
- eview16
- obj16
- ovr16
- wizban
- ui/org/eclipse/jdt
- internal/ui
- actions
- browsing
- callhierarchy
- compare
- dialogs
- infoviews
- javaeditor
- packageview
- preferences
- search
- text
- java/hover
- typehierarchy
- ui/actions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
396 files changed
+144101
-275
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
Lines changed: 397 additions & 0 deletions
Loading
Lines changed: 198 additions & 0 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
0 commit comments