aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-02-08 08:01:05 +1100
committerZufu Liu <unknown>2019-02-08 08:01:05 +1100
commita760eda7a7ebdf20870dfe10f9761ffc7397c861 (patch)
treebb93c2cee8d2d7d741a17333df7e5edbfc7c1a11
parent1469ac92b931c4e43046964116fcc4a0ae73100c (diff)
downloadscintilla-mirror-a760eda7a7ebdf20870dfe10f9761ffc7397c861.tar.gz
SciTE history.
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1ca0150bf..f6e82f658 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -568,6 +568,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1217/">Feature #1217</a>.
</li>
<li>
+ SciTE supports changing caret style via caret.style property.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1264/">Feature #1624</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.