diff options
author | Zufu Liu <unknown> | 2019-02-08 08:01:05 +1100 |
---|---|---|
committer | Zufu Liu <unknown> | 2019-02-08 08:01:05 +1100 |
commit | a760eda7a7ebdf20870dfe10f9761ffc7397c861 (patch) | |
tree | bb93c2cee8d2d7d741a17333df7e5edbfc7c1a11 | |
parent | 1469ac92b931c4e43046964116fcc4a0ae73100c (diff) | |
download | scintilla-mirror-a760eda7a7ebdf20870dfe10f9761ffc7397c861.tar.gz |
SciTE history.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
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. |