开发者

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

开发者 https://www.devze.com 2023-03-05 14:43 出处:网络
I want to remove perspective from \'Open 开发者_JAVA百科Perspective\' dialog at Runtime. Please give me advice.You can use activities to hide a perspective from the dialog.You can also use http://w

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

I want to remove perspective from 'Open 开发者_JAVA百科Perspective' dialog at Runtime.

Please give me advice.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消