<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">If the coder in charge of the editor reads this, I have a prayer for him:</div><div dir="ltr"><br></div><div dir="ltr">1.</div><div dir="ltr"><br></div><div dir="ltr">The text showed in </div><div dir="ltr"><br></div><div dir="ltr"><a href="https://i.ibb.co/0FQV1L0/3.jpg">https://i.ibb.co/0FQV1L0/3.jpg</a></div><div dir="ltr"><br></div><div dir="ltr">is column-selected using shift+alt+arrow followed by ctrl-C</div><div dir="ltr"><br></div><div dir="ltr">2. using the arrows key, I move the cursor to the position shown in</div><div dir="ltr"><br></div><div dir="ltr"><a href="https://i.ibb.co/VmbVJtg/4.jpg">https://i.ibb.co/VmbVJtg/4.jpg</a></div><div dir="ltr"><br></div><div dir="ltr">3. I press ctrl-V. The text ':string' is correctly copied into the </div><div dir="ltr">expected position but... look at the cursor</div><div dir="ltr"><br></div><div dir="ltr"><a href="https://i.ibb.co/PWLfsn9/5.jpg">https://i.ibb.co/PWLfsn9/5.jpg</a></div><div dir="ltr"><br></div><div dir="ltr">The cursor is now at the position after the 'g' in the same row where the</div><div dir="ltr">text was copied. </div><div dir="ltr"><br></div><div dir="ltr">So in the Lazarus editor there is no difference in copying a text row-selected </div><div dir="ltr">and a text column-selected.</div><div dir="ltr"><br></div><div dir="ltr">In Delphi there is a big difference when you copy a text (at least until v. 7,</div><div dir="ltr">when I stopped using it).</div><div dir="ltr"><br></div><div dir="ltr">Say you copy a text of lenght L from the clipboard into point (x,y). </div><div dir="ltr">If the text is row-selected, Delphi sets the cursor at point (x+L,y), </div><div dir="ltr">like the Lazarus editor does.</div><div dir="ltr"><br></div><div dir="ltr">But if the text is column-selected, Delphi sets the cursor at point (x,y+1),</div><div dir="ltr">in the row below.</div><div dir="ltr"><br></div><div dir="ltr">This enables you to quickly copy several rows of text, as shown here</div><div dir="ltr"><br></div><div dir="ltr"><a href="https://i.ibb.co/98Y9WnD/6.jpg">https://i.ibb.co/98Y9WnD/6.jpg</a></div><div dir="ltr"><br></div><div dir="ltr">This ability is a big plus for a coder...well... at least I remember I was using </div><div dir="ltr">it often :)</div><div dir="ltr"><br></div><div dir="ltr">.</div><div><br></div></div></div></div>