[Groovy] Class PatchedCandidateListCompletionHandler
- org.codehaus.groovy.tools.shell.PatchedCandidateListCompletionHandler
jline completion handler displays ANSIfied candidates nicely, but does not de-ANSIfy when adding to the prompt :-( So this class just adds this functionality. See https://github.com/jline/jline2/issues/132
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
complete(ConsoleReader reader, List<CharSequence> candidates, int pos) |
Method Detail
boolean complete(ConsoleReader reader, List<CharSequence> candidates, int pos)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/PatchedCandidateListCompletionHandler.html