scala-ide / scala-worksheet

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

Pressing <enter> between expression and result loses colorization #82

Closed dragos closed 12 years ago

dragos commented 12 years ago

for instance

   println("hello")   |     > hello

after pressing enter at the cursor, the comment becomes visible:

   println("hello")      //> hello
   |