scala-ide / scala-worksheet

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

Cutoff output above a limit. #76

Closed dragos closed 12 years ago

dragos commented 12 years ago

If the worksheet grows indefinitely, we should not block the editor.

Have a configurable cutoff number of characters, after which the worksheet stops adding output from the evaluation.