aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-01 14:55:01 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-01 14:55:01 +1000
commit26caa3b4c8323217172f89a3691a4584899c4699 (patch)
tree1279b70b7221f195bf4e5ac78638d5a6f5308641 /lexilla/test
parentf6a33872830003d16776176da7a7526baaf2d06f (diff)
downloadscintilla-mirror-26caa3b4c8323217172f89a3691a4584899c4699.tar.gz
Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
73 | GTimeVal last_popdown; | ^~~~~~~~~~~~
Diffstat (limited to 'lexilla/test')
-rw-r--r--lexilla/test/examples/errorlist/AllStyles.err5
-rw-r--r--lexilla/test/examples/errorlist/AllStyles.err.styled5
-rw-r--r--lexilla/test/examples/errorlist/SciTE.properties1
3 files changed, 11 insertions, 0 deletions
diff --git a/lexilla/test/examples/errorlist/AllStyles.err b/lexilla/test/examples/errorlist/AllStyles.err
index b00a90c6e..b0c8046c2 100644
--- a/lexilla/test/examples/errorlist/AllStyles.err
+++ b/lexilla/test/examples/errorlist/AllStyles.err
@@ -86,6 +86,11 @@ GCC Include Path 22
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
+GCC Pointer 25
+ 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
+ | ^
+
+
Escape Sequence 23

diff --git a/lexilla/test/examples/errorlist/AllStyles.err.styled b/lexilla/test/examples/errorlist/AllStyles.err.styled
index b7f89dc02..fe89ef6bc 100644
--- a/lexilla/test/examples/errorlist/AllStyles.err.styled
+++ b/lexilla/test/examples/errorlist/AllStyles.err.styled
@@ -86,6 +86,11 @@ GCC Include Path 22
{22}In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
{0}
+GCC Pointer 25
+{25} 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
+ | ^
+{0}
+
Escape Sequence 23
{23}{0}
diff --git a/lexilla/test/examples/errorlist/SciTE.properties b/lexilla/test/examples/errorlist/SciTE.properties
index 4410986f0..f9e4a20d3 100644
--- a/lexilla/test/examples/errorlist/SciTE.properties
+++ b/lexilla/test/examples/errorlist/SciTE.properties
@@ -2,3 +2,4 @@ lexer.*.err=errorlist
lexer.errorlist.value.separate=1
lexer.errorlist.escape.sequences=1
style.errorlist.23=fore:#000000,back:#FFFFFF,$(error.background)
+style.errorlist.25=fore:#CF008F,$(font.monospace.small)