Skip to content

When to use ellipsis in command names #44

@nateclicks

Description

@nateclicks

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):

  1. Clicking a command requires the user confirm an action (Delete command with a confirmation dialog)
  2. Clicking a command shows a dialog but doesn't require interaction. (A command that shows a progress dialog that can be canceled)
  3. Clicking a command opens a window. The command was to open that window. (Opening a preferences or options dialog)
  4. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions