mirror of https://github.com/sbt/sbt.git
sbt's shell provided completion only for keys that were relative to a defined project, but didn't provide completion for keys that belong to the build definition only. This commit fixes this issue by defining a new kind of `Parser` (from which completions are generated) which runs its input simultaneously on distinct parsers. We now define a parser for project-level keys and another parser for build-level keys. These two parsers are eventually combined, and we get the completions of both parsers. Fixes sbt/sbt#2460 |
||
|---|---|---|
| .. | ||
| util-appmacro/src/main/scala/sbt/internal/util/appmacro | ||
| util-cache | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||
| util-testing/src/main/scala/sbt/internal/util | ||
| util-tracking | ||