Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Orion/Documentation/Developer Guide/Icons
< Orion | Documentation | Developer Guide
Icon sprites
When adding or updating an icon, the sprite file must be updated as well. Instructions are as follows (see Bug 360041):
To add a new image to the sprite:
- copy the image into the
bundles/org.eclipse.orion.client.ui/web/images/
folder. - add the image to
core_sprites.sh
in alphabetical order. - run
core_sprites.sh<code> to create <code>core_sprites.zip
- go to spritegen, specify the zip file, horizontal and
vertical offset: 2px
and add the Class Prefix :core-sprite-
. Leave the other defaults. - press the create sprite image and css button on spritegen.
- click the save image button to download
core_sprites.png
. - cut and paste the css into
images.css<code>
- add the new sprite entry to <code>core_sprites.html
- open core_sprites.html in a browser to see the new sprited image.