scala-ide / scala-worksheet

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

Split editor into two views #70

Open dotta opened 12 years ago

dotta commented 12 years ago

Using the document where the user writes his code to diplay the evaluation result is wrong, and it's the source of several UEX issues (e.g., caret position not set at the right place #25). IMO, the right way to fix this is to split the editor into two separate views:

Simple and clean.

With the splitted view then we should also have automatic folding/unfolding of the evaluation result based on the expression selected in the left editor (with some highlighting, similar to what diff tools do). Isn't that nice? ;-)