Revision: 2261 http://geany.svn.sourceforge.net/geany/?rev=2261&view=rev Author: eht16 Date: 2008-02-16 03:19:27 -0800 (Sat, 16 Feb 2008)
Log Message: ----------- Fix slightly wrong documentation for show_editor_scrollbars.
Modified Paths: -------------- trunk/doc/geany.html trunk/doc/geany.txt
Modified: trunk/doc/geany.html =================================================================== --- trunk/doc/geany.html 2008-02-15 16:34:30 UTC (rev 2260) +++ trunk/doc/geany.html 2008-02-16 11:19:27 UTC (rev 2261) @@ -6,7 +6,7 @@ <meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" /> <title>Geany</title> <meta name="authors" content="Enrico Tröger Nick Treleaven Frank Lanitz" /> -<meta name="date" content="2008-02-04" /> +<meta name="date" content="2008-02-15" /> <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-02-04</td></tr> +<td>2008-02-15</td></tr> <tr><th class="docinfo-name">Version:</th> <td>0.14</td></tr> </tbody> @@ -2836,8 +2836,9 @@ <td>false</td> </tr> <tr><td>show_editor_scrollbars</td> -<td>Whether to display scrollbars when the -editor window is bigger than the display.</td> +<td>Whether to display scrollbars. If set to +false, the horizontal and vertical +scrollbars are hidden completely.</td> <td>true</td> </tr> <tr><td>use_tab_to_indent</td> @@ -3390,7 +3391,7 @@ <div class="footer"> <hr class="footer" /> <a class="reference" href="geany.txt">View document source</a>. -Generated on: 2008-02-15 16:25 UTC. +Generated on: 2008-02-16 11:18 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-02-15 16:34:30 UTC (rev 2260) +++ trunk/doc/geany.txt 2008-02-16 11:19:27 UTC (rev 2261) @@ -2492,8 +2492,9 @@ ============================== ============================================ ================== **[editor]** brace_match_ltgt Whether to highlight <, > angle brackets. false -show_editor_scrollbars Whether to display scrollbars when the true - editor window is bigger than the display. +show_editor_scrollbars Whether to display scrollbars. If set to true + false, the horizontal and vertical + scrollbars are hidden completely. use_tab_to_indent Whether pressing tab when a line is selected true will indent the line. use_gtk_word_boundaries Whether to look for the end of a word when true
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.