Replies: 1 comment 2 replies
-
You probably can't remove checkbox (unless there is some extra code in platform that is written to do exactly that), but you could "hide" all perspectives you don't like via activities, so even if users would open that dialog, they will only see "allowed" perspectives. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am developing an Eclipse RCP application. I am trying to figure out how to remove the "Show all" checkbox from the "Open Perspective" popup. You see this when you choose Window->Open Perspective->Other.
The solution might involve Eclipse activities like discussed in the Vogella article: [eclipse-activities (https://www.eclipse.org/forums/index.php/t/155910/) but the article doesn't specifically address this.
All I was able to find with Googling was a 16 year old question in an Eclipse Forum that was never answered: https://www.eclipse.org/forums/index.php/t/155910/
Any help with this would be greatly appreciated.
-Andrew
Beta Was this translation helpful? Give feedback.
All reactions