From 26caa3b4c8323217172f89a3691a4584899c4699 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 1 May 2020 14:55:01 +1000 Subject: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ --- lexilla/test/examples/errorlist/AllStyles.err | 5 +++++ lexilla/test/examples/errorlist/AllStyles.err.styled | 5 +++++ lexilla/test/examples/errorlist/SciTE.properties | 1 + 3 files changed, 11 insertions(+) (limited to 'lexilla/test/examples/errorlist') 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) -- cgit v1.2.3