Rectangular selection modifiers are Alt+Shift on Windows
This commit is contained in:
parent
9031335971
commit
951b5a9da5
@ -1215,11 +1215,12 @@ it for this click and vice versa.</p>
|
||||
<h3><a class="toc-backref" href="#id42">Column mode editing (rectangular selections)</a></h3>
|
||||
<p>There is basic support for column mode editing. To use it, create a
|
||||
rectangular selection by holding down the Control and Shift keys
|
||||
(or Control and Alt if it doesn't work) while
|
||||
selecting some text. It is also possible to create a zero-column selection.
|
||||
(or Alt and Shift on Windows) while selecting some text.
|
||||
Once a rectangular selection exists you can start editing the text within
|
||||
this selection and the modifications will be done for every line in the
|
||||
selection.</p>
|
||||
<p>It is also possible to create a zero-column selection - this is
|
||||
useful to insert text on multiple lines.</p>
|
||||
</div>
|
||||
<div class="section" id="drag-and-drop-of-text">
|
||||
<h3><a class="toc-backref" href="#id43">Drag and drop of text</a></h3>
|
||||
@ -6003,8 +6004,9 @@ Scintilla and SciTE</a>.</p>
|
||||
<p>Keyboard commands for Scintilla mostly follow common Windows and GTK+
|
||||
conventions. All move keys (arrows, page up/down, home and end)
|
||||
allows to extend or reduce the stream selection when holding the
|
||||
Shift key, and the rectangular selection when holding the Shift and
|
||||
Ctrl keys. Some keys may not be available with some national keyboards
|
||||
Shift key, and the rectangular selection when holding the
|
||||
appropriate keys (see <a class="reference internal" href="#column-mode-editing-rectangular-selections">Column mode editing (rectangular selections)</a>).</p>
|
||||
<p>Some keys may not be available with some national keyboards
|
||||
or because they are taken by the system such as by a window manager
|
||||
or GTK. Keyboard equivalents of menu commands are listed in the
|
||||
menus. Some less common commands with no menu equivalent are:</p>
|
||||
@ -6767,7 +6769,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
<a class="reference external" href="geany.txt">View document source</a>.
|
||||
Generated on: 2012-01-10 15:21 UTC.
|
||||
Generated on: 2012-01-25 12:42 UTC.
|
||||
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
|
||||
|
||||
</div>
|
||||
|
||||
@ -747,12 +747,13 @@ Column mode editing (rectangular selections)
|
||||
|
||||
There is basic support for column mode editing. To use it, create a
|
||||
rectangular selection by holding down the Control and Shift keys
|
||||
(or Control and Alt if it doesn't work) while
|
||||
selecting some text. It is also possible to create a zero-column selection.
|
||||
(or Alt and Shift on Windows) while selecting some text.
|
||||
Once a rectangular selection exists you can start editing the text within
|
||||
this selection and the modifications will be done for every line in the
|
||||
selection.
|
||||
|
||||
It is also possible to create a zero-column selection - this is
|
||||
useful to insert text on multiple lines.
|
||||
|
||||
Drag and drop of text
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -5032,8 +5033,10 @@ Keyboard commands
|
||||
Keyboard commands for Scintilla mostly follow common Windows and GTK+
|
||||
conventions. All move keys (arrows, page up/down, home and end)
|
||||
allows to extend or reduce the stream selection when holding the
|
||||
Shift key, and the rectangular selection when holding the Shift and
|
||||
Ctrl keys. Some keys may not be available with some national keyboards
|
||||
Shift key, and the rectangular selection when holding the
|
||||
appropriate keys (see `Column mode editing (rectangular selections)`_).
|
||||
|
||||
Some keys may not be available with some national keyboards
|
||||
or because they are taken by the system such as by a window manager
|
||||
or GTK. Keyboard equivalents of menu commands are listed in the
|
||||
menus. Some less common commands with no menu equivalent are:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user