scala-ide / scala-worksheet

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

Add Evaluate Sheet command #2

Closed dragos closed 12 years ago

dragos commented 12 years ago

Add a command that evaluates the current contents of a Script file and replaces it with the output of the evaluation. Currently, that's the same source augmented with comments that give the result for each expression.