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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/ScintillaDoc.html') 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. + -- cgit v1.2.3