Replace GIF icons with SVGs in example.navigator project#3734
Replace GIF icons with SVGs in example.navigator project#3734vogella wants to merge 12 commits intoeclipse-platform:masterfrom
Conversation
vogella
commented
Feb 17, 2026
- Copied delete_obj.svg, filenav_nav.svg, and prop_ps.svg from workbench bundles.
- Updated plugin.xml to reference the new SVG icons.
- Removed the original GIF files.
- Updated build.properties to include the icons directory in the binary build.
- Copied delete_obj.svg, filenav_nav.svg, and prop_ps.svg from workbench bundles. - Updated plugin.xml to reference the new SVG icons. - Removed the original GIF files. - Updated build.properties to include the icons directory in the binary build.
…es.tabbed.article
|
but (at least some) icons are completely different. Is that by intention? |
I searched for fitting icons with the same name, as these are examples and are not visible in an Eclipse installation I did not care too much if some of them look different. |
|
can we get a before vs. after screenshot |
Sure, I will split the PR into individual PR per project and add before and after screenshos. |
|
Would be very nice if we can get prettier icons on a dark background. |
See https://github.com/eclipse-platform/ui-best-practices, and the script which let you exchange the icons for the IDE https://github.com/eclipse-platform/ui-best-practices/blob/main/scripts/replace_icons.sh see readme for its usage |