scala-ide / scala-worksheet

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

Notify the user of what's happening in the worksheet runtime #56

Open dotta opened 12 years ago

dotta commented 12 years ago

We need to find a non-introsive way to report to the user what the worksheet runtime is doing, e.g., compiling , evaluating , and similar.

One way could be to have a icon in the editor's tab for when the worksheet is being evaluated, and a different one for when no evaluation is happening.