Branch: refs/heads/master Author: Lex Trotman elextr@gmail.com Committer: Lex Trotman elextr@gmail.com Date: Sat, 02 Jun 2012 06:09:16 Commit: 928b847c1e427f25f56d1715d18a0d1d30ab4f59 https://github.com/geany/geany/commit/928b847c1e427f25f56d1715d18a0d1d30ab4f...
Log Message: ----------- Force selection to change when Default or Alt colourscheme chosen
The selection foreground and background are not changed unless the respective 3rd or 4th field is true (see highlighting.c:790).
Modified Paths: -------------- data/colorschemes/alt.conf data/filetypes.common
Modified: data/colorschemes/alt.conf 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -13,7 +13,7 @@ error=0xffffff;0xff0000 # Editor styles #-------------------------------------------------------------------------------
-selection=0x000000;0xc0c0c0;false;false +selection=0x000000;0xc0c0c0;false;true current_line=0x000000;0xf0f0f0;true brace_good=0x0000ff;0xFFFFFF;true;false brace_bad=0xff0000;0xFFFFFF;true;false
Modified: data/filetypes.common 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -103,7 +103,7 @@ whitespace_chars=\s\t!"#$%&'()*+,-./:;<=>?@[\]^`{|}~ default=0x000000;0xffffff;false;false error=0xff0000;0xBFBFBF;false;italic
-selection=0x000000;0xc0c0c0;false;false +selection=0x000000;0xc0c0c0;true;true current_line=0x000000;0xf0f0f0;true; brace_good=0x0000ff;0xFFFFFF;true;false brace_bad=0xff0000;0xFFFFFF;true;false
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).