Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 6.0.1
-
None
-
Kubuntu 21.10 x86_64
-
-
e478c915ad (qt-creator/qt-creator/6.0) e478c915ad (qt-creator/qt-creator/master) e478c915ad (qt-creator/qt-creator/qmlprojectstorage) e478c915ad (qt-creator/qt-creator/qds-3.0)
Description
1. Open a C/C++ source file for editing.
2. Use vertical text selection to select a section on a few lines - Alt + drag mouse.
3. Press Ctrl+Ins to copy the selected characters.
As soon as you press Ctrl+Ins QtCreator breaks vertical selection and instead selects the while lines that were used in the vertical selection. The whole lines are copied to clipboard instead of only the selected parts.
QtCreator should copy only the selected characters. The copied characters should be insertable at a different position, in another vertical cursor location.