From cc7a97b5aebb0eaa7b80b4544b5ffb8dddfb7e03 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 May 2014 19:19:00 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 42323d66f..88029ec52 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -479,6 +479,13 @@ SC_FOLDFLAG_LINESTATE (128).
  • + C++ lexer understands more preprocessor statements. #if defined SYMBOL is understood. + Some macros with arguments can be understood and these may be predefined in keyword set 4 + (keywords5 for SciTE) + with syntax similar to CHECKVERSION(x)=(x<3). + Feature #1051. +
  • +
  • C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
  • -- cgit v1.2.3