<div dir="ltr"><div>Hi Sven,</div><div><br></div><div>Thank you for the clarification.</div><div><br></div><div>Where can I find a sample of the ruby.xml file ?</div><div>Where should I place it (on my filesystem) after removing the field you mentioned ?</div><div><br></div><div>thx</div><div>Joao</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 12, 2021 at 4:04 PM Sven Brauch <<a href="mailto:mail@svenbrauch.de">mail@svenbrauch.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 8/12/21 3:37 PM, Joao Miguel Ferreira wrote:<br>
> now, my issue: on Debian 10 / kwrite 18.08, when I press "CTRL-D" the <br>
> comment character (#, for perl and ruby) appears at position 0 of the <br>
> lines to be commmented. on Debian 11 / kwrite 20.12 the comment <br>
> character (# for ruby) appears at the position of the 1st non-space <br>
> position.<br>
<br>
This is specified in the syntax highlighting files for each type of <br>
comment and for each language. For example, ruby.xml has<br>
<br>
<comment name="singleLine" start="#" position="afterwhitespace"/><br>
<br>
This was specifically changed by Nibaldo González about a year ago. I'll <br>
CC him, maybe he can explain in more detail.<br>
<br>
If you want the old behaviour back, you can locally copy the ruby.xml <br>
file and remove the position="afterwhitespace".<br>
<br>
Greetings,<br>
Sven<br>
</blockquote></div>