Now that the debugger has F10 (to run an expression), I am missing something similar for the inline evaluation in Juno.
The Ctrl-Enter in Juno is cool but also somewhat confusing: outside blocks it runs the current expression, otherwise the whole block (eg. everything inside if ...end
). Highlighting and then Ctrl-Enter works for stepping expression by expression, but that is cumbersome.
I guess I miss the old Shift-Enter. Is it still around?