Remove the square brackets around Hidden preferences table titles to avoid confusion with section titles in the config file.

Add the new hidden pref 'allow_always_save'.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3525 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-01-28 19:55:23 +00:00
parent 5752ee9863
commit f22e90a473
3 changed files with 34 additions and 9 deletions

View File

@ -24,6 +24,10 @@
optional, plugins can omit it if not needed.
Add a Help button next to the Configure button in the plugin manager
dialog to easily open a plugin's documentation if available.
* doc/geany.txt, doc/geany.html:
Remove the square brackets around Hidden preferences table titles to
avoid confusion with section titles in the config file.
Add the new hidden pref 'allow_always_save'.
2009-01-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>

View File

@ -4050,7 +4050,7 @@ configuration file.</p>
</tr>
</thead>
<tbody valign="top">
<tr><td><strong>[editor]</strong></td>
<tr><td><strong>Editor related</strong></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
@ -4075,10 +4075,12 @@ commands</a>).</td>
<td>Whether to allow completion of snippets
when editing an existing line (i.e. there
is some text after the current cursor
position on the line).</td>
position on the line). Only used when the
keybinding <tt class="docutils literal"><span class="pre">Complete</span> <span class="pre">snippet</span></tt> is set to
<tt class="docutils literal"><span class="pre">Space</span></tt>.</td>
<td>false</td>
</tr>
<tr><td><strong>[interface]</strong></td>
<tr><td><strong>Interface related</strong></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
@ -4088,7 +4090,17 @@ icons on the symbol list treeview (only
available with GTK 2.12 or above).</td>
<td>true</td>
</tr>
<tr><td><strong>[VTE]</strong></td>
<tr><td>allow_always_save</td>
<td>Whether files can be saved always, even if
they don't have any changes. By default,
the Save buttons and menu items are
disabled when a file is unchanged. When
setting this option to true, the Save
buttons and menu items are always active
and files can be saved.</td>
<td>false</td>
</tr>
<tr><td><strong>VTE related</strong></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
@ -4669,7 +4681,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer">
<hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>.
Generated on: 2009-01-22 20:17 UTC.
Generated on: 2009-01-28 19:54 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>

View File

@ -3579,7 +3579,7 @@ configuration file.
================================ =========================================== ==================
Key Description Default
================================ =========================================== ==================
**[editor]**
**Editor related**
brace_match_ltgt Whether to highlight <, > angle brackets. false
show_editor_scrollbars Whether to display scrollbars. If set to true
false, the horizontal and vertical
@ -3591,12 +3591,21 @@ use_gtk_word_boundaries Whether to look for the end of a word when t
complete_snippets_whilst_editing Whether to allow completion of snippets false
when editing an existing line (i.e. there
is some text after the current cursor
position on the line).
**[interface]**
position on the line). Only used when the
keybinding ``Complete snippet`` is set to
``Space``.
**Interface related**
show_symbol_list_expanders Whether to show or hide the small expander true
icons on the symbol list treeview (only
available with GTK 2.12 or above).
**[VTE]**
allow_always_save Whether files can be saved always, even if false
they don't have any changes. By default,
the Save buttons and menu items are
disabled when a file is unchanged. When
setting this option to true, the Save
buttons and menu items are always active
and files can be saved.
**VTE related**
emulation Terminal emulation mode. Only change this xterm
if you have VTE termcap files other than
``vte/termcap/xterm``.