Add SVGs to org.eclipse.jdt.jeview#2173
Add SVGs to org.eclipse.jdt.jeview#2173jjohnstn merged 2 commits intoeclipse-jdt:masterfrom Michael5601:org.eclipse.jdt.jeview.SVGs
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
HeikoKlare
left a comment
There was a problem hiding this comment.
The change is sound.
It adopts the support for SVGs added to SWT in order to provide sharp icons for any, even fractional zoom from a single source: eclipse-platform/eclipse.platform.swt#1638
Disabled icons are not replaced by SVGs but are to be replaced with on-the-fly generation from the enabled version, see:
This commit adds SVGs for all icons in the bundle `eclipse.jdt.jeview`.
This PR adds SVGs for all icons in the bundle
org.eclipse.jdt.jeview.See also this PR for more information.