summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
...
* | Enable flat classpath by defaultLukas Rytz2016-03-221-9/+25
* | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1814-43/+29
* | Update some phase listsSimon Ochsenreither2015-11-251-10/+5
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\|
| * Create shaded JLine in sbt buildStefan Zeiger2015-10-291-1/+1
* | Remove unneeded overrides from ReplGLobalSom Snytt2015-10-271-32/+0
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-162-16/+37
|\|
| * SI-9492 Line trimming pasteSom Snytt2015-09-272-3/+8
| * SI-9492 REPL paste here docSom Snytt2015-09-271-16/+32
* | 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-236-513/+5
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-229-123/+405
|\|
| * Remove used param and document positionDeltaJason Zaugg2015-09-212-3/+3
| * Hide some completion candidates on the first TABJason Zaugg2015-09-091-4/+15
| * Fix completion for multi-line entriesJason Zaugg2015-09-093-16/+20
| * 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
| * Remove unneeded codeJason Zaugg2015-09-031-5/+3
| * Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-027-34/+292
| * SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-022-66/+65
| * Update power mode bannerSom Snytt2015-09-022-24/+26
| * SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-271-2/+4
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-2/+4
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-202-11/+23
|\|
| * SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-062-11/+23
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-135-27/+61
|\|
| * Correct init order between Pasted and ILoop#pastedAdriaan Moors2015-07-021-1/+7
| * Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-014-26/+54
| |\
| | * SI-9206 Update REPL welcome messageSom Snytt2015-06-241-2/+3
| | * SI-9206 REPL custom continuation promptSom Snytt2015-06-232-7/+15
| | * SI-9206: REPL custom welcome messageSom Snytt2015-06-234-17/+37
| | * SI-9206: No REPL message on :silent, unless -Dscala.repl.infoIgor Racic2015-06-231-3/+2
| * | Fix 8 typos (j-l)Janek Bogucki2015-06-231-3/+3
| |/
* / SI-9277 Downgrade marginal javap featuresSom Snytt2015-06-252-476/+129
|/
* Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-225-92/+97
|\
| * SI-9206 Local refactor to save eyesightSom Snytt2015-06-212-42/+39
| * SI-9206 Accept paste with custom promptSom Snytt2015-06-212-19/+21
| * SI-9206 Verbose REPL prompt for info modeSom Snytt2015-06-191-6/+7
| * SI-9206 Fix REPL code indentationSom Snytt2015-06-194-32/+29
| * SI-9206 REPL prompt is more easily configuredSom Snytt2015-06-192-12/+20
* | SI-9339 Support classpaths with no single compatible jlineAdriaan Moors2015-06-185-348/+30
* | Centralize dependencies on jlineAdriaan Moors2015-06-1715-273/+314
|/
* SI-7747 More tests and logic according to our conclusions on #4522.Prashant Sharma2015-06-101-4/+4
* SI-7747 Limit previous change to imports of REPL valsJason Zaugg2015-05-261-5/+10
* SI-7747 Make REPL wrappers serialization friendlyPrashant Sharma2015-05-262-16/+51
* SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-5/+10