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

sort sequence of name column #269

Closed
hg42 opened this issue Jul 10, 2015 · 4 comments
Closed

sort sequence of name column #269

hg42 opened this issue Jul 10, 2015 · 4 comments
Assignees
Labels
Bug Issues where something has happened which was not expected or intended
Milestone

Comments

@hg42
Copy link

hg42 commented Jul 10, 2015

the packages are sorted according to their short names when ChocolateyGUI is started.
When you click on the "NAME" column header, the sort will use the complete name shown in the column.
When clicking again, it is sorted descending, and again it is sorted accending again.
But you never can get back to the original sort sequence.

I see three solutions:

  1. remove the third sort state (short package name)
  2. add the third state to the column header
  3. move the short name to the start of the column entry (prefered by me)
    so instead of: Debugging Tools for Windows (windbg)
    use: windbg - Debugging Tools for Windows
@gep13
Copy link
Member

gep13 commented Jul 10, 2015

This is definitely a bug, thanks for filing it!

@gep13 gep13 self-assigned this Jul 10, 2015
@gep13 gep13 added the Bug Issues where something has happened which was not expected or intended label Jul 10, 2015
@hg42
Copy link
Author

hg42 commented Jul 10, 2015

btw. I would like the variant with prepending the short package name, because I often use the command line, and it's a bit difficult to match these, sometimes.

@gep13
Copy link
Member

gep13 commented Jul 11, 2015

@hg42 yes, I think I am starting to agree with this. I will see what I can do in this area.

@RichiCoder1 RichiCoder1 added this to the Future milestone Jun 3, 2016
@gep13
Copy link
Member

gep13 commented Nov 2, 2017

@hg42 I believe that this issue has now been corrected. For now, the package id is not shown on the main list view, however, you can access that information from the package details screen.

@gep13 gep13 closed this as completed Nov 2, 2017
@gep13 gep13 modified the milestones: Future, 0.16.0 Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues where something has happened which was not expected or intended
Projects
None yet
Development

No branches or pull requests

3 participants