From cb81cd27cd1b162c381db4106cb29c4c397146a8 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 5 Apr 2019 08:32:58 +1100 Subject: Backport: Feature [feature-requests:#1272]. Add API to set default fold display text. Backport of changeset 7400:9fcb52fdb307. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1a6b34f49..cce4dbdd5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -572,6 +572,11 @@
  • Avoid potential long hangs with idle styling for huge documents on Cocoa and GTK.
  • +
  • + Set default fold display text SCI_SETDEFAULTFOLDDISPLAYTEXT(text). + Feature #1272. +
  • +