<div dir="ltr">Hello,<br><br>I'm using Lazarus 0.9.29 r23051M FPC 2.5.1 x86_64-linux-gtk 2 (beta) .<br><br>I selected a whole procedure and used CTRL+J to rename a local variable and it's whole usage in the code like so:<br>
<br>procedure a_test;<br>var<br> SelStart : integer;<br>begin<br> SelStart := Edit1.SelStart;<br>...<br>end;<br><br>When I renamed SelStart to OldStart, it also renamed the Edit1.SelStart .<br>The expected result is not to touch the property itself.<br>
<br>Can it be configured somehow, or should I report it as a bug ?<br><br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
</div>