From f22e90a473480f139de5fe20420c93b1c1b4a9c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?=
Date: Wed, 28 Jan 2009 19:55:23 +0000
Subject: [PATCH] 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
---
ChangeLog | 4 ++++
doc/geany.html | 22 +++++++++++++++++-----
doc/geany.txt | 17 +++++++++++++----
3 files changed, 34 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3a9eb9d5..50fb522d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/doc/geany.html b/doc/geany.html
index c5dc8315..37234743 100644
--- a/doc/geany.html
+++ b/doc/geany.html
@@ -4050,7 +4050,7 @@ configuration file.
-[editor] |
+
Editor related |
|
|
@@ -4075,10 +4075,12 @@ commands).
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). |
+position on the line). Only used when the
+keybinding Complete snippet is set to
+Space.
false |
-[interface] |
+
Interface related |
|
|
@@ -4088,7 +4090,17 @@ icons on the symbol list treeview (only
available with GTK 2.12 or above).
true |
-[VTE] |
+
allow_always_save |
+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. |
+false |
+
+VTE related |
|
|
@@ -4669,7 +4681,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/doc/geany.txt b/doc/geany.txt
index fefc4dce..bf9b39df 100644
--- a/doc/geany.txt
+++ b/doc/geany.txt
@@ -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``.