SF.net SVN: geany:[3232] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Nov 15 16:51:05 UTC 2008


Revision: 3232
          http://geany.svn.sourceforge.net/geany/?rev=3232&view=rev
Author:   eht16
Date:     2008-11-15 16:51:05 +0000 (Sat, 15 Nov 2008)

Log Message:
-----------
Change the default values for selection fore- and background colour to some sane values.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-15 15:53:40 UTC (rev 3231)
+++ trunk/ChangeLog	2008-11-15 16:51:05 UTC (rev 3232)
@@ -6,6 +6,9 @@
    Fix possible crash when using the Find in Files dialog.
    Clear previously set search indicators before when using 'Mark' in
    the Find dialog.
+ * data/filetypes.common:
+   Change the default values for selection fore- and background colour
+   to some sane values.
 
 
 2008-11-14  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/filetypes.common
===================================================================
--- trunk/data/filetypes.common	2008-11-15 15:53:40 UTC (rev 3231)
+++ trunk/data/filetypes.common	2008-11-15 16:51:05 UTC (rev 3232)
@@ -5,7 +5,7 @@
 
 # 3rd selection argument is true to override default foreground
 # 4th selection argument is true to override default background
-selection=0xc0c0c0;0x7f0000;false;false
+selection=0x000000;0xc0c0c0;false;false
 
 # style for a matching brace
 brace_good=0x0000ff;0xFFFFFF;true;false


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