scala-ide / scala-worksheet

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

Delay evaluation until project build is finished #39

Open skyluc opened 12 years ago

skyluc commented 12 years ago

Evaluating the worksheet may requires the classes of the current project, so it should not be run when a build is in progress.