stuff22
stuff22

Reputation: 1672

Default position for a View for an Eclipse Plugin

I've created an eclipse plugin with a UI that I want to dock by default at the bottom in the Eclipse Java perspective (or any other perspective for that matter). How do I go about setting a default location for my plug-in UI?

Upvotes: 3

Views: 1298

Answers (1)

stuff22
stuff22

Reputation: 1672

...you can influence the initial size and position of your view in other perspectives by using the perspectiveExtensions extension point.

More on this here.

Upvotes: 3

Related Questions