SF.net SVN: geany:[4821] trunk/doc

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Apr 12 17:48:24 UTC 2010


Revision: 4821
          http://geany.svn.sourceforge.net/geany/?rev=4821&view=rev
Author:   eht16
Date:     2010-04-12 17:48:17 +0000 (Mon, 12 Apr 2010)

Log Message:
-----------
Fix a too long line (oops).
Generate HTML documentation.

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

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2010-04-11 21:56:50 UTC (rev 4820)
+++ trunk/doc/geany.html	2010-04-12 17:48:17 UTC (rev 4821)
@@ -6,7 +6,7 @@
 <meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
 <title>Geany</title>
 <meta name="authors" content="Enrico Tröger  Nick Treleaven  Frank Lanitz" />
-<meta name="date" content="2010-04-05" />
+<meta name="date" content="2010-04-11" />
 <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-04-05</td></tr>
+<td>2010-04-11</td></tr>
 <tr><th class="docinfo-name">Version:</th>
 <td>0.19</td></tr>
 </tbody>
@@ -775,6 +775,17 @@
 <td>--line</td>
 <td>Set initial line number for the first opened file.</td>
 </tr>
+<tr><td><em>none</em></td>
+<td>--list-documents</td>
+<td>Return a list of open documents in a running Geany
+instance.
+This can be used to read the currently opened documents in
+Geany from an external script or tool. The returned list
+is separated by newlines (LF) and consists of the full,
+UTF-8 encoded filenames of the documents.
+Only available if Geany was compiled with support for
+Sockets.</td>
+</tr>
 <tr><td>-m</td>
 <td>--no-msgwin</td>
 <td>Do not show the message window. Use this option if you
@@ -2116,6 +2127,8 @@
 <dt>Append Toolbar to the Menu</dt>
 <dd>Allows to append the toolbar to the main menu bar instead of placing it below.
 This is useful to save vertical space.</dd>
+<dt>Customize Toolbar</dt>
+<dd>See <a class="reference internal" href="#customizing-the-toolbar">Customizing the toolbar</a>.</dd>
 </dl>
 </div>
 <div class="section" id="appearance">
@@ -2123,11 +2136,11 @@
 <dl class="docutils">
 <dt>Icon Style</dt>
 <dd>Select the toolbar icon style to use - either icons and text, just
-icons or just text.</dd>
+icons or just text.
+The choice System default uses whatever icon style is set by GTK.</dd>
 <dt>Icon size</dt>
-<dd>Select the size of the icons you see (large, small or very small).</dd>
-<dt>Customize Toolbar</dt>
-<dd>See <a class="reference internal" href="#customizing-the-toolbar">Customizing the toolbar</a>.</dd>
+<dd>Select the size of the icons you see (large, small or very small).
+The choice System default uses whatever icon size is set by GTK.</dd>
 </dl>
 </div>
 </div>
@@ -5958,7 +5971,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2010-04-07 19:49 UTC.
+Generated on: 2010-04-12 17:47 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2010-04-11 21:56:50 UTC (rev 4820)
+++ trunk/doc/geany.txt	2010-04-12 17:48:17 UTC (rev 4821)
@@ -334,7 +334,8 @@
 
 -l            --line                   Set initial line number for the first opened file.
 
-*none*        --list-documents         Return a list of open documents in a running Geany instance.
+*none*        --list-documents         Return a list of open documents in a running Geany
+                                       instance.
                                        This can be used to read the currently opened documents in
                                        Geany from an external script or tool. The returned list
                                        is separated by newlines (LF) and consists of the full,


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