SF.net SVN: geany:[2880] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Aug 13 16:35:50 UTC 2008


Revision: 2880
          http://geany.svn.sourceforge.net/geany/?rev=2880&view=rev
Author:   ntrel
Date:     2008-08-13 16:35:49 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Add Tips and Tricks appendix.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/geany.html
    trunk/doc/geany.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-08-11 18:25:25 UTC (rev 2879)
+++ trunk/ChangeLog	2008-08-13 16:35:49 UTC (rev 2880)
@@ -1,3 +1,9 @@
+2008-08-13  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * doc/geany.txt, doc/geany.html:
+   Add Tips and Tricks appendix.
+
+
 2008-08-11  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * geany.glade, wscript, src/Makefile.am, src/makefile.win32,

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2008-08-11 18:25:25 UTC (rev 2879)
+++ trunk/doc/geany.html	2008-08-13 16:35:49 UTC (rev 2880)
@@ -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="$Date$" />
+<meta name="date" content="2008-07-27" />
 <style type="text/css">
 
 /*
@@ -139,7 +139,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>$Date$</td></tr>
+<td>2008-07-27</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.15</td></tr>
 </tbody>
@@ -364,17 +364,21 @@
 <li><a class="reference" href="#keyboard-commands" id="id145" name="id145">Keyboard commands</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#hidden-preferences" id="id146" name="id146">Hidden preferences</a></li>
-<li><a class="reference" href="#compile-time-options" id="id147" name="id147">Compile-time options</a><ul>
-<li><a class="reference" href="#src-geany-h" id="id148" name="id148">src/geany.h</a></li>
-<li><a class="reference" href="#project-h" id="id149" name="id149">project.h</a></li>
-<li><a class="reference" href="#editor-h" id="id150" name="id150">editor.h</a></li>
-<li><a class="reference" href="#keyfile-c" id="id151" name="id151">keyfile.c</a></li>
+<li><a class="reference" href="#tips" id="id146" name="id146">Tips</a><ul>
+<li><a class="reference" href="#gtk-related" id="id147" name="id147">GTK-related</a></li>
 </ul>
 </li>
-<li><a class="reference" href="#gnu-general-public-license" id="id152" name="id152">GNU General Public License</a></li>
-<li><a class="reference" href="#license-for-scintilla-and-scite" id="id153" name="id153">License for Scintilla and SciTE</a></li>
+<li><a class="reference" href="#hidden-preferences" id="id148" name="id148">Hidden preferences</a></li>
+<li><a class="reference" href="#compile-time-options" id="id149" name="id149">Compile-time options</a><ul>
+<li><a class="reference" href="#src-geany-h" id="id150" name="id150">src/geany.h</a></li>
+<li><a class="reference" href="#project-h" id="id151" name="id151">project.h</a></li>
+<li><a class="reference" href="#editor-h" id="id152" name="id152">editor.h</a></li>
+<li><a class="reference" href="#keyfile-c" id="id153" name="id153">keyfile.c</a></li>
 </ul>
+</li>
+<li><a class="reference" href="#gnu-general-public-license" id="id154" name="id154">GNU General Public License</a></li>
+<li><a class="reference" href="#license-for-scintilla-and-scite" id="id155" name="id155">License for Scintilla and SciTE</a></li>
+</ul>
 </div>
 <div class="section">
 <h1><a class="toc-backref" href="#id9" id="introduction" name="introduction">Introduction</a></h1>
@@ -3535,7 +3539,24 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id146" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h1>
+<h1><a class="toc-backref" href="#id146" id="tips" name="tips">Tips</a></h1>
+<ul class="simple">
+<li>You can double-click on empty space in the notebook tab bar to open a
+new document.</li>
+</ul>
+<div class="section">
+<h2><a class="toc-backref" href="#id147" id="gtk-related" name="gtk-related">GTK-related</a></h2>
+<ul class="simple">
+<li>Mouse middle-click pastes the last selected text.</li>
+<li>Scrolling the mouse wheel over a notebook tab bar will switch
+notebook pages.</li>
+<li>Mouse middle-click on a scrollbar moves the scrollbar to that
+position without having to drag it.</li>
+</ul>
+</div>
+</div>
+<div class="section">
+<h1><a class="toc-backref" href="#id148" id="hidden-preferences" name="hidden-preferences">Hidden preferences</a></h1>
 <p>There are some uncommon preferences that are not shown in the Preferences
 dialog. These can be set by editing <tt class="docutils literal"><span class="pre">~/.geany/geany.conf</span></tt>, then
 restarting Geany. Search for the key name, then edit the value. Example:</p>
@@ -3607,7 +3628,7 @@
 </table>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id147" id="compile-time-options" name="compile-time-options">Compile-time options</a></h1>
+<h1><a class="toc-backref" href="#id149" id="compile-time-options" name="compile-time-options">Compile-time options</a></h1>
 <p>There are some options which can only be changed at compile time,
 and some options which are used as the default for configurable
 options. To change these options, edit the appropriate source file
@@ -3619,7 +3640,7 @@
 <p class="last">Most users should not need to change these options.</p>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id148" id="src-geany-h" name="src-geany-h">src/geany.h</a></h2>
+<h2><a class="toc-backref" href="#id150" id="src-geany-h" name="src-geany-h">src/geany.h</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="33%" />
@@ -3676,7 +3697,7 @@
 </table>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id149" id="project-h" name="project-h">project.h</a></h2>
+<h2><a class="toc-backref" href="#id151" id="project-h" name="project-h">project.h</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="33%" />
@@ -3701,7 +3722,7 @@
 </table>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id150" id="editor-h" name="editor-h">editor.h</a></h2>
+<h2><a class="toc-backref" href="#id152" id="editor-h" name="editor-h">editor.h</a></h2>
 <table border="1" class="docutils">
 <colgroup>
 <col width="33%" />
@@ -3738,7 +3759,7 @@
 </table>
 </div>
 <div class="section">
-<h2><a class="toc-backref" href="#id151" id="keyfile-c" name="keyfile-c">keyfile.c</a></h2>
+<h2><a class="toc-backref" href="#id153" id="keyfile-c" name="keyfile-c">keyfile.c</a></h2>
 <p>These are default settings that can be overridden in the <a class="reference" href="#preferences">Preferences</a> dialog.</p>
 <table border="1" class="docutils">
 <colgroup>
@@ -3810,7 +3831,7 @@
 </div>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id152" id="gnu-general-public-license" name="gnu-general-public-license">GNU General Public License</a></h1>
+<h1><a class="toc-backref" href="#id154" id="gnu-general-public-license" name="gnu-general-public-license">GNU General Public License</a></h1>
 <pre class="literal-block">
             GNU GENERAL PUBLIC LICENSE
                Version 2, June 1991
@@ -4155,7 +4176,7 @@
 </pre>
 </div>
 <div class="section">
-<h1><a class="toc-backref" href="#id153" id="license-for-scintilla-and-scite" name="license-for-scintilla-and-scite">License for Scintilla and SciTE</a></h1>
+<h1><a class="toc-backref" href="#id155" id="license-for-scintilla-and-scite" name="license-for-scintilla-and-scite">License for Scintilla and SciTE</a></h1>
 <p>Copyright 1998-2003 by Neil Hodgson <neilh(at)scintilla(dot)org></p>
 <p>All Rights Reserved</p>
 <p>Permission to use, copy, modify, and distribute this software and
@@ -4175,7 +4196,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2008-07-27 18:22 UTC.
+Generated on: 2008-08-13 16:22 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	2008-08-11 18:25:25 UTC (rev 2879)
+++ trunk/doc/geany.txt	2008-08-13 16:35:49 UTC (rev 2880)
@@ -3168,6 +3168,29 @@
 
 
 
+Tips and tricks
+===============
+
+* Double-click on empty space in the notebook tab bar to open a
+  new document.
+* Double-click on a document's notebook tab to toggle all additional
+  widgets (to show them again use the View menu).
+* Double-click on a symbol-list group to expand or compact it.
+
+GTK-related
+-----------
+
+* Scrolling the mouse wheel over a notebook tab bar will switch
+  notebook pages.
+
+The following are derived from X-Windows features (but GTK still supports
+them on Windows):
+
+* Middle-click pastes the last selected text.
+* Middle-click on a scrollbar moves the scrollbar to that
+  position without having to drag it.
+
+
 Hidden preferences
 ==================
 


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