scala-ide / scala-worksheet

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

Worksheet should be automatically evaluated on creation #53

Closed dotta closed 12 years ago

dotta commented 12 years ago

At worksheet creation, the document should be immediately evaluated. The reason is that a welcome message for the user will be shown, and the resident compiler will then be immediately available (so the user won't perceive slowness)