summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* SI-7898 Preserve reader against subversionSom Snytt2016-06-041-1/+4
* SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-241-1/+1
* SI-7898 Report paste errors improvedlySom Snytt2016-05-232-18/+27
* SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
* SI-7898 Read user input during REPL warmupSom Snytt2016-05-202-56/+204
* SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-022-19/+25
* SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-201-1/+1
* SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-201-4/+12
* Apply some static code analysis recommendationsJanek Bogucki2015-11-262-3/+3
* Create shaded JLine in sbt buildStefan Zeiger2015-10-291-1/+1
* SI-9492 Line trimming pasteSom Snytt2015-09-272-3/+8
* SI-9492 REPL paste here docSom Snytt2015-09-271-16/+32
* Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-1/+1
* 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
* SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-062-11/+23
* 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
|/
* 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
* Make lambda body public rather than using static accessorJason Zaugg2015-04-171-23/+11
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-3/+3
* SI-9170 More flexible SessionTestSom Snytt2015-03-031-9/+14
* Merge pull request #4251 from retronym/ticket/6502Jason Zaugg2015-02-052-11/+14
|\
| * REPL: Tread EOF a "no" in the "yes"/"no" prompt.Jason Zaugg2015-01-161-0/+1