May 3, 2016
7:44 a.m.
Andrei, what is the reason for placing print-it result alway at the end of line? See atEndOfLineInsertAndSelect:. Cheers, -- Pavel 2016-05-03 9:27 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com>:
Hi,
currently when you print the last statement in the playground and press enter (to insert the comment into the playground) it outputs it after, which is good.
However if I then go back and evaluate a line above, it places the output on the _next_ line, just before the next statement, which is quite annoying.
â Can this be changed, so it keeps it in line like this?
â Thanks, Peter