-
Notifications
You must be signed in to change notification settings - Fork 147
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
Tests for completions #186
Comments
I reviewed PR #187:
|
Thank you for your review
I added a javadoc for it. What it does is building of
If none of conditions is satisfied then there will no completions for values of that property. By the way now it works with colorschemes as well i.e. as mentioned in #164 (comment) after typing
renamed it to
removed it as a constant and left it inside a method only like
A set of values for boolean properties completions, renamed to
added an additional check to check if the collection's size is one element
Corrected it. By the way just could keep in mind that in Java 9 there is good api for that like
|
When I run the tests, the tests all pass, but I get some nasty-looking stacks on stdout, e.g.
|
By the way, I have rebased as 540faf5. |
Looks like jline3 warns about dumb terminal if the property is not set explicitly, so just made them being set while CompletionTest |
Currently there is no tests for completions and it is hard to add anything new related to completions without breaking existing functionality
The text was updated successfully, but these errors were encountered: