scala-ide / scala-worksheet

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

Allow to evaluate single expression #52

Open dotta opened 12 years ago

dotta commented 12 years ago

Would be nice to allow to evaluate one single expression instead of the whole source file. Even more, we could run the evaluation automatically, that would be very nice indeed. I wonder if this sort of behavior could be implemented via the scala.tools.reflect.ToolBox class.