aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-02 23:50:08 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-12 00:39:57 +0100
commitb64652b857d3a5922c72ccc801ac77aa9cff27c0 (patch)
tree7fa77ec1b0f259c0ea36ed2db46289adf1f213a6 /doc
parenta5b8fca36a7a050edfa1c4bb9e91f7722e12f3f6 (diff)
downloadscintilla-mirror-sciteco-rel-5-5-8.tar.gz
added SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR)sciteco-rel-5-5-8
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html10
1 files changed, 10 insertions, 0 deletions
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 {
<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>