From b64652b857d3a5922c72ccc801ac77aa9cff27c0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Nov 2025 23:50:08 +0100 Subject: added SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR) Allows rendering tabs (ASCII 9) with character representations like any other control character. This will not actually change the tab's indentation, so you may need to call SCI_SETTABWIDTH and SCI_SETTABMINIMUMWIDTH as well. --- doc/ScintillaDoc.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index deae30251..3e8a15342 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2884,6 +2884,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