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 tab completion properly with more than 9 tabs. #4140

Merged
merged 1 commit into from Aug 27, 2018

Commits on Aug 19, 2018

  1. Don't alphabetically sort tab completion.

    `ListCategory` sorts its completion by default, we are already building
    the categories in the right order so don't need that.
    
    The test tests the case of where you have 11 tabs and if the model was
    sorted the tabs with index 10 and 11 would be sorted before the one with
    index 2.
    
    The `random.sample` bit for the tab url and title is to also make sure
    the model isn't being sorted on those columns, whithout haveng to write
    and all ten lines.
    toofar committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    b192164 View commit details
    Browse the repository at this point in the history