SF.net SVN: geany: [2565] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri May 9 14:37:30 UTC 2008


Revision: 2565
          http://geany.svn.sourceforge.net/geany/?rev=2565&view=rev
Author:   ntrel
Date:     2008-05-09 07:37:30 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Update Code Navigation section for build errors and message items.
Correct Load Tags menu item being in the Tools menu now.
Document 'Disk check timeout' pref.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-09 14:19:01 UTC (rev 2564)
+++ trunk/ChangeLog	2008-05-09 14:37:30 UTC (rev 2565)
@@ -12,6 +12,10 @@
    src/main.c, src/ui_utils.c, geany.glade:
    Rename old uses of line breaking -> line wrapping. This includes the
    keyfile pref, so any users with this enabled will have to reset it.
+ * doc/geany.txt, doc/geany.html:
+   Update Code Navigation section for build errors and message items.
+   Correct Load Tags menu item being in the Tools menu now.
+   Document 'Disk check timeout' pref.
 
 
 2008-05-08  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2008-05-09 14:19:01 UTC (rev 2564)
+++ trunk/doc/geany.html	2008-05-09 14:37:30 UTC (rev 2565)
@@ -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="2008-05-06" />
+<meta name="date" content="2008-05-09" />
 <style type="text/css">
 
 /*
@@ -133,7 +133,7 @@
 <br />Nick Treleaven
 <br />Frank Lanitz</td></tr>
 <tr><th class="docinfo-name">Date:</th>
-<td>2008-05-06</td></tr>
+<td>2008-05-09</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.15</td></tr>
 </tbody>
@@ -939,9 +939,14 @@
 <h3><a class="toc-backref" href="#id36" id="code-navigation-history" name="code-navigation-history">Code Navigation History</a></h3>
 <p>To ease navigation in source files and especially between
 different files, Geany lets you jump between different navigation
-points. Currently, this works when using the <a class="reference" href="#go-to-tag-declaration">Go to tag declaration</a>,
-<a class="reference" href="#go-to-tag-definition">Go to tag definition</a> commands and when clicking on symbol list
-items.</p>
+points. Currently, this works for the following:</p>
+<ul class="simple">
+<li><a class="reference" href="#go-to-tag-declaration">Go to tag declaration</a></li>
+<li><a class="reference" href="#go-to-tag-definition">Go to tag definition</a></li>
+<li>Symbol list items</li>
+<li>Build errors</li>
+<li>Message items</li>
+</ul>
 <p>When using one of these actions, Geany remembers your current position
 and jumps to the new one. If you decide to go back to your previous
 position in the file, just use "Navigate back a location". To
@@ -1323,7 +1328,7 @@
 "workspace tags") for supported filetypes when you open a file.  You
 can also have Geany automatically load external tag files (aka "global
 tags files") from its <tt class="docutils literal"><span class="pre">~/.geany/tags</span></tt> directory upon startup, or
-manually using <em>File --> Load Tags</em>.</p>
+manually using <em>Tools --> Load Tags</em>.</p>
 <p>Geany uses its own tag file format, similar to what <tt class="docutils literal"><span class="pre">ctags</span></tt> uses
 (but is incompatible with ctags). You use Geany to generate global
 tags files, as described below.</p>
@@ -1344,7 +1349,7 @@
 the library.</p>
 <p>You can load a custom global tags file in two ways:</p>
 <ul class="simple">
-<li>Using the <em>Load Tags</em> command in the File menu.</li>
+<li>Using the <em>Load Tags</em> command in the Tools menu.</li>
 <li>By creating a directory <tt class="docutils literal"><span class="pre">~/.geany/tags</span></tt>, and moving or symlinking
 the tags files there before starting Geany.</li>
 </ul>
@@ -1788,6 +1793,9 @@
 <dl class="docutils">
 <dt>Recent files list length</dt>
 <dd>The number of files to remember in the recently used files list.</dd>
+<dt>Disk check timeout</dt>
+<dd>The number of seconds to periodically check the current document's
+file on disk in case it has changed.</dd>
 </dl>
 </div>
 </div>
@@ -4059,7 +4067,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference" href="geany.txt">View document source</a>.
-Generated on: 2008-05-09 12:12 UTC.
+Generated on: 2008-05-09 14:39 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-05-09 14:19:01 UTC (rev 2564)
+++ trunk/doc/geany.txt	2008-05-09 14:37:30 UTC (rev 2565)
@@ -637,10 +637,14 @@
 
 To ease navigation in source files and especially between
 different files, Geany lets you jump between different navigation
-points. Currently, this works when using the `Go to tag declaration`_,
-`Go to tag definition`_ commands and when clicking on symbol list
-items.
+points. Currently, this works for the following:
 
+* `Go to tag declaration`_
+* `Go to tag definition`_
+* Symbol list items
+* Build errors
+* Message items
+
 When using one of these actions, Geany remembers your current position
 and jumps to the new one. If you decide to go back to your previous
 position in the file, just use "Navigate back a location". To
@@ -1059,7 +1063,7 @@
 "workspace tags") for supported filetypes when you open a file.  You
 can also have Geany automatically load external tag files (aka "global
 tags files") from its ``~/.geany/tags`` directory upon startup, or
-manually using *File --> Load Tags*.
+manually using *Tools --> Load Tags*.
 
 Geany uses its own tag file format, similar to what ``ctags`` uses
 (but is incompatible with ctags). You use Geany to generate global
@@ -1088,7 +1092,7 @@
 
 You can load a custom global tags file in two ways:
 
-* Using the *Load Tags* command in the File menu.
+* Using the *Load Tags* command in the Tools menu.
 * By creating a directory ``~/.geany/tags``, and moving or symlinking
   the tags files there before starting Geany.
 
@@ -1585,7 +1589,11 @@
 Recent files list length
     The number of files to remember in the recently used files list.
 
+Disk check timeout
+    The number of seconds to periodically check the current document's
+    file on disk in case it has changed.
 
+
 Tools tab in preferences 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