<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I'm not the coder, nor have any answer or thought on the matter,
      but I would like to point out that if you select text (any text)
      and then use a multi-cursor (pressing Alt+Shift+Down Arrow several
      times) and then Ctrl-V to paste, you get such a multi-row paste
      very easily.</p>
    <p>Whether the mentioned IDE thing gets fixed or not, I find this
      the easier way.</p>
    <p>Cheers!<br>
      Ryan</p>
    <br>
    <div class="moz-cite-prefix">On 2021/02/20 12:06, duilio foschi via
      lazarus wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CABkiRz9PZKGse4GBe-f+csYUyokdJT+tkdQiVJWHxr-=MvcGzg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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"
                moz-do-not-send="true">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"
                moz-do-not-send="true">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"
                moz-do-not-send="true">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"
                moz-do-not-send="true">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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
  </body>
</html>