Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 852
stuff22 Avatar asked Aug 28 '26 11:08

stuff22


1 Answers

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

More on this here.

like image 89
stuff22 Avatar answered Aug 30 '26 10:08

stuff22



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!