summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/PresentationCompilerCompleter.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-1/+1
|\
| * Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-1/+1
* | Remove the old REPL tab completion implementationJason Zaugg2015-09-231-3/+2
|/
* Remove used param and document positionDeltaJason Zaugg2015-09-211-2/+2
* Hide some completion candidates on the first TABJason Zaugg2015-09-091-4/+15
* Camel Case and JavaBean completionJason Zaugg2015-09-081-7/+16
* Sort completion proposalsJason Zaugg2015-09-031-1/+1
* Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-1/+3
* Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-8/+7
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+118