scala-ide / scala-worksheet

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

Error squigglies are not removed/added all the time #84

Closed dragos closed 12 years ago

dragos commented 12 years ago

Error underlines are not updated correctly. For example:

  val m = Map('t' -> 7)

If I delete > the error marker appears on the left ruler, but the underling is missing. When I press any character, the underline appears. Same thing happens when I fix the error.