Doc: Describe advanced editing options for selected lines

Move "Multi-Cursor Editing" to "Working in Edit Mode" from
"Refactoring".

Task-number: QTCREATORBUG-27560
Change-Id: I177fd0ca56a4e7f05e70f67247348c531b045d98
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-06-03 17:01:23 +02:00
parent 16c10cc913
commit a0e0d51a35
3 changed files with 44 additions and 17 deletions

View File

@@ -475,12 +475,19 @@
\li Switch between header and source file
\li F4
\endif
\row
\li Add a cursor at the next occurrence of selected text for
multi-cursor editing
\li Ctrl+D
\row
\li Turn selected text into lowercase
\li Alt+U
\row
\li Turn selected text into uppercase
\li Alt+Shift+U
\row
\li Sort selected lines alphabetically
\li Alt+Shift+S
\row
\li Run static checks on JavaScript code to find common problems
\li Ctrl+Shift+C