[geany/geany] 951b5a: Rectangular selection modifiers are Alt+Shift on Windows
Nick Treleaven
git-noreply at xxxxx
Wed Jan 25 12:46:42 UTC 2012
Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Committer: Nick Treleaven <nick.treleaven at btinternet.com>
Date: Wed, 25 Jan 2012 12:46:42
Commit: 951b5a9da5cd0a0492198164c0f1c7ff33e39dd5
https://github.com/geany/geany/commit/951b5a9da5cd0a0492198164c0f1c7ff33e39dd5
Log Message:
-----------
Rectangular selection modifiers are Alt+Shift on Windows
Modified Paths:
--------------
doc/geany.html
doc/geany.txt
Modified: doc/geany.html
12 files changed, 7 insertions(+), 5 deletions(-)
===================================================================
@@ -1215,11 +1215,12 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2>
<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 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2>
<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 @@ <h2 class="subtitle" id="a-fast-light-gtk-ide">A fast, light, GTK+ IDE</h2>
<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>
Modified: doc/geany.txt
11 files changed, 7 insertions(+), 4 deletions(-)
===================================================================
@@ -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:
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Commits
mailing list