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

Revert order of completions, first id then text #25

Merged
merged 1 commit into from Jan 29, 2016

Conversation

nightscape
Copy link
Collaborator

Hi @buster,

I'd like to do this change before it's too late:
Let's switch the order of arguments that is assumed when reading completions that contain a TAB.
We always need an id, so it should be the first argument. The following arguments then are optional and can later be used to include e.g. icons or longer descriptions.

I've just implemented the caching idea and would like to do this change before anyone starts using the cache and gets surprised because text and id are switched.

We always need an id, so it should be the first argument.

The following arguments then are optional and can later be used to include e.g. icons or longer descriptions
@ghost
Copy link

ghost commented Jan 29, 2016

No problem

buster added a commit that referenced this pull request Jan 29, 2016
Revert order of completions, first id then text
@buster buster merged commit 2a4adaf into master Jan 29, 2016
@buster buster deleted the revert_argument_order branch January 29, 2016 06:19
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.

None yet

2 participants