SF.net SVN: geany:[3801] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Mon May 18 15:01:21 UTC 2009
Revision: 3801
http://geany.svn.sourceforge.net/geany/?rev=3801&view=rev
Author: ntrel
Date: 2009-05-18 15:01:21 +0000 (Mon, 18 May 2009)
Log Message:
-----------
Update manual for MRU switching.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-05-18 14:51:37 UTC (rev 3800)
+++ trunk/ChangeLog 2009-05-18 15:01:21 UTC (rev 3801)
@@ -2,6 +2,8 @@
* src/sciwrappers.c, src/sciwrappers.h, src/editor.c:
Add sci_set_selection().
+ * doc/geany.txt, doc/geany.html:
+ Update manual for MRU switching.
2009-05-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2009-05-18 14:51:37 UTC (rev 3800)
+++ trunk/doc/geany.html 2009-05-18 15:01:21 UTC (rev 3801)
@@ -6,7 +6,7 @@
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
<title>Geany</title>
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
-<meta name="date" content="2009-05-02" />
+<meta name="date" content="2009-05-12" />
<style type="text/css">
/*
@@ -139,7 +139,7 @@
<br />Nick Treleaven
<br />Frank Lanitz</td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2009-05-02</td></tr>
+<td>2009-05-12</td></tr>
<tr><th class="docinfo-name">Version:</th>
<td>0.18</td></tr>
</tbody>
@@ -882,6 +882,8 @@
combination to move between tabs, the order is determined by the tab
order, not alphabetical as shown in the documents list (regardless
of whether or not editor tabs are visible).</p>
+<p>See the <em>Notebook tabs</em> group in the <a class="reference" href="#keybindings">Keybindings</a> section for useful
+shortcuts including for Most-Recently-Used document switching.</p>
</div>
</div>
<div class="section">
@@ -2664,9 +2666,9 @@
<p>The following table lists all customizable keyboard shortcuts.</p>
<table border="1" class="docutils">
<colgroup>
-<col width="29%" />
+<col width="28%" />
<col width="23%" />
-<col width="48%" />
+<col width="49%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Action</th>
@@ -3134,7 +3136,13 @@
</tr>
<tr><td>Switch to last used document</td>
<td>Ctrl-Tab</td>
-<td>Switches to the previously selected open document.</td>
+<td>Switches to the previously shown document (if it's
+still open).
+Holding Ctrl (or another modifier if the keybinding
+has been changed) will show a dialog, then repeated
+presses of the keybinding will switch to the 2nd-last
+used document, 3rd-last, etc. Also known as
+Most-Recently-Used documents switching.</td>
</tr>
<tr><td>Move document left</td>
<td>Alt-PageUp</td>
@@ -4859,7 +4867,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2009-05-12 15:38 UTC.
+Generated on: 2009-05-18 15:00 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2009-05-18 14:51:37 UTC (rev 3800)
+++ trunk/doc/geany.txt 2009-05-18 15:01:21 UTC (rev 3801)
@@ -500,7 +500,10 @@
order, not alphabetical as shown in the documents list (regardless
of whether or not editor tabs are visible).
+See the *Notebook tabs* group in the `Keybindings`_ section for useful
+shortcuts including for Most-Recently-Used document switching.
+
Character sets and Unicode Byte-Order-Mark (BOM)
------------------------------------------------
@@ -2775,7 +2778,13 @@
Switch to right document Ctrl-PageDown Switches to the next open document.
-Switch to last used document Ctrl-Tab Switches to the previously selected open document.
+Switch to last used document Ctrl-Tab Switches to the previously shown document (if it's
+ still open).
+ Holding Ctrl (or another modifier if the keybinding
+ has been changed) will show a dialog, then repeated
+ presses of the keybinding will switch to the 2nd-last
+ used document, 3rd-last, etc. Also known as
+ Most-Recently-Used documents switching.
Move document left Alt-PageUp Changes the current document with the left hand
one.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list