Alexander
Alexander

Reputation: 342

Eclipse RCP Preference page configuration (removing incompatible)

I support a RCP Eclipse application. When I started application and open preference pages (Windows -> Preferences) I observed a few properties Items that are not applicable and not needed in my RCP application. I need to have, for example :

But I see a lot of

Is there a way to remove non-applicable properties from my Application Preferences Dialog?

I use Eclipse Neon.3 on Windows 10

Thank you in advance Alexander

Upvotes: 0

Views: 382

Answers (2)

N Sastry
N Sastry

Reputation: 130

or use preference manager to remove that particular preference node

Upvotes: 0

tkotisis
tkotisis

Reputation: 3552

Have a look at activities.

Below some applicable relevant SO questions.

For E3: RCP exportWizard remove unnecesary items

For E4: Hide Coolbar/Toolbar items/Preference pages in Eclipse RCP application (Eclipse e4)

Upvotes: 2

Related Questions