forked from qt-creator/qt-creator
Doc: Update information about multi-cursor editing
Fixes: QTCREATORBUG-26459 Change-Id: I89ac09094fe707a5d432cfe84c8b3ee18887a424 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -157,14 +157,18 @@
|
|||||||
the symbol. All instances of the local symbol are changed as you type.
|
the symbol. All instances of the local symbol are changed as you type.
|
||||||
\endif
|
\endif
|
||||||
|
|
||||||
\section1 Column Editing
|
\section1 Multi-Cursor Editing
|
||||||
|
|
||||||
To apply a change to several rows in a column simultaneously, hold
|
To apply a change to several places simultaneously, press and hold \key Alt,
|
||||||
\key Alt, select the rows using the mouse, and enter or remove text.
|
and click to place cursors in several places. Any changes you make are
|
||||||
The changes are made simultaneously at the cursor position on all the
|
applied simultaneously at all the cursor positions.
|
||||||
selected rows.
|
|
||||||
|
|
||||||
On Windows and Linux, you can also hold \key {Alt+Shift} and select
|
Use the arrow keys to move all the cursors up and down. The \key Home and
|
||||||
the rows using the arrow keys and the \key PageUp, \key PageDown,
|
\key End key move all the cursors to the beginning or to the end of the
|
||||||
\key Home, \key End keys.
|
line.
|
||||||
|
|
||||||
|
Press and hold \key Alt and double-click strings to select several strings
|
||||||
|
simultaneously.
|
||||||
|
|
||||||
|
Press \key Esc to remove all the cursors and selections.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user