SF.net SVN: geany:[3318] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Dec 4 18:12:10 UTC 2008


Revision: 3318
          http://geany.svn.sourceforge.net/geany/?rev=3318&view=rev
Author:   ntrel
Date:     2008-12-04 18:12:09 +0000 (Thu, 04 Dec 2008)

Log Message:
-----------
Make whitespace setting not override background colour by default,
otherwise e.g. unterminated strings in C can have inconsistent
background colour when Show Whitespace is enabled.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-04 17:05:36 UTC (rev 3317)
+++ trunk/ChangeLog	2008-12-04 18:12:09 UTC (rev 3318)
@@ -26,6 +26,10 @@
    plugins/filebrowser.c, plugins/splitwindow.c, plugins/htmlchars.c,
    plugins/classbuilder.c:
    Update to use geanyfunctions.h.
+ * data/filetypes.common:
+   Make whitespace setting not override background colour by default,
+   otherwise e.g. unterminated strings in C can have inconsistent
+   background colour when Show Whitespace is enabled.
 
 
 2008-12-03  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/filetypes.common
===================================================================
--- trunk/data/filetypes.common	2008-12-04 17:05:36 UTC (rev 3317)
+++ trunk/data/filetypes.common	2008-12-04 18:12:09 UTC (rev 3318)
@@ -51,7 +51,7 @@
 
 # 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
+white_space=0xc0c0c0;0xffffff;true;false
 
 # style of folding icons, only first and second arguments are used, valid values are:
 # first argument:  1 for boxes, 2 for circles


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