scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Editor cut-off value should be per-evaluation #93

Closed dragos closed 12 years ago

dragos commented 12 years ago

The current cut-off value is per worksheet, and that can kick off for large worksheets, even when each line has a one-line result.

The limit should instead be per evaluation result.