scala-ide / scala-worksheet

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

Pressing enter can shift evaluation result #90

Open dotta opened 11 years ago

dotta commented 11 years ago

Given

object Maze {
  println("Welcome to the Scala worksheet")       //> Welcome to the Scala worksheet
}

If you place the cursor right before the evaluation result delimiter, i.e., //>, and press enter, you'll see the shifting.