[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[pde-ui-dev] Project nature Image not visualized while adding nature in package explorer view!
|
- From: "Manel Mateos" <manelix@xxxxxxxxx>
- Date: Wed, 11 Apr 2007 12:46:39 +0200
- Delivered-to: pde-ui-dev@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=i3FjhbjPnyvdeXhUB6VMr85xnufbJpvIl+uNoykoJVqLe5oc5WHZkRB5P9H7xiS5jnCR8kcGd7LHata2AMikaQxC7VgqAaGH1xTHLO//upIcncUo4nFBhxg6fv18SOcZdAZSwFM8aFSyFdG0FBl+9DXtTykSfQVIoUFj/HqbGWI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FMlCtuN0e2azYBgwSPjTaa3l2eGJ/CwCfJGOMRKWuhxxH8X6c/26FtiUGXR4kT+2OS4KvY5IA3jOhQ9LjldMghIFGcDhOiAvAWKGKGhKpr5ZVL7RqHQfhiEZNPj+z3a5oYUFJsXg/08TScOLc7aGAXDfI6jLkdqR2cGGX65n688=
Hi,
I have a problem adding an image nature to my plugin. I have defined my own
nature and an extension point like this:
<extension
point="org.eclipse.ui.ide.projectNatu
reImages">
<image
icon="icons/mynature.gif"
id="mypackage.ide.eclipse.ui.mynatureimage"
natureId="mypackage.ide.eclipse.ui.mynature
"/>
</extension>
When I add the nature from the Package Explorer view, the '.propect' file is
updated with my nature. All seems ok. The nature is added into the first
position in the <natures/> XML node but my nature image *IS NOT* shown.
When I add the nature from the Navigator view, the '.propect' file is
updated with my nature. All is ok. The nature is added into the first
position in the <natures/> XML node and my nature image *IS* shown.
Anybody knows why the image nature is shown into the navigator view but not
in the Package Explorer view?
If I add the nature from the Package Explorer View and then switch to
Navigator View the project image nature is shown too but not without
switching. Any ideas?
thanks,
M.