I have an eclipse rcp and want to hide the security and help prerence pages. How can I do that?
|
|
According to this entry, you could use the "workbench activities" mechanism, and:
(Note, the above was for a filtering based on user's permissions, but it could be generalize to other criteria.) Regarding the preference pages for the storage and help, you should bind the id of those pages with an activity you know you can disable:
would disable all menu/preferences/views related to help. If you use If you add another activity binding extension with
|
|||
|

activityPatternBindingin my answer was invisible due to an incorrect formatting of the xml code. I take it from the tick that you manage to hide your extra preference page I suppose? – VonC Sep 24 at 10:20