SF.net SVN: geany: [1732] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jul 22 14:57:27 UTC 2007


Revision: 1732
          http://geany.svn.sourceforge.net/geany/?rev=1732&view=rev
Author:   eht16
Date:     2007-07-22 07:57:26 -0700 (Sun, 22 Jul 2007)

Log Message:
-----------
Clarified description of white_space setting.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.common

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-07-22 14:38:47 UTC (rev 1731)
+++ trunk/ChangeLog	2007-07-22 14:57:26 UTC (rev 1732)
@@ -7,6 +7,7 @@
    Query default icon theme only once to improve startup speed.
    Store the line number separately in the tree store.
    Remove utils_get_local_tag().
+ * data/filetypes.common: Clarified description of white_space setting.
 
 
 2007-07-20  Frank Lanitz  <frank at frank.uvena.de>

Modified: trunk/data/filetypes.common
===================================================================
--- trunk/data/filetypes.common	2007-07-22 14:38:47 UTC (rev 1731)
+++ trunk/data/filetypes.common	2007-07-22 14:57:26 UTC (rev 1732)
@@ -30,8 +30,8 @@
 # set foreground and background colour of indentation guides
 indent_guide=0xc0c0c0;0xffffff;false;false
 
-# the third argument defines whether to use the foreground colour or use the default value defined by the filetypes
-# the fourth argument defines whether to use the background colour or use the default value defined by the filetypes
+# third argument: if true, use this foreground color. If false, use the default value defined by the filetypes.
+# fourth argument: if true, use this background color. If false, use the default value defined by the filetypes.
 white_space=0xc0c0c0;0xffffff;true;true
 
 # style of folding icons, only first and second arguments are used, valid values are:


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