SF.net SVN: geany:[3962] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Jul 14 11:11:50 UTC 2009


Revision: 3962
          http://geany.svn.sourceforge.net/geany/?rev=3962&view=rev
Author:   ntrel
Date:     2009-07-14 11:11:50 +0000 (Tue, 14 Jul 2009)

Log Message:
-----------
Make Mark highlighting brighter.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-07-14 11:04:52 UTC (rev 3961)
+++ trunk/ChangeLog	2009-07-14 11:11:50 UTC (rev 3962)
@@ -6,6 +6,8 @@
    Allow autocompletion in Perl double-quoted strings.
    Don't autocomplete in Perl single-quoted strings (closes #2821061).
    Don't autocomplete in Perl q() strings.
+ * data/filetypes.common:
+   Make Mark highlighting brighter.
 
 
 2009-07-13  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/filetypes.common
===================================================================
--- trunk/data/filetypes.common	2009-07-14 11:04:52 UTC (rev 3961)
+++ trunk/data/filetypes.common	2009-07-14 11:11:50 UTC (rev 3962)
@@ -35,7 +35,7 @@
 # style for a marked search results (when using "Mark" in Search dialogs)
 # the second argument sets the background colour for the drawn rectangle
 # only the second argument is interpreted
-marker_search=0x000000;0x00007f;false;false
+marker_search=0x000000;0x00ff00;false;false
 
 # style for a marked line (e.g when using the "Toggle Marker" keybinding (Ctrl-M))
 # only the first and second argument is interpreted


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