Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

UI Guidelines/Preferences

Warning2.png
The UI guidelines have been migrated to https://github.com/eclipse-platform/ui-best-practices



Plug-ins can add pages to the global preferences dialog when they want to expose global options to users.

For UI guidelines about preference pages, see User Interface Guidelines#The Preference Dialog. The most common problems with preference pages seem to be empty root pages and exposing too many preferences.

Empty Root Pages

(screenshot)

Don't do it!

Exposing too many options

(screenshot)

Plug-ins should try to make decisions for their users. The more configurable options you have, the more do you place the burden of those decisions on the users, and the more complex your code will have to become if it has to support all combinations of possible options. For background, see also this essay about free software and good UIs (scroll down to "The Question of Preferences").

Copyright © Eclipse Foundation, Inc. All Rights Reserved.