Send tabbed Selection and Line to Terminal
- Orginal title was to "send line to terminal" and it seems it already implemented
I use geany for python programming with vte enabled. I regularly use Send Selection to Terminal for my work and I find it most helpul for debugging my code. Send Selection to Terminal works every time except the Indented lines (eg:<tab>print('world')) where it result in an IndentationError. I also request a function in which we can send a tabbed line of code to terminal without even selecting it.
I also agree on this. I used to use Geany in exactly the same way. I think that the current "Send Selection to Terminal" action would work fine if setting terminal.send_selection_unsafe to true would work something link adding a newline at the end of the selection, rather than after each line of code