<p>For my work, I need to edit the same source files from multiple computers, most of which are Linux and a couple are Mac OSX. Say I'm editing a python file with the following line:</p>
<pre><code>x = 3.0
</code></pre>
<p>In geany on linux, hitting the keyboard shortcut for 'comment' does this</p>
<pre><code>#x = 3.0
</code></pre>
<p>While in geany on OSX, hitting the keyboard shortcut for 'comment' does this</p>
<pre><code># x = 3.0
</code></pre>
<p>i.e., it inserts an extra space after the <code>#</code> character. I don't really mind the difference, since they both work, except that <em>if I comment a bunch of lines in linux, I can't uncomment them on osx by choosing uncomment</em>. This gets super annoying, since I then have to manually uncomment entire code blocks, line by line.</p>
<p>So my question is, how can I make the commenting and uncommenting consistent in geany across the two OSes? Or perhaps, how can I get geany on osx to uncomment lines commented by geany on linux (and vice versa)?</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/issues/2433?email_source=notifications&email_token=AAIOWJZQNGTGI5JXW3Z2VA3RCN7HJA5CNFSM4KTSXHS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IM2HB7A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYEU23AG3FOG3DBMGTRCN7HJANCNFSM4KTSXHSQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4IATBQNFBZS7HNPJTRCN7HJA5CNFSM4KTSXHS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IM2HB7A.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/issues/2433?email_source=notifications\u0026email_token=AAIOWJZQNGTGI5JXW3Z2VA3RCN7HJA5CNFSM4KTSXHS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IM2HB7A",
"url": "https://github.com/geany/geany/issues/2433?email_source=notifications\u0026email_token=AAIOWJZQNGTGI5JXW3Z2VA3RCN7HJA5CNFSM4KTSXHS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IM2HB7A",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>