-
Notifications
You must be signed in to change notification settings - Fork 19
When to use ellipsis in command names #44
Copy link
Copy link
Open
Description
There are some basic guidelines provided by Microsoft for Windows applications here, https://msdn.microsoft.com/en-us/library/windows/desktop/dn742402(v=vs.85).aspx#designconcepts
It would be good for us to provide a little more detail for our applications.
Some uses cases to address (not exhaustive):
- Clicking a command requires the user confirm an action (Delete command with a confirmation dialog)
- Clicking a command shows a dialog but doesn't require interaction. (A command that shows a progress dialog that can be canceled)
- Clicking a command opens a window. The command was to open that window. (Opening a preferences or options dialog)
- Clicking a command requires some other action/information from the user. (like a wizard or clicking "save as")
Should ellipses be shown in tips for icon buttons? I think so, but worth discussing.
Are there other uses cases to consider?
@M-Turcotte
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels