Problems with images [message #187037] |
Fri, 08 July 2005 07:49 |
Eclipse User |
|
|
|
Originally posted by: soyelmey.hotmail.com
Hello,
I have developed a GEF based application. This has icons for the
figures, for the label of the editor and for the wizard. While I was
running it as "Eclipse application" (Run as... -> Eclipse application) all
the icons were shown without problems. But now, I have created a
deployable plugin and the icons for the editor and for the wizard aren`t
shown (but the icons of the figures are shown perfectly). What could be
the problem?
My plugin.xml file, where the icons are defined, is the following:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.ui.editors">
<editor
class="org.myproject.MyProjectPlugin"
default="true"
name="MyProject Graphical Editor"
icon="icono2.gif"
contributorClass=" org.myproject.graphical.actions.MyProjectActionBarContributo r "
id="MyProject Graphical Editor"
extensions="prj">
</editor>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<category
id="org.myproject.graphics"
name="MyProject Wizard"/>
<wizard
category="org.myproject.graphics"
class="org.myproject.wizards.MyProjectNewWizard"
descriptionImage="icono2.gif"
icon="icono2.gif"
id="org.myproject.graphical.wizards.MyProjectNewWizard"
name="My Project Graphical Editor file"
project="true">
<description>
This wizard creates a new file with *.prj extension for
designing a new Graphical Project.
</description>
</wizard>
</extension>
</plugin>
Please, help me!
Thank you very much
|
|
|
|
Powered by
FUDForum. Page generated in 0.03825 seconds