Update manual for MRU switching.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3801 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
2f31df28f7
commit
14479d1729
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
* src/sciwrappers.c, src/sciwrappers.h, src/editor.c:
|
* src/sciwrappers.c, src/sciwrappers.h, src/editor.c:
|
||||||
Add sci_set_selection().
|
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>
|
2009-05-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
|
||||||
<title>Geany</title>
|
<title>Geany</title>
|
||||||
<meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" />
|
<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">
|
<style type="text/css">
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -139,7 +139,7 @@ Stylesheet for Geany's documentation based on a version of John Gabriele.
|
|||||||
<br />Nick Treleaven
|
<br />Nick Treleaven
|
||||||
<br />Frank Lanitz</td></tr>
|
<br />Frank Lanitz</td></tr>
|
||||||
<tr><th class="docinfo-name">Date:</th>
|
<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>
|
<tr><th class="docinfo-name">Version:</th>
|
||||||
<td>0.18</td></tr>
|
<td>0.18</td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -882,6 +882,8 @@ to switch between documents using the mouse. When you hit the key
|
|||||||
combination to move between tabs, the order is determined by the tab
|
combination to move between tabs, the order is determined by the tab
|
||||||
order, not alphabetical as shown in the documents list (regardless
|
order, not alphabetical as shown in the documents list (regardless
|
||||||
of whether or not editor tabs are visible).</p>
|
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>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
@ -2664,9 +2666,9 @@ execute menu_open by default <em>Ctrl-O</em> is set, but you can also define
|
|||||||
<p>The following table lists all customizable keyboard shortcuts.</p>
|
<p>The following table lists all customizable keyboard shortcuts.</p>
|
||||||
<table border="1" class="docutils">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="29%" />
|
<col width="28%" />
|
||||||
<col width="23%" />
|
<col width="23%" />
|
||||||
<col width="48%" />
|
<col width="49%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead valign="bottom">
|
<thead valign="bottom">
|
||||||
<tr><th class="head">Action</th>
|
<tr><th class="head">Action</th>
|
||||||
@ -3134,7 +3136,13 @@ visible).</td>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr><td>Switch to last used document</td>
|
<tr><td>Switch to last used document</td>
|
||||||
<td>Ctrl-Tab</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>
|
||||||
<tr><td>Move document left</td>
|
<tr><td>Move document left</td>
|
||||||
<td>Alt-PageUp</td>
|
<td>Alt-PageUp</td>
|
||||||
@ -4859,7 +4867,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<hr class="footer" />
|
<hr class="footer" />
|
||||||
<a class="reference" href="geany.txt">View document source</a>.
|
<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.
|
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>
|
</div>
|
||||||
|
@ -500,6 +500,9 @@ combination to move between tabs, the order is determined by the tab
|
|||||||
order, not alphabetical as shown in the documents list (regardless
|
order, not alphabetical as shown in the documents list (regardless
|
||||||
of whether or not editor tabs are visible).
|
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)
|
Character sets and Unicode Byte-Order-Mark (BOM)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
@ -2775,7 +2778,13 @@ Switch to left document Ctrl-PageUp Switches to the previo
|
|||||||
|
|
||||||
Switch to right document Ctrl-PageDown Switches to the next open document.
|
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
|
Move document left Alt-PageUp Changes the current document with the left hand
|
||||||
one.
|
one.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user