Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29117

copy/paste with multi-cursors dosn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • Qt Creator 11.0.0
    • Qt Creator 9.0.2
    • Editors
    • None
    • macOS
    • 3dc775a6d (master)

    Description

      hi,

      in a consturctor i have to create an object from another object. so i try to write multiple lines (mark multiple lines and write on all of them at once)
      for example:
              property1
              property2
              property3
              property4

      mark all 4 lines, copy the text add the = from. and paste the property names i just copied =>
              property1 = from.property4
              property2 = from.property3
              property3 = from.property2
              property4 = from.property1

      there you go, the names have changed order

      i found a workaround for that:
      again mark all lines, copy the text, paste the text (for some reason the order is not changed now), add the = from. and paste again =>
              property1 = from.property1 
              property2 = from.property2 
              property3 = from.property3 
              property4 = from.property4 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            donkeycat Gerald Novak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes