This is on the back of making Geany behave more like RStudio for interactive use with things like R or Python.

While now it is easy to “Send selection to terminal” (by setting send_selection_unsafe=true in geany.conf and assigning a key binding), after the line is sent the cursor doesn't move. In RStudio the cursor is being moved at the beginning of the next line. While the interest of this behavior will go down to preference, having used it for some time I find it useful.

Thus it would help to have a move_down_after_send_selection=true option, which would:

This would make things friendlier for those using R or Python in interactive mode.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.