scala-ide / scala-worksheet

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

Better visual feedback on evaluation #74

Closed dragos closed 12 years ago

dragos commented 12 years ago

When the user saves and the worksheet is evaluated, some flickering is actually desired. Otherwise, when there are no changes, the user may not observe that something happened.

We could strip the results before compiling the source, and that would give some time to notice them reappearing.