Removing a view from Eclipse Window -> Show views
问题 We have an application in which some views only work when attached to certain perspectives. We want to remove those views from the Window -> Show View dialog so that users cannot add them to perspectives where they don't work. Any ideas on how to do this either programmatically or declaratively? I have tried using <visibleWhen /> , but the views are still showing in the dialog: <view class="com.mycompany.ViewClass" id="com.mycompany.ViewId" name="View Name" restorable="true"> <visibleWhen>