SF.net SVN: geany:[3525] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Jan 28 19:55:23 UTC 2009


Revision: 3525
          http://geany.svn.sourceforge.net/geany/?rev=3525&view=rev
Author:   eht16
Date:     2009-01-28 19:55:23 +0000 (Wed, 28 Jan 2009)

Log Message:
-----------
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'.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-01-28 19:30:18 UTC (rev 3524)
+++ trunk/ChangeLog	2009-01-28 19:55:23 UTC (rev 3525)
@@ -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>

Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html	2009-01-28 19:30:18 UTC (rev 3524)
+++ trunk/doc/geany.html	2009-01-28 19:55:23 UTC (rev 3525)
@@ -4050,7 +4050,7 @@
 </tr>
 </thead>
 <tbody valign="top">
-<tr><td><strong>[editor]</strong></td>
+<tr><td><strong>Editor related</strong></td>
 <td> </td>
 <td> </td>
 </tr>
@@ -4075,10 +4075,12 @@
 <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> </td>
 <td> </td>
 </tr>
@@ -4088,7 +4090,17 @@
 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> </td>
 <td> </td>
 </tr>
@@ -4669,7 +4681,7 @@
 <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>

Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt	2009-01-28 19:30:18 UTC (rev 3524)
+++ trunk/doc/geany.txt	2009-01-28 19:55:23 UTC (rev 3525)
@@ -3579,7 +3579,7 @@
 ================================  ===========================================  ==================
 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 @@
 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``.


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