-
Notifications
You must be signed in to change notification settings - Fork 795
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
Incorrect docset order #244
Comments
I suddenly figure out why 'jQuery' is in the end. The docsets are ordered in ascii order, and lowercase 'j' is bigger than any uppercase, so 'jQuery' is in last. |
I still hope you add this feature: |
@spacewander please try to avoid closing issues that are not completely resolved - reopening. |
I think it'd be great if we could control the order of the docsets. I have two docsets installed, Scala and Java, my primary language is Scala but when I search for |
To make sure nobody forgets while fixing the left pane, I'll just mention that this also applies to the "Downloadable docsets" and "Installed docsets" lists in the options dialog. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request. |
The docs are not in order.
If I add "jquery" at last, it will be in last, I hope we can see docs in order.
The text was updated successfully, but these errors were encountered: