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

Difference between revisions of "UI Checklist"

Line 1: Line 1:
'''NOTE: draft only, changes in progress'''
+
'''NOTE: changes in progress, see {{bug|205326}}'''
  
 
This is is a shortlist of the most relevant and easy to apply Eclipse [[User Interface Guidelines]].  Start by using this list, referring to the linked guideline items for details, then use the [[User_Interface_Guidelines#Checklist_For_Developers| Full checklist]] for additional guidance.
 
This is is a shortlist of the most relevant and easy to apply Eclipse [[User Interface Guidelines]].  Start by using this list, referring to the linked guideline items for details, then use the [[User_Interface_Guidelines#Checklist_For_Developers| Full checklist]] for additional guidance.
Line 10: Line 10:
  
 
* Use the view pulldown menu for commands not tied to selection (Guideline 7.10). Fill the context menu with selection oriented actions. ([[User_Interface_Guidelines#Context_Menus_2|Guideline 7.13]])
 
* Use the view pulldown menu for commands not tied to selection (Guideline 7.10). Fill the context menu with selection oriented actions. ([[User_Interface_Guidelines#Context_Menus_2|Guideline 7.13]])
 
* Modifications of workspace resources made in an editor should follow an open-save-close lifecycle model ([[User_Interface_Guidelines#Editors|Guideline 6.2]]), whereas modifications made within a view should be saved immediately ([[User_Interface_Guidelines#Views|Guideline 7.2]]).  [TODO: Guidelines need to be changed to "should" not "must"]
 
  
 
* If a view or editor has support for Cut, Copy, Paste, or any of the global commands, these commands must be executable from the same commands in the window menu bar and toolbar. ([[User_Interface_Guidelines#Menus|Guideline 6.9]], [[User_Interface_Guidelines#Integration_with_the_Window_Menu_Bar_and_Toolbar|Guideline 7.19]])
 
* If a view or editor has support for Cut, Copy, Paste, or any of the global commands, these commands must be executable from the same commands in the window menu bar and toolbar. ([[User_Interface_Guidelines#Menus|Guideline 6.9]], [[User_Interface_Guidelines#Integration_with_the_Window_Menu_Bar_and_Toolbar|Guideline 7.19]])
 +
 +
* Modifications of workspace resources made in an editor should follow an open-save-close lifecycle model ([[User_Interface_Guidelines#Editors|Guideline 6.2]]), whereas modifications made within a view should be saved immediately ([[User_Interface_Guidelines#Views|Guideline 7.2]]).  [TODO: Guidelines need to be changed to "should" not "must"]
  
 
'''Wizards and Dialogs'''
 
'''Wizards and Dialogs'''
Line 28: Line 28:
  
 
* Follow the visual style established for Eclipse UI graphics ([[[[User_Interface_Guidelines#Style_.26_Design|Guideline 2.1]]). Re-use the color palette ([[User_Interface_Guidelines#Style_.26_Design||Guideline 2.2]]) and visual concepts to maintain consistent representation and meaning across Eclipse plug-ins ([[User_Interface_Guidelines#Consistency_.26_Reuse|Guideline 2.3]]).   
 
* Follow the visual style established for Eclipse UI graphics ([[[[User_Interface_Guidelines#Style_.26_Design|Guideline 2.1]]). Re-use the color palette ([[User_Interface_Guidelines#Style_.26_Design||Guideline 2.2]]) and visual concepts to maintain consistent representation and meaning across Eclipse plug-ins ([[User_Interface_Guidelines#Consistency_.26_Reuse|Guideline 2.3]]).   
* If you must create a new preference group, use the root page for frequently used preferences, or those preferences which have wide spread effect. Specialize within the sub pages. The root preference page should not be blank. ([[User_Interface_Guidelines#Preference_Page_Design|Guideline 15.4]])
 
  
 
* Use Headline style capitalization for menus, tooltip and all titles, including those used for windows, dialogs, tabs, column headings and push buttons ([[User_Interface_Guidelines#Capitalization|Guideline 1.5]]).  Use Sentence style capitalization for all control labels in a dialog or window, including those for check boxes, radio buttons, group labels, and simple text fields ([[User_Interface_Guidelines#Capitalization|Guideline 1.6]]).
 
* Use Headline style capitalization for menus, tooltip and all titles, including those used for windows, dialogs, tabs, column headings and push buttons ([[User_Interface_Guidelines#Capitalization|Guideline 1.5]]).  Use Sentence style capitalization for all control labels in a dialog or window, including those for check boxes, radio buttons, group labels, and simple text fields ([[User_Interface_Guidelines#Capitalization|Guideline 1.6]]).
 +
 +
* If you must create a new preference group, use the root page for frequently used preferences, or those preferences which have wide spread effect. Specialize within the sub pages. The root preference page should not be blank. ([[User_Interface_Guidelines#Preference_Page_Design|Guideline 15.4]])
  
 
[[Category:UI_Guidelines]]
 
[[Category:UI_Guidelines]]

Revision as of 13:19, 9 January 2008

NOTE: changes in progress, see bug 205326

This is is a shortlist of the most relevant and easy to apply Eclipse User Interface Guidelines. Start by using this list, referring to the linked guideline items for details, then use the Full checklist for additional guidance.

Views & Editors

  • Put only the most commonly used commands on the view toolbar. Any command on a toolbar must also appear in a menu, either the window menu, context menu or the view menu. (Guideline 7.12)
  • Use the view pulldown menu for commands not tied to selection (Guideline 7.10). Fill the context menu with selection oriented actions. (Guideline 7.13)
  • If a view or editor has support for Cut, Copy, Paste, or any of the global commands, these commands must be executable from the same commands in the window menu bar and toolbar. (Guideline 6.9, Guideline 7.19)
  • Modifications of workspace resources made in an editor should follow an open-save-close lifecycle model (Guideline 6.2), whereas modifications made within a view should be saved immediately (Guideline 7.2). [TODO: Guidelines need to be changed to "should" not "must"]

Wizards and Dialogs

  • Start a wizard with a prompt, not an error message. (Guideline 5.3)
  • Seed the fields within a wizard using the current workbench state. (Guideline 5.4)
  • Use a Browse Button whenever an existing object is referenced in a wizard. (Guideline 5.8)
  • When a dialog opens, set the initial focus to the first input control in the container. If there are no input controls, the initial focus should be assigned to the default button (Guideline 4.1)

Workbench & Preferences

  • Follow the visual style established for Eclipse UI graphics ([[Guideline 2.1). Re-use the color palette (|Guideline 2.2) and visual concepts to maintain consistent representation and meaning across Eclipse plug-ins (Guideline 2.3).
  • Use Headline style capitalization for menus, tooltip and all titles, including those used for windows, dialogs, tabs, column headings and push buttons (Guideline 1.5). Use Sentence style capitalization for all control labels in a dialog or window, including those for check boxes, radio buttons, group labels, and simple text fields (Guideline 1.6).
  • If you must create a new preference group, use the root page for frequently used preferences, or those preferences which have wide spread effect. Specialize within the sub pages. The root preference page should not be blank. (Guideline 15.4)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.