Revision: 5130 http://geany.svn.sourceforge.net/geany/?rev=5130&view=rev Author: ntrel Date: 2010-08-11 12:33:31 +0000 (Wed, 11 Aug 2010)
Log Message: ----------- Reorder Focus keybindings.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/geany.html trunk/doc/geany.txt
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-08-10 20:48:10 UTC (rev 5129) +++ trunk/ChangeLog 2010-08-11 12:33:31 UTC (rev 5130) @@ -1,10 +1,16 @@ +2010-08-11 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> + + * doc/geany.txt, doc/geany.html: + Reorder Focus keybindings. + + 2010-08-10 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* autogen.sh: - Applying a patch by Erik de Castro Lopo for checking against + Applying a patch by Erik de Castro Lopo for checking against pkg-config when running autogen.sh. Thanks for the patch. * src/log.c: - Applying a patch by Colomban Wendling to print out log domains. + Applying a patch by Colomban Wendling to print out log domains. Thanks.
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2010-08-10 20:48:10 UTC (rev 5129) +++ trunk/doc/geany.html 2010-08-11 12:33:31 UTC (rev 5130) @@ -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="2010-07-09" /> +<meta name="date" content="2010-08-10" /> <style type="text/css">
/* @@ -139,7 +139,7 @@ <br />Nick Treleaven <br />Frank Lanitz</td></tr> <tr><th class="docinfo-name">Date:</th> -<td>2010-07-09</td></tr> +<td>2010-08-10</td></tr> <tr><th class="docinfo-name">Version:</th> <td>0.20</td></tr> </tbody> @@ -3827,22 +3827,14 @@ Also reshows the document statistics line (after a short timeout).</td> </tr> -<tr><td>Switch to Scribble</td> -<td>F6</td> -<td>Switches to scribble widget.</td> -</tr> -<tr><td>Switch to VTE</td> -<td>F4</td> -<td>Switches to VTE widget.</td> -</tr> <tr><td>Switch to Search Bar</td> <td>F7</td> <td>Switches to the search bar in the toolbar (if visible).</td> </tr> -<tr><td>Switch to Sidebar</td> +<tr><td>Switch to Message Window</td> <td> </td> -<td>Focus the Sidebar.</td> +<td>Focus the Message Window's current tab.</td> </tr> <tr><td>Switch to Compiler</td> <td> </td> @@ -3852,20 +3844,28 @@ <td> </td> <td>Focus the Messages message window tab.</td> </tr> -<tr><td>Switch to Message Window</td> -<td> </td> -<td>Focus the Message Window's current tab.</td> +<tr><td>Switch to Scribble</td> +<td>F6</td> +<td>Switches to scribble widget.</td> </tr> -<tr><td>Switch to Sidebar Document List</td> +<tr><td>Switch to VTE</td> +<td>F4</td> +<td>Switches to VTE widget.</td> +</tr> +<tr><td>Switch to Sidebar</td> <td> </td> -<td>Focus the Document list tab in the Sidebar -(if visible).</td> +<td>Focus the Sidebar.</td> </tr> <tr><td>Switch to Sidebar Symbol List</td> <td> </td> <td>Focus the Symbol list tab in the Sidebar (if visible).</td> </tr> +<tr><td>Switch to Sidebar Document List</td> +<td> </td> +<td>Focus the Document list tab in the Sidebar +(if visible).</td> +</tr> </tbody> </table> </div> @@ -6143,7 +6143,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference" href="geany.txt">View document source</a>. -Generated on: 2010-07-09 15:38 UTC. +Generated on: 2010-08-11 11:54 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 2010-08-10 20:48:10 UTC (rev 5129) +++ trunk/doc/geany.txt 2010-08-11 12:33:31 UTC (rev 5130) @@ -3263,26 +3263,26 @@ Also reshows the document statistics line (after a short timeout).
-Switch to Scribble F6 Switches to scribble widget. - -Switch to VTE F4 Switches to VTE widget. - Switch to Search Bar F7 Switches to the search bar in the toolbar (if visible).
-Switch to Sidebar Focus the Sidebar. +Switch to Message Window Focus the Message Window's current tab.
Switch to Compiler Focus the Compiler message window tab.
Switch to Messages Focus the Messages message window tab.
-Switch to Message Window Focus the Message Window's current tab. +Switch to Scribble F6 Switches to scribble widget.
-Switch to Sidebar Document List Focus the Document list tab in the Sidebar - (if visible). +Switch to VTE F4 Switches to VTE widget.
+Switch to Sidebar Focus the Sidebar. + Switch to Sidebar Symbol List Focus the Symbol list tab in the Sidebar (if visible). + +Switch to Sidebar Document List Focus the Document list tab in the Sidebar + (if visible). ================================ ========================= ==================================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.