SF.net SVN: geany: [982] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu Nov 9 19:02:31 UTC 2006
Revision: 982
http://svn.sourceforge.net/geany/?rev=982&view=rev
Author: eht16
Date: 2006-11-09 11:02:18 -0800 (Thu, 09 Nov 2006)
Log Message:
-----------
Changed commentdoc(used for javadoc and Doxygen, /** */) colour to a light blue.
Modified Paths:
--------------
trunk/data/filetypes.c
trunk/data/filetypes.cpp
trunk/data/filetypes.d
trunk/data/filetypes.ferite
trunk/data/filetypes.java
trunk/data/filetypes.pascal
trunk/data/filetypes.sql
trunk/data/filetypes.xml
trunk/src/highlighting.c
Modified: trunk/data/filetypes.c
===================================================================
--- trunk/data/filetypes.c 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.c 2006-11-09 19:02:18 UTC (rev 982)
@@ -4,7 +4,7 @@
default=0x000000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
-commentdoc=0xd00000;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x00007f;0xffffff;true;false
word2=0x991111;0xffffff;true;false
@@ -17,8 +17,8 @@
stringeol=0x000000;0xe0c0e0;false;false
verbatim=0x101030;0xffffff;false;false
regex=0x105090;0xffffff;false;false
-commentlinedoc=0xd00000;0xffffff;true;false
-commentdockeyword=0xd00000;0xffffff;true;true
+commentlinedoc=0x3f5fbf;0xffffff;true;false
+commentdockeyword=0x3f5fbf;0xffffff;true;true
globalclass=0x0000d0;0xffffff;true;false
# whether arguments of preprocessor commands should be styled (only first argument is used)
# 1 to enable, 0 to disable
Modified: trunk/data/filetypes.cpp
===================================================================
--- trunk/data/filetypes.cpp 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.cpp 2006-11-09 19:02:18 UTC (rev 982)
@@ -4,7 +4,7 @@
default=0x000000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
-commentdoc=0xd00000;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x00007f;0xffffff;true;false
word2=0x991111;0xffffff;true;false
@@ -17,8 +17,8 @@
stringeol=0x000000;0xe0c0e0;false;false
verbatim=0x101030;0xffffff;false;false
regex=0x105090;0xffffff;false;false
-commentlinedoc=0xd00000;0xffffff;true;false
-commentdockeyword=0xd00000;0xffffff;true;true
+commentlinedoc=0x3f5fbf;0xffffff;true;false
+commentdockeyword=0x3f5fbf;0xffffff;true;true
globalclass=0x0000d0;0xffffff;true;false
# whether arguments of preprocessor commands should be styled (only first argument is used)
# 1 to enable, 0 to disable
Modified: trunk/data/filetypes.d
===================================================================
--- trunk/data/filetypes.d 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.d 2006-11-09 19:02:18 UTC (rev 982)
@@ -4,7 +4,7 @@
default=0x000000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
-commentdoc=0xd00000;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x111199;0xffffff;true;false
word2=0x7f0000;0xffffff;true;false
@@ -17,8 +17,8 @@
stringeol=0x000000;0xe0c0e0;false;false
verbatim=0x301010;0xffffff;false;false
regex=0x105090;0xffffff;false;false
-commentlinedoc=0xd00000;0xffffff;true;false
-commentdockeyword=0xd00000;0xffffff;true;true
+commentlinedoc=0x3f5fbf;0xffffff;true;false
+commentdockeyword=0x3f5fbf;0xffffff;true;true
globalclass=0x0000d0;0xffffff;true;false
# whether arguments of preprocessor commands should be styled (only first argument is used)
# 1 to enable, 0 to disable
Modified: trunk/data/filetypes.ferite
===================================================================
--- trunk/data/filetypes.ferite 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.ferite 2006-11-09 19:02:18 UTC (rev 982)
@@ -4,7 +4,7 @@
default=0x000000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
-commentdoc=0xd00000;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x00007f;0xffffff;true;false
word2=0x991111;0xffffff;true;false
@@ -17,8 +17,8 @@
stringeol=0x000000;0xe0c0e0;false;false
verbatim=0x101030;0xffffff;false;false
regex=0x105090;0xffffff;false;false
-commentlinedoc=0xd00000;0xffffff;true;false
-commentdockeyword=0xd00000;0xffffff;true;true
+commentlinedoc=0x3f5fbf;0xffffff;true;false
+commentdockeyword=0x3f5fbf;0xffffff;true;true
globalclass=0x0000d0;0xffffff;true;false
[keywords]
Modified: trunk/data/filetypes.java
===================================================================
--- trunk/data/filetypes.java 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.java 2006-11-09 19:02:18 UTC (rev 982)
@@ -4,7 +4,7 @@
default=0x000000;0xffffff;false;false
comment=0xd00000;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
-commentdoc=0xd00000;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
number=0x007f00;0xffffff;false;false
word=0x00007f;0xffffff;true;false
word2=0x991111;0xffffff;true;false
@@ -17,8 +17,8 @@
stringeol=0x000000;0xe0c0e0;false;false
verbatim=0x101030;0xffffff;false;false
regex=0x105090;0xffffff;false;false
-commentlinedoc=0xd00000;0xffffff;true;false
-commentdockeyword=0xd00000;0xffffff;true;true
+commentlinedoc=0x3f5fbf;0xffffff;true;false
+commentdockeyword=0x3f5fbf;0xffffff;true;true
globalclass=0x0000d0;0xffffff;true;false
[keywords]
Modified: trunk/data/filetypes.pascal
===================================================================
--- trunk/data/filetypes.pascal 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.pascal 2006-11-09 19:02:18 UTC (rev 982)
@@ -12,7 +12,7 @@
identifier=0x000000;0xffffff;false;false
regex=0x1b6313;0xffffff;false;false
commentline=0xd00000;0xffffff;false;false
-commentdoc=0xd00000;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
[keywords]
primary=absolute and array asm begin break case const constructor continue destructor div do downto dynamic else end end. file for function goto if implementation in inherited inline interface label message mod nil not object of on operator or overload outpacked procedure program record reintroduce repeat self set shl shr string then to type unit until uses var while with xor as class except exports finalization finally initialization is library on property raise threadvar try dispose exit false new true absolute abstract alias assembler cdecl cppdecl default export external far far16 forward index name near oldfpccall override pascal private protected public published read register safecall softfloat stdcall virtual write
Modified: trunk/data/filetypes.sql
===================================================================
--- trunk/data/filetypes.sql 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.sql 2006-11-09 19:02:18 UTC (rev 982)
@@ -4,7 +4,7 @@
default=0x000000;0xffffff;false;false
comment=0x808080;0xffffff;false;false
commentline=0x808080;0xffffff;false;false
-commentdoc=0x808080;0xffffff;false;false
+commentdoc=0x3f5fbf;0xffffff;false;false
number=0x7f7f00;0xffffff;false;false
word=0x001a7f;0xffffff;true;false
word2=0x7f0000;0xffffff;true;false
Modified: trunk/data/filetypes.xml
===================================================================
--- trunk/data/filetypes.xml 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/data/filetypes.xml 2006-11-09 19:02:18 UTC (rev 982)
@@ -56,7 +56,7 @@
jscript_default=0x000000;0xffffff;false;false
jscript_comment=0x222222;0xffffff;false;false
jscript_commentline=0x808080;0xffffff;false;false
-jscript_commentdoc=0x808080;0xffffff;false;false
+jscript_commentdoc=0x3f5fbf;0xffffff;false;false
jscript_number=0x006060;0xffffff;false;false
jscript_word=0x0000ff;0xffffff;false;false
jscript_keyword=0x501000;0xffffff;false;false
Modified: trunk/src/highlighting.c
===================================================================
--- trunk/src/highlighting.c 2006-11-09 18:20:38 UTC (rev 981)
+++ trunk/src/highlighting.c 2006-11-09 19:02:18 UTC (rev 982)
@@ -567,7 +567,7 @@
// Geany generic styles, initialized to defaults
Style gsd_default = {0x000000, 0xffffff, FALSE, FALSE};
Style gsd_comment = {0xd00000, 0xffffff, FALSE, FALSE};
-Style gsd_comment_doc = {0xd00000, 0xffffff, TRUE, FALSE};
+Style gsd_comment_doc = {0x3f5fbf, 0xffffff, TRUE, FALSE};
Style gsd_number = {0x007f00, 0xffffff, FALSE, FALSE};
Style gsd_reserved_word = {0x111199, 0xffffff, TRUE, FALSE};
Style gsd_system_word = {0x7f0000, 0xffffff, TRUE, FALSE};
@@ -1141,7 +1141,7 @@
get_keyfile_hex(config, config_home, "styling", "jscript_default", "0x000000", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[44]);
get_keyfile_hex(config, config_home, "styling", "jscript_comment", "0x222222", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[45]);
get_keyfile_hex(config, config_home, "styling", "jscript_commentline", "0x808080", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[46]);
- get_keyfile_hex(config, config_home, "styling", "jscript_commentdoc", "0x808080", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[47]);
+ get_keyfile_hex(config, config_home, "styling", "jscript_commentdoc", "0x3f5fbf", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[47]);
get_keyfile_hex(config, config_home, "styling", "jscript_number", "0x006060", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[48]);
get_keyfile_hex(config, config_home, "styling", "jscript_word", "0x0000ff", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[49]);
get_keyfile_hex(config, config_home, "styling", "jscript_keyword", "0x501010", "0xffffff", "false", &style_sets[GEANY_FILETYPES_XML].styling[50]);
@@ -2256,7 +2256,7 @@
get_keyfile_hex(config, config_home, "styling", "default", "0x000000", "0xffffff", "false", &style_sets[GEANY_FILETYPES_SQL].styling[0]);
get_keyfile_hex(config, config_home, "styling", "comment", "0x808080", "0xffffff", "false", &style_sets[GEANY_FILETYPES_SQL].styling[1]);
get_keyfile_hex(config, config_home, "styling", "commentline", "0x808080", "0xffffff", "false", &style_sets[GEANY_FILETYPES_SQL].styling[2]);
- get_keyfile_hex(config, config_home, "styling", "commentdoc", "0x808080", "0xffffff", "false", &style_sets[GEANY_FILETYPES_SQL].styling[3]);
+ get_keyfile_hex(config, config_home, "styling", "commentdoc", "0x3f5fbf", "0xffffff", "false", &style_sets[GEANY_FILETYPES_SQL].styling[3]);
get_keyfile_hex(config, config_home, "styling", "number", "0x7f7f00", "0xffffff", "false", &style_sets[GEANY_FILETYPES_SQL].styling[4]);
get_keyfile_hex(config, config_home, "styling", "word", "0x001a7f", "0xffffff", "true", &style_sets[GEANY_FILETYPES_SQL].styling[5]);
get_keyfile_hex(config, config_home, "styling", "word2", "0x7f0000", "0xffffff", "true", &style_sets[GEANY_FILETYPES_SQL].styling[6]);
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