Fix slightly wrong documentation for show_editor_scrollbars.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2261 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
6413fdb2bf
commit
e5c09b7a6a
@ -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 @@ dt {
|
||||
<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 @@ configuration file.</p>
|
||||
<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 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
|
||||
<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>
|
||||
|
||||
@ -2492,8 +2492,9 @@ Key Description
|
||||
============================== ============================================ ==================
|
||||
**[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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user