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

Allow suggestions when input is empty and use MRU order for suggestions #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adarliu
Copy link

@adarliu adarliu commented Jul 29, 2011

Currently, it's a little inconvenient to get the tab list before you input any character as the search string; and it makes more sense to switch tabs between recently-used tabs. So I added the following functionality:

  1. Give suggestions when the search input is empty, i.e. give suggestions right after users hit TAB to search;
  2. The suggestions of the tabs are sorted in MRU order.

…ions right after users hit TAB to search; 2) The suggestions of the tabs are sorted in MRU order.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant