SF.net SVN: geany:[5344] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Oct 29 15:09:21 UTC 2010


Revision: 5344
          http://geany.svn.sourceforge.net/geany/?rev=5344&view=rev
Author:   ntrel
Date:     2010-10-29 15:09:21 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
Add named style 'extra', use for C-like filetypes.

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.ferite
    trunk/data/filetypes.glsl
    trunk/data/filetypes.haxe
    trunk/data/filetypes.java
    trunk/data/filetypes.javascript
    trunk/data/filetypes.vala

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/ChangeLog	2010-10-29 15:09:21 UTC (rev 5344)
@@ -5,6 +5,13 @@
    testing.
  * src/editor.c:
    Fix not autocompleting when breaking lines.
+ * data/filetypes.java, data/filetypes.cpp, data/filetypes.vala,
+   data/colorschemes/alt.conf, data/filetypes.haxe,
+   data/filetypes.common, data/filetypes.glsl,
+   data/filetypes.actionscript, data/filetypes.cs,
+   data/filetypes.ferite, data/filetypes.c, data/filetypes.javascript,
+   data/filetypes.Genie.conf:
+   Add named style 'extra', use for C-like filetypes.
 
 
 2010-10-28  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/colorschemes/alt.conf
===================================================================
--- trunk/data/colorschemes/alt.conf	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/colorschemes/alt.conf	2010-10-29 15:09:21 UTC (rev 5344)
@@ -16,6 +16,7 @@
 # this is a bit dim, may want to change
 type=0x003030;;true
 function=0x000080
+extra=0x404080
 
 
 

Modified: trunk/data/filetypes.Genie.conf
===================================================================
--- trunk/data/filetypes.Genie.conf	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.Genie.conf	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.actionscript
===================================================================
--- trunk/data/filetypes.actionscript	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.actionscript	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.c
===================================================================
--- trunk/data/filetypes.c	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.c	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.common
===================================================================
--- trunk/data/filetypes.common	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.common	2010-10-29 15:09:21 UTC (rev 5344)
@@ -120,4 +120,5 @@
 type=0x0000d0;;true;false
 # user function names
 function=0x000080
+extra=0x404080
 

Modified: trunk/data/filetypes.cpp
===================================================================
--- trunk/data/filetypes.cpp	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.cpp	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.cs
===================================================================
--- trunk/data/filetypes.cs	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.cs	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.ferite
===================================================================
--- trunk/data/filetypes.ferite	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.ferite	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.glsl
===================================================================
--- trunk/data/filetypes.glsl	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.glsl	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.haxe
===================================================================
--- trunk/data/filetypes.haxe	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.haxe	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.java
===================================================================
--- trunk/data/filetypes.java	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.java	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.javascript
===================================================================
--- trunk/data/filetypes.javascript	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.javascript	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc

Modified: trunk/data/filetypes.vala
===================================================================
--- trunk/data/filetypes.vala	2010-10-29 15:00:42 UTC (rev 5343)
+++ trunk/data/filetypes.vala	2010-10-29 15:09:21 UTC (rev 5344)
@@ -10,15 +10,15 @@
 word2=word2
 string=string
 character=string
-uuid=0x404080
+uuid=extra
 preprocessor=preprocessor
 operator=operator
 identifier=default
 stringeol=stringeol
 # @"verbatim"
-verbatim=0x101030
+verbatim=extra
 # (/regex/)
-regex=0x105090
+regex=extra
 commentlinedoc=commentdoc,bold
 commentdockeyword=commentdoc,bold,italic
 commentdockeyworderror=commentdoc


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