Qt Creator: Multi line text editing

16,879

Figured this out just after starting a bounty:

With the mouse, make sure you've already highlighted a character before holding alt. From here it works exactly like Visual Studio.

With the keyboard, hold shift+alt and move around with the arrow keys. You can move down or up lines.

This is where I got this information: https://www.youtube.com/watch?v=6WGCxLIjRNg

Share:
16,879
denim
Author by

denim

Updated on July 08, 2022

Comments

  • denim
    denim almost 2 years

    How can I enable multi line text editing for the Qt Creator as known from Code Blocks or Microsoft Visual Studio. You know when you hold the Shift + Alt Key and then press the Down arrow to select multiple lines. Then you can edit multiple lines by typing.