scala-ide / scala-worksheet

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

Show visual feedback on long-running evaluations #77

Closed dragos closed 12 years ago

dragos commented 12 years ago

If the evaluation is taking long (maybe an infinite loop), show some visual feedback.

If no new output is detected after a second, a message and some dots should be added every second.