Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add constructor with collection of Candidates #445

Merged
merged 1 commit into from
Oct 14, 2019

Conversation

snuyanzin
Copy link
Contributor

The PR adds StringCompleter constructor which takes Collection of Candidates.
It's better to have to cope with cases when in custom code there is already a collection of Candidates but need to convert to array (while inside jline3's code it will be converted again to a new list)

@mattirn mattirn merged commit e7d15fd into jline:master Oct 14, 2019
@mattirn mattirn added this to the 3.13.0 milestone Oct 15, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants