tom
tom

Reputation: 45

Is there way that delete perspective from 'open perspective' dialog at Runtime

enter image description here

I want to remove perspective from 'Open Perspective' dialog at Runtime.

Please give me advice.

Upvotes: 0

Views: 653

Answers (1)

Paul Webster
Paul Webster

Reputation: 10654

You can use activities to hide a perspective from the dialog. You can also use http://wiki.eclipse.org/Product_Customization to remove the offending definition from the plugin.xml before it is loaded (Product customization depends on Equinox Transforms).

See How remove pop-up menu contributions in eclipse RCP for references to both methods.

Upvotes: 1

Related Questions