SF.net SVN: geany:[5444] branches/unstable
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Nov 28 15:27:43 UTC 2010
Revision: 5444
http://geany.svn.sourceforge.net/geany/?rev=5444&view=rev
Author: eht16
Date: 2010-11-28 15:27:43 +0000 (Sun, 28 Nov 2010)
Log Message:
-----------
Disable preprocessor #define tracking for the CPP lexer (enabled by default in Scintilla).
Modified Paths:
--------------
branches/unstable/ChangeLog
branches/unstable/data/filetypes.c
branches/unstable/data/filetypes.cpp
branches/unstable/data/filetypes.cs
branches/unstable/data/filetypes.glsl
branches/unstable/data/filetypes.vala
Modified: branches/unstable/ChangeLog
===================================================================
--- branches/unstable/ChangeLog 2010-11-24 23:38:29 UTC (rev 5443)
+++ branches/unstable/ChangeLog 2010-11-28 15:27:43 UTC (rev 5444)
@@ -1,3 +1,11 @@
+2010-11-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * data/filetypes.cpp, data/filetypes.vala, data/filetypes.glsl,
+ data/filetypes.cs, data/filetypes.c:
+ Disable preprocessor #define tracking for the CPP lexer
+ (enabled by default in Scintilla).
+
+
2010-11-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* scintilla/*:
Modified: branches/unstable/data/filetypes.c
===================================================================
--- branches/unstable/data/filetypes.c 2010-11-24 23:38:29 UTC (rev 5443)
+++ branches/unstable/data/filetypes.c 2010-11-28 15:27:43 UTC (rev 5444)
@@ -33,6 +33,7 @@
[lexer_properties]
styling.within.preprocessor=1
+lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
preprocessor.middle.$(file.patterns.cpp)=else elif
Modified: branches/unstable/data/filetypes.cpp
===================================================================
--- branches/unstable/data/filetypes.cpp 2010-11-24 23:38:29 UTC (rev 5443)
+++ branches/unstable/data/filetypes.cpp 2010-11-28 15:27:43 UTC (rev 5444)
@@ -33,6 +33,7 @@
[lexer_properties]
styling.within.preprocessor=1
+lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
preprocessor.middle.$(file.patterns.cpp)=else elif
Modified: branches/unstable/data/filetypes.cs
===================================================================
--- branches/unstable/data/filetypes.cs 2010-11-24 23:38:29 UTC (rev 5443)
+++ branches/unstable/data/filetypes.cs 2010-11-28 15:27:43 UTC (rev 5444)
@@ -33,6 +33,7 @@
[lexer_properties]
styling.within.preprocessor=1
+lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if
preprocessor.middle.$(file.patterns.cpp)=else elif
Modified: branches/unstable/data/filetypes.glsl
===================================================================
--- branches/unstable/data/filetypes.glsl 2010-11-24 23:38:29 UTC (rev 5443)
+++ branches/unstable/data/filetypes.glsl 2010-11-28 15:27:43 UTC (rev 5444)
@@ -36,6 +36,7 @@
[lexer_properties]
styling.within.preprocessor=1
+lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
preprocessor.middle.$(file.patterns.cpp)=else elif
Modified: branches/unstable/data/filetypes.vala
===================================================================
--- branches/unstable/data/filetypes.vala 2010-11-24 23:38:29 UTC (rev 5443)
+++ branches/unstable/data/filetypes.vala 2010-11-28 15:27:43 UTC (rev 5444)
@@ -33,6 +33,7 @@
[lexer_properties]
styling.within.preprocessor=1
+lexer.cpp.track.preprocessor=0
preprocessor.symbol.$(file.patterns.cpp)=#
preprocessor.start.$(file.patterns.cpp)=if
preprocessor.middle.$(file.patterns.cpp)=else elif
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