From 0dc85c15010480e078766065a7bb61883fb44132 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 3 Mar 2016 17:54:08 +0100 Subject: CPP: Add support for folding on `(` and `)` Feature [feature-requests:#1138]. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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.
  • + The C++ folder folds code on '(' and ')' to allow multi-line calls to be folded. + Feature #1138. +
  • +
  • For the HTML lexer, limit the extent of Mako line comments to finish before the line end characters.
  • -- cgit v1.2.3