From 7621fda67d13735836c6f050d1eec8c691a68292 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 26 Feb 2026 10:38:16 +1100 Subject: Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR). Allows rendering tabs (ASCII 9) with character representations like any other control character. --- doc/ScintillaDoc.html | 10 ++++++++++ doc/ScintillaHistory.html | 11 +++++++++++ 2 files changed, 21 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index d432043f6..3189a001a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2890,6 +2890,16 @@ struct Sci_TextToFindFull { A horizontal line stretching until the tabstop. + + + SCTD_CONTROLCHAR + + 2 + + Will be drawn as a control code according to the configured + character representation + without any indentation. + diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b91a7e282..26333e1be 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -596,6 +596,17 @@

Releases

+

+ Release 5.6.1 +

+

Release 5.6.0

-- cgit v1.2.3