Community
Participate
Working Groups
In the editor declaration for the SDEF editor and sapphire-extension.xml editor, use the icon path "src/org/eclipse/sapphire/sdk/SapphireFile.png" which resolves in the plugin.xml editor in Eclipse but does not resolve at runtime, so the Sapphire editors don't have the correct editor part image. See screenshot.
Created attachment 195927 [details] Screenshot of the editor part image
If you switch the path to org/eclipse/sapphire/sdk/SapphireFile.png it would resolve but then it doesn't resolve in the plugin.xml editor in PDE. Perhaps the easiest thing is to duplicate the image in an "icons/" folder at the top level and reference it that way.
I have removed "src/" prefix from plugin.xml. This was added by Eclipse refactoring action and I didn't notice the problem. The issue with the images not being resolved in plugin.xml editor and when launching from Eclipse is Bug 160133.
Greg, Could you verify this fix?
Verified fixed in latest build (#375)
Closing. Thanks for verification.