aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-12 19:19:00 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-12 19:19:00 +1000
commit5ccbbb68203eb4cd61c165c88c7ae1132494e9a1 (patch)
tree7e674a4577f11b57ed08e31bd02935524bff34f2
parent909aec98c3efdcc2499c50a387fe4c025064ec89 (diff)
downloadscintilla-mirror-5ccbbb68203eb4cd61c165c88c7ae1132494e9a1.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 7 insertions, 0 deletions
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).
</li>
<li>
+ 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&lt;3).
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1051/">Feature #1051.</a>
+ </li>
+ <li>
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
</li>
<li>