Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How do I add my feature to the Eclipse About dialog?
How do I add my feature to the Eclipse About dialog? [message #299217] Mon, 13 February 2006 08:23 Go to next message
Yevgeni is currently offline YevgeniFriend
Messages: 18
Registered: July 2009
Junior Member
Hello!

I have written my own plug-in and want to add to the lower part of the
"About Eclipse dialog" a graphical button that open "About Eclipse SDK
feature" dialog and describe my feature (like Subclipse).

Thank you,
Yevgeni
Re: How do I add my feature to the Eclipse About dialog? [message #299219 is a reply to message #299217] Mon, 13 February 2006 11:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

You need to have a feature, for a start :-) The feature will contain your plugin that you've written.

You'll need a separate 'branding plugin', and definitions in the branding plugin that specify what icon to use. There's a good write up at:

http://eclipse.pookzilla.net/archive/2006_01_01_archive.php

Alex.
Re: How do I add my feature to the Eclipse About dialog? [message #299238 is a reply to message #299219] Mon, 13 February 2006 13:45 Go to previous messageGo to next message
Yevgeni is currently offline YevgeniFriend
Messages: 18
Registered: July 2009
Junior Member
Alex Blewitt wrote:
> You need to have a feature, for a start :-) The feature will contain your plugin that you've written.
>
> You'll need a separate 'branding plugin', and definitions in the branding plugin that specify what icon to use. There's a good write up at:
>
> http://eclipse.pookzilla.net/archive/2006_01_01_archive.php
>
> Alex.
Alex,

I have created a plug-in and plug-in-feature, but I didn't see me
feature image button. Do I export my feature using the Eclipse Export
Wizard?

Yevgeni
Re: How do I add my feature to the Eclipse About dialog? [message #299242 is a reply to message #299238] Mon, 13 February 2006 14:02 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
Yevgeni wrote:
> Alex Blewitt wrote:
>
>> You need to have a feature, for a start :-) The feature will contain
>> your plugin that you've written.
>>
>> You'll need a separate 'branding plugin', and definitions in the
>> branding plugin that specify what icon to use. There's a good write up
>> at:
>> http://eclipse.pookzilla.net/archive/2006_01_01_archive.php
>>
>> Alex.
>
> Alex,
>
> I have created a plug-in and plug-in-feature, but I didn't see me
> feature image button. Do I export my feature using the Eclipse Export
> Wizard?

If you have the standard workspace, you will not see the feature button
until you have the exported product.

I've heard that you could enforce this button during normal development
time, if you have prepared the workspace for a feature-based startup
(Its activation occurs by selecting the 2nd radio button of the plug-in
tab of the run configuration), but my first attempts trying that
approach failed (I have to confess, that I only tryied it once and shortly).

HTH,

Daniel Krügler
Re: How do I add my feature to the Eclipse About dialog? [message #299244 is a reply to message #299238] Mon, 13 February 2006 14:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.bettsockentraeger.de

Be sure to erase all configuration data from your workbench runtime
since there seems to be some caching issues involved with the feature
stuff.

Yevgeni wrote:
> Alex Blewitt wrote:
>> You need to have a feature, for a start :-) The feature will contain
>> your plugin that you've written.
>>
>> You'll need a separate 'branding plugin', and definitions in the
>> branding plugin that specify what icon to use. There's a good write up
>> at:
>> http://eclipse.pookzilla.net/archive/2006_01_01_archive.php
>>
>> Alex.
> Alex,
>
> I have created a plug-in and plug-in-feature, but I didn't see me
> feature image button. Do I export my feature using the Eclipse Export
> Wizard?
>
> Yevgeni
Re: How do I add my feature to the Eclipse About dialog? [message #299248 is a reply to message #299242] Mon, 13 February 2006 14:54 Go to previous messageGo to next message
Yevgeni is currently offline YevgeniFriend
Messages: 18
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------040603060205080601080801
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Daniel Kr
Re: How do I add my feature to the Eclipse About dialog? [message #299250 is a reply to message #299242] Mon, 13 February 2006 14:55 Go to previous messageGo to next message
Yevgeni is currently offline YevgeniFriend
Messages: 18
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------060803000303020404090903
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Daniel Kr
Re: How do I add my feature to the Eclipse About dialog? [message #299262 is a reply to message #299248] Mon, 13 February 2006 17:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

The about.ini and xyz.gif need to be in the branding plugin, com.example.xyz and not in the feature com.example.xyz-feature.

Alex.
Re: How do I add my feature to the Eclipse About dialog? [message #299307 is a reply to message #299262] Tue, 14 February 2006 12:36 Go to previous message
Yevgeni is currently offline YevgeniFriend
Messages: 18
Registered: July 2009
Junior Member
Alex Blewitt wrote:
> The about.ini and xyz.gif need to be in the branding plugin, com.example.xyz and not in the feature com.example.xyz-feature.
>
> Alex.
Now It works fine!
Thank you
Yevgeni
Previous Topic:LTK Refactoring Help
Next Topic:Font preferences not saved when application runs as a product
Goto Forum:
  


Current Time: Wed Sep 25 10:39:50 GMT 2024

Powered by FUDForum. Page generated in 0.40892 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top