SF.net SVN: geany:[5248] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Sep 21 16:26:56 UTC 2010


Revision: 5248
          http://geany.svn.sourceforge.net/geany/?rev=5248&view=rev
Author:   ntrel
Date:     2010-09-21 16:26:56 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
Add docs for Find Selection keybindings.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-09-21 16:25:10 UTC (rev 5247)
+++ trunk/ChangeLog	2010-09-21 16:26:56 UTC (rev 5248)
@@ -8,6 +8,8 @@
  * src/search.c:
    Make Find Selected commands repeat the last search if the selection
    was lost.
+ * doc/geany.txt, doc/geany.html:
+   Add docs for Find Selection keybindings.
 
 
 2010-09-20  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2010-09-21 16:25:10 UTC (rev 5247)
+++ trunk/doc/geany.html	2010-09-21 16:26:56 UTC (rev 5248)
@@ -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-09-09" />
+<meta name="date" content="2010-09-15" />
 <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-09-09</td></tr>
+<td>2010-09-15</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.20</td></tr>
 </tbody>
@@ -2989,7 +2989,7 @@
 configure with a nothing in the label but at least one character in the command.</p>
 <div class="section">
 <h4><a class="toc-backref" href="#id142" id="substitutions-in-commands-and-working-directories" name="substitutions-in-commands-and-working-directories">Substitutions in Commands and Working Directories</a></h4>
-<p>The first occurance of each of the following character sequences in each of the
+<p>The first occurence of each of the following character sequences in each of the
 command and working directory fields is substituted by the items specified below
 before the command is run.</p>
 <ul class="simple">
@@ -3602,6 +3602,14 @@
 <td>Ctrl-Shift-G</td>
 <td>Finds previous result.</td>
 </tr>
+<tr><td>Find Next Selection</td>
+<td> </td>
+<td>Finds next occurence of selected text.</td>
+</tr>
+<tr><td>Find Previous Selection</td>
+<td> </td>
+<td>Finds previous occurence of selected text.</td>
+</tr>
 <tr><td>Replace</td>
 <td>Ctrl-H  (C)</td>
 <td>Opens the Replace dialog.</td>
@@ -6133,7 +6141,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2010-09-15 16:58 UTC.
+Generated on: 2010-09-21 16:23 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-09-21 16:25:10 UTC (rev 5247)
+++ trunk/doc/geany.txt	2010-09-21 16:26:56 UTC (rev 5248)
@@ -2724,7 +2724,7 @@
 Substitutions in Commands and Working Directories
 `````````````````````````````````````````````````
 
-The first occurance of each of the following character sequences in each of the
+The first occurence of each of the following character sequences in each of the
 command and working directory fields is substituted by the items specified below
 before the command is run.
 
@@ -3134,6 +3134,10 @@
 
 Find Previous                   Ctrl-Shift-G              Finds previous result.
 
+Find Next Selection                                       Finds next occurence of selected text.
+
+Find Previous Selection                                   Finds previous occurence of selected text.
+
 Replace                         Ctrl-H  (C)               Opens the Replace dialog.
 
 Find in files                   Ctrl-Shift-F              Opens the Find in files dialog.


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