Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ellipsis to menu items which will require input #1655

Closed
danielrbradley opened this issue Feb 25, 2013 · 4 comments · Fixed by #1662
Closed

Add ellipsis to menu items which will require input #1655

danielrbradley opened this issue Feb 25, 2013 · 4 comments · Fixed by #1662

Comments

@danielrbradley
Copy link
Contributor

As described in the Microsoft UX Guidelines, ellipses (...) should be placed after a menu item which will then prompt for input before performing an action.

I would suggest this would include:

  • File
    • Open ...
  • Commands
    • Archive revision ...
    • Cleanup repository ...
    • Clone repository ...
    • Clone SVN repository ...
    • Create new repository ...
    • Commit ...
    • Pull ...
    • Push ...
    • Stash changes ...
    • Apply patch ...
    • Format patch ...
    • View patch file ...
    • Checkout branch ...
    • Create branch ...
    • Create tag ...
    • Delete branch ...
    • Delete tag ...
    • Merge branches ...
    • Rebase ...
    • Solve mergeconflicts ...
    • SVN fetch ... ?
    • SVN rebase ... ?
    • SVN DCommit ... ?
    • Bisect ...
    • Checkout revision ...
    • Cherry pick ...
    • Go to commit ...
  • Github
    • Fork/Clone repository ...
    • Create pull requests ...
@danielrbradley
Copy link
Contributor Author

I've started working on this here: https://github.com/danielrbradley/gitextensions/tree/1655_add_menu_ellipsis

Will also aim to update all the translations and plugins too.

@feinstaub
Copy link
Contributor

For the detail: I think there should be no space before the ellipsis ("Rebase..." instead of "Rebase ...")

@KindDragon
Copy link
Contributor

I agree with @feinstaub

@danielrbradley
Copy link
Contributor Author

Yup, I did too - it's already in the pull request :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants