diff options
author | Neil <nyamatongwe@gmail.com> | 2019-01-05 08:52:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-01-05 08:52:28 +1100 |
commit | 103d6796be9173e35c9ace763a2e3ad01f051d90 (patch) | |
tree | 211a9be08d6632c85d021b1dbb65d97f113e2048 /doc/ScintillaHistory.html | |
parent | 22da8497568c5bdf273e9fcbe83dd47b2802b43b (diff) | |
download | scintilla-mirror-103d6796be9173e35c9ace763a2e3ad01f051d90.tar.gz |
Recognize negative line numbers in GCC-format messages.
Cppcheck shows some whole-file errors as line -1.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 51a438682..bf58633c6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -566,6 +566,11 @@ <li> Updated case conversion and character categories to Unicode 11. </li> + <li> + Errorlist lexer recognizes negative line numbers as some programs show whole-file + errors occurring on line -1. + SciTE's parsing of diagnostics also updated to handle this case. + </li> <li> Added "nim" lexer (SCLEX_NIM) for the Nim language which was previously called Nimrod. For compatibility, the old "nimrod" lexer is still present but is deprecated and will be removed at the |