scala-ide / scala-worksheet

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

Single line comments (//) break the evaluation output #86

Closed ghost closed 11 years ago

ghost commented 12 years ago

Single line comments in the worksheet seem to break the output formatting. For each line commented with //, a line of the output disappears. With regular /* comments */ everthing works fine.

Example: val a = 1 // val b = 2 val c = "hi" c

After saving the file: val a = 1 //> c : String = hi / //> res1: String = hi / val b = 2 val c = "hi" c

Scala IDE for Eclipse 2.1.0.m2-2_10-201209131017-9021ba5 Scala Worksheet Version 0.1.0.v-2_10-201209130911-55eab4f

dragos commented 11 years ago

Can you please upgrade to the latest released version (0.1.1) and let me know if you still see problems? I cannot reproduce this behavior.

Thanks!

dotta commented 11 years ago

I'm closing this ticket as we didn't get any feedback in a while.