Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-8847

wrong copy and paste when using code editor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • QDS 4.0
    • QDS 3.9
    • Qt Creator Integration
    • None
    • Windows
    • 47c4fff72 (qds/dev)
    • QDS Berlin - 2023 Week 3/4

    Description

      1. write any text  eg. "test!!!" somewhere for example Windows text editor
      copy the text you have written eg. using ctrl+c

      2. open a QML file
      eg. 

      import QtQuick 2.15
      import QtQuick.Controls 2.15
      Item {
          width: 1920
          height: 1080
      } 

      3. select all contents of the QML file using ctrl+a
      4. paste the copied text
      expect QML become 

      test!!!

      but not, the old text didn't be overwritten

      import QtQuick 2.15 
      import QtQuick.Controls 2.15 
      Item {
           width: 1920
           height: 1080 
      }test!!! 

       

      Attachments

        Activity

          People

            thohartm Thomas Hartmann
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: