scala-ide / scala-worksheet

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

Allow users to configure on which column the evaluation output of Worksheets should be shown #146

Closed soc closed 6 years ago

soc commented 11 years ago

Currently, the result of evaluating some expression is shown after ~ 50 characters. In most cases, this is not enough and creates confusion during presentations and for those who are learning Scala.

It would be nice if it was possible to configure at which horizontal position the evaluation output should be printed.

metasim commented 10 years ago

I'd particularly like to set the column to zero so that my results show up below the code, a la IPython Notebook.