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

Don't perform alphabetical sort in listcategory. #2888

Merged
merged 1 commit into from
Aug 8, 2017

Commits on Aug 6, 2017

  1. Don't perform alphabetical sort in listcategory.

    Instead, expect the data to be given in the desired order. Completion
    functions should sort their data _if_ they want it sorted in the
    completion. This has a few implications:
    
    - {book,quick}marks appear in the same order they do in the text file.
      This means users can rearrange their mark files for custom sorting.
      Fixes qutebrowser#2354
    - Sessions are sorted as they appear in the session manager
    - Tabs are sorted numerically, not alphabetically (Fixes qutebrowser#2883)
    
    Note that prefix-based filter sorting is still performed, so items
    starting with the filter pattern come first.
    rcorre committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    6e025c1 View commit details
    Browse the repository at this point in the history