Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven(a)btinternet.com>
Committer: Nick Treleaven <nick.treleaven(a)btinternet.com>
Date: Wed, 25 Jan 2012 12:46:42
Commit: 951b5a9da5cd0a0492198164c0f1c7ff33e39dd5
https://github.com/geany/geany/commit/951b5a9da5cd0a0492198164c0f1c7ff33e39…
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).
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 9130b84d86f4e078df480a2f1e798d835b158f52
https://github.com/geany/geany/commit/9130b84d86f4e078df480a2f1e798d835b158…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2012-01-20 (Fri, 20 Jan 2012)
Changed paths:
M src/ui_utils.c
M src/ui_utils.h
Log Message:
-----------
Add ui_builder_get_object()
This is used to get any object built from the UI file, not widgets only.
Commit: 7f16b9a4fb3af08239c928df3e634abd6af9ff16
https://github.com/geany/geany/commit/7f16b9a4fb3af08239c928df3e634abd6af9f…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2012-01-20 (Fri, 20 Jan 2012)
Changed paths:
M data/geany.glade
M src/prefs.c
Log Message:
-----------
Fix content of encodings and EOL style prefs ComboBoxes (oops)
I broke them in ca922e0ddc8022283ec3c1f49aaa15ab7c5ba213
Now the two encoding combo boxes shares the same data, which is
built only once.
Commit: 9031335971a0f26625b3494d99b668c3af6befe0
https://github.com/geany/geany/commit/9031335971a0f26625b3494d99b668c3af6be…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2012-01-20 (Fri, 20 Jan 2012)
Changed paths:
M data/geany.glade
M src/prefs.c
Log Message:
-----------
Set prefs' encoding combo boxes "wrap with" in the Glade file directly
Compare: https://github.com/geany/geany/compare/21cd7bb...9031335
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 73bc824c8291f8940a9b9f7949515e1f0cb0d147
https://github.com/geany/geany/commit/73bc824c8291f8940a9b9f7949515e1f0cb0d…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2012-01-13 (Fri, 13 Jan 2012)
Changed paths:
M data/geany.glade
Log Message:
-----------
Restore line breaking preference's adjustment in Glade file
It got removed by accident in commit
c85b89afdd880b7a6aac42f953bab83d3938a4a3 "Port more of the Project properties dialog to Glade"
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 380613866ca852b07e01262e8083787c2a9231f6
https://github.com/geany/geany/commit/380613866ca852b07e01262e8083787c2a923…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2012-01-13 (Fri, 13 Jan 2012)
Changed paths:
M data/geany.glade
Log Message:
-----------
Restore accelerator group in Glade file
It got removed by accident in commit
c85b89afdd880b7a6aac42f953bab83d3938a4a3 "Port more of the Project properties dialog to Glade"
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: d4b2b89d009aa8c5314a86450ea13190f4a20241
https://github.com/geany/geany/commit/d4b2b89d009aa8c5314a86450ea13190f4a20…
Author: Jiří Techet <techet(a)gmail.com>
Date: 2012-01-11 (Wed, 11 Jan 2012)
Changed paths:
M src/editor.c
M src/search.c
Log Message:
-----------
Maybe != may be
Commit: 73f345eb09e52a195f823d6e28bc52702b735388
https://github.com/geany/geany/commit/73f345eb09e52a195f823d6e28bc52702b735…
Author: Jiří Techet <techet(a)gmail.com>
Date: 2012-01-11 (Wed, 11 Jan 2012)
Changed paths:
M src/callbacks.c
Log Message:
-----------
Use standard include paths for "open selected file"
Under linux, try to locate the file with the given
name also under /usr/local/include and /usr/include.
This feature is probably most often used for
opening include files so this helps for the system
ones.
In addition, fix locale/utf8 encoding usage.
Compare: https://github.com/geany/geany/compare/2143679...73f345e