diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 b3b417d19..4b73b1d18 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -505,6 +505,10 @@ SciTE allows setting the autocompletion type separator character. </li> <li> + The C++ folder folds code on '(' and ')' to allow multi-line calls to be folded. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1138/">Feature #1138.</a> + </li> + <li> For the HTML lexer, limit the extent of Mako line comments to finish before the line end characters. </li> |