summaryrefslogtreecommitdiff
path: root/project/ParserUtil.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix SBT tab completion of scala commandJason Zaugg2016-02-111-13/+11
| | | | | | | | | | | `scala -deprecation` (without a trailing script argument) wasn't allowed. Now it is. I also supported trailing whitespace on all commands. Also fixed: a bug with completion of `scalac ./san<TAB>`. It was completing as though the `./` had not been typed, which threw the suggestion off by a few characters.
* Add SBT tab completion for scala{,c,doc}Jason Zaugg2016-02-091-0/+54
Also refactor the partest parser to use the improved tab completion for test paths.