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

Let CommandRegistry create Candidate for completion (fixes #1119) #1120

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

gnodet
Copy link
Member

@gnodet gnodet commented Dec 7, 2024

No description provided.

@gnodet gnodet added this to the 3.27.2 milestone Dec 10, 2024
@gnodet gnodet changed the title Add description to command registry (fixes #1119) Let CommandRegistry create Candidate for completion (fixes #1119) Dec 10, 2024
@gnodet gnodet merged commit ef44e24 into jline:master Dec 10, 2024
5 checks passed
@gnodet gnodet deleted the desc branch December 10, 2024 18:47
iflan added a commit to iflan/jline3 that referenced this pull request Dec 18, 2024
Before jline#1120, SystemCompleter had a no-arg compile method that
just called the StringsCompleter constructor with a Set<String>.
The StringsCompleter constructor then just created a Candidate
for each string after stripping out any ANSI characters.

This change adds a no-arg compile method does exactly the same
thing. This should make it easier for people to upgrade.
gnodet pushed a commit that referenced this pull request Dec 22, 2024
Before #1120, SystemCompleter had a no-arg compile method that
just called the StringsCompleter constructor with a Set<String>.
The StringsCompleter constructor then just created a Candidate
for each string after stripping out any ANSI characters.

This change adds a no-arg compile method does exactly the same
thing. This should make it easier for people to upgrade.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant