aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorJed Altahan <unknown>2019-02-28 08:37:18 +1100
committerJed Altahan <unknown>2019-02-28 08:37:18 +1100
commitf7131a9f5466bf4c83358a2c0a8f6196433e6d03 (patch)
treec02ab09b6acacc23d2539ce8b80935c07ac50e16 /doc/ScintillaHistory.html
parentfa4c12144f48e55d2429913a75f884ca91a194c8 (diff)
downloadscintilla-mirror-f7131a9f5466bf4c83358a2c0a8f6196433e6d03.tar.gz
Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 2ffc6d613..f02c79503 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -572,6 +572,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1264/">Feature #1624</a>.
</li>
<li>
+ Lexer added for .NET's Common Intermediate Language CIL.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1265/">Feature #1265</a>.
+ </li>
+ <li>
The C++ lexer, with styling.within.preprocessor on, now interprets "(" in preprocessor "#if("
as an operator instead of part of the directive. This improves folding as well which could become
unbalanced.