<p>I use geany for python programming with vte enabled. I regularly use <code>Send Selection to Terminal</code> for my work and I find it most helpul for debugging my code. <code>Send Selection to Terminal</code>  works every time except the  Indented code (eg:<code><tab>print('world')</code>) where it result in a <code>IndentationError</code>.   I also request a function in which we can send a line of code to terminal without even selecting it. For example</p>
<pre><code>i=0
print("hello")
if i==0:
    print("world")
</code></pre>
<p>if  I want to print hello, now I need to select the line <code>print("hello")</code> and then <code>Send Selection to Terminal</code> to get the output in vte. Instead of this I want to click any where on that line and then do <code>Send Line to Terminal</code> without selecting it. Similarly to print world instead of selecting <code><tab>print('world')</code> I want to click on that line and then print the output world.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/874?email_source=notifications&email_token=AAIOWJYRNXW662Q4PUZJOMTPYSR5PA5CNFSM4HSEU32KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXGHESA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2HB2HCYPAILSGRG2DPYSR5PANCNFSM4HSEU32A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4TKA2N2TDP54AFNWDPYSR5PA5CNFSM4HSEU32KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXGHESA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/issues/874?email_source=notifications\u0026email_token=AAIOWJYRNXW662Q4PUZJOMTPYSR5PA5CNFSM4HSEU32KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXGHESA",
"url": "https://github.com/geany/geany-plugins/issues/874?email_source=notifications\u0026email_token=AAIOWJYRNXW662Q4PUZJOMTPYSR5PA5CNFSM4HSEU32KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXGHESA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>