Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 3.9
-
None
-
-
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
For Gerrit Dashboard: QDS-8847 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
455101,3 | QmlDesigner: Fix Select All in code editor | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | 0 |