geany icon indicating copy to clipboard operation
geany copied to clipboard

Send tabbed Selection and Line to Terminal

Open fightthepower opened this issue 6 years ago • 1 comments

  • 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.

fightthepower avatar Jun 03 '19 05:06 fightthepower

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

lcorag avatar Oct 05 '24 11:10 lcorag