1

How can I let my plugin icon appear at here :enter image description here
Another question : how to write about text with format like above picture? As you can see, there are hyperlinks and line breaks, but in the product configuration only plain text is allowed.

CaiNiaoCoder
  • 3,269
  • 9
  • 52
  • 82

1 Answers1

2

You will need a branding plugin. Here is a tutorial that shows the process. In the feature.xml you can specify a branding plugin and in your branding plugin you can add about.ini and about.properties to add a feature image. To modify the text in the about dialog itself you have to define an Eclipse product.

gamerson
  • 5,220
  • 1
  • 28
  • 45