How to program the eclipse perspective?

I want to do the same behavior that I got when I right-click in perspective and select a setting to get this window

enter image description here

I want to customize menus and toolbars for my perspective only programmatically.

In fact, I want to remove most menus and toolbars only in my perspective and allow them to appear again when I switch to a different perspective. Could you help me with this?

+5
source share
1 answer

This guide shows how to customize toolbars programmatically based on your current perspective and hints that the menu solution is very similar.

, , .

+3

All Articles