scala-ide / scala-worksheet

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

Open a dialog to report an issue when source instrumentation fails #72

Open dotta opened 12 years ago

dotta commented 12 years ago

Currently, if source instrumentation fails the user will get very confused because of the reported compilation errors (which have nothing to do with what is displayed in the editor). Iulian can vouch for that.

When instrumentation fails we should open a dialog to explain the user what happened and make it dead easy to report the issue.