aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-02-26 10:38:16 +1100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-02-26 10:38:16 +1100
commit7621fda67d13735836c6f050d1eec8c691a68292 (patch)
tree34eab20f7d23cb50cdb5bf0c973cdd955c67565b /doc/ScintillaDoc.html
parentbe966e893a6453f1f94bf13def75ef14b1a7a4b4 (diff)
downloadscintilla-mirror-7621fda67d13735836c6f050d1eec8c691a68292.tar.gz
Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).master
Allows rendering tabs (ASCII 9) with character representations like any other control character.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html10
1 files changed, 10 insertions, 0 deletions
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 {
<td>A horizontal line stretching until the tabstop.</td>
</tr>
+
+ <tr>
+ <th align="left"><code>SCTD_CONTROLCHAR</code></th>
+
+ <td>2</td>
+
+ <td>Will be drawn as a control code according to the configured
+ <a href="#CharacterRepresentations">character representation</a>
+ without any indentation.</td>
+ </tr>
</tbody>
</table>