SF.net SVN: geany:[5384] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Nov 8 13:27:32 UTC 2010


Revision: 5384
          http://geany.svn.sourceforge.net/geany/?rev=5384&view=rev
Author:   ntrel
Date:     2010-11-08 13:27:32 +0000 (Mon, 08 Nov 2010)

Log Message:
-----------
Rename word/word2 named styles to keyword/keyword2.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/colorschemes/alt.conf
    trunk/data/filetypes.Genie.conf
    trunk/data/filetypes.actionscript
    trunk/data/filetypes.c
    trunk/data/filetypes.common
    trunk/data/filetypes.cpp
    trunk/data/filetypes.cs
    trunk/data/filetypes.d
    trunk/data/filetypes.erlang
    trunk/data/filetypes.ferite
    trunk/data/filetypes.glsl
    trunk/data/filetypes.haxe
    trunk/data/filetypes.java
    trunk/data/filetypes.javascript
    trunk/data/filetypes.lisp
    trunk/data/filetypes.python
    trunk/data/filetypes.vala
    trunk/data/filetypes.verilog

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/ChangeLog	2010-11-08 13:27:32 UTC (rev 5384)
@@ -10,6 +10,8 @@
    submenu 'More'.
    Separate main menu insertion comments depending on number of times
    used in a document.
+ * data/filetypes.*, data/colorschemes/alt.conf:
+   Rename word/word2 named styles to keyword/keyword2.
 
 
 2010-11-06  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/data/colorschemes/alt.conf
===================================================================
--- trunk/data/colorschemes/alt.conf	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/colorschemes/alt.conf	2010-11-08 13:27:32 UTC (rev 5384)
@@ -7,8 +7,8 @@
 comment=0x808080
 commentdoc=0x404000
 number=0x400080
-word=0x600080;;true
-word2=0x9f0200;;true
+keyword=0x600080;;true
+keyword2=0x9f0200;;true
 string=0x008000
 preprocessor=0x808000
 operator=0x300080

Modified: trunk/data/filetypes.Genie.conf
===================================================================
--- trunk/data/filetypes.Genie.conf	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.Genie.conf	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.actionscript
===================================================================
--- trunk/data/filetypes.actionscript	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.actionscript	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.c
===================================================================
--- trunk/data/filetypes.c	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.c	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.common
===================================================================
--- trunk/data/filetypes.common	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.common	2010-11-08 13:27:32 UTC (rev 5384)
@@ -108,9 +108,9 @@
 commentdoc=0x3f5fbf
 number=0x007f00
 # keyword
-word=0x00007f;;true;false
+keyword=0x00007f;;true;false
 # usually type keywords and library type names
-word2=0x991111;;true;false
+keyword2=0x991111;;true;false
 string=0xff901e
 preprocessor=0x007f7f
 operator=0x301010

Modified: trunk/data/filetypes.cpp
===================================================================
--- trunk/data/filetypes.cpp	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.cpp	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.cs
===================================================================
--- trunk/data/filetypes.cs	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.cs	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.d
===================================================================
--- trunk/data/filetypes.d	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.d	2010-11-08 13:27:32 UTC (rev 5384)
@@ -7,9 +7,9 @@
 commentdoc=commentdoc
 commentdocnested=commentdoc
 number=number
-word=word
-word2=word2
-word3=word2
+word=keyword
+word2=keyword2
+word3=keyword2
 typedef=type
 string=string
 stringeol=stringeol

Modified: trunk/data/filetypes.erlang
===================================================================
--- trunk/data/filetypes.erlang	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.erlang	2010-11-08 13:27:32 UTC (rev 5384)
@@ -4,7 +4,7 @@
 comment=comment
 variable=default
 number=number
-keyword=word
+keyword=keyword
 string=string
 operator=operator
 atom=default
@@ -22,7 +22,7 @@
 macro_quoted=default
 record_quoted=default
 node_name_quoted=default
-bifs=word2
+bifs=keyword2
 modules=default
 modules_att=preprocessor
 unknown=default

Modified: trunk/data/filetypes.ferite
===================================================================
--- trunk/data/filetypes.ferite	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.ferite	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.glsl
===================================================================
--- trunk/data/filetypes.glsl	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.glsl	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.haxe
===================================================================
--- trunk/data/filetypes.haxe	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.haxe	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.java
===================================================================
--- trunk/data/filetypes.java	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.java	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.javascript
===================================================================
--- trunk/data/filetypes.javascript	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.javascript	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.lisp
===================================================================
--- trunk/data/filetypes.lisp	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.lisp	2010-11-08 13:27:32 UTC (rev 5384)
@@ -7,15 +7,15 @@
 number=number
 keyword=0x0071FD;;true;false
 special_keyword=0x0071FD;;true;false
-symbol=word2
+symbol=keyword2
 string=string
 stringeol=stringeol
 identifier=default
 operator=default
-special=word
+special=keyword
 character=default
-macro=word2
-macrodispatch=word2
+macro=keyword2
+macrodispatch=keyword2
 
 [keywords]
 # all items must be in one line

Modified: trunk/data/filetypes.python
===================================================================
--- trunk/data/filetypes.python	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.python	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,7 +6,7 @@
 number=number
 string=string
 character=string
-word=word
+word=keyword
 triple=string
 tripledouble=commentdoc
 classname=type,bold

Modified: trunk/data/filetypes.vala
===================================================================
--- trunk/data/filetypes.vala	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.vala	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 commentline=comment
 commentdoc=commentdoc
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 string=string
 character=string
 uuid=extra

Modified: trunk/data/filetypes.verilog
===================================================================
--- trunk/data/filetypes.verilog	2010-11-08 13:13:33 UTC (rev 5383)
+++ trunk/data/filetypes.verilog	2010-11-08 13:27:32 UTC (rev 5384)
@@ -6,8 +6,8 @@
 comment_line=comment
 comment_line_bang=comment
 number=number
-word=word
-word2=word2
+word=keyword
+word2=keyword2
 word3=0x5ea01f;;true
 string=string
 preprocessor=preprocessor


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