aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
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
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')
-rw-r--r--doc/ScintillaDoc.html10
-rw-r--r--doc/ScintillaHistory.html11
2 files changed, 21 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>
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b91a7e282..26333e1be 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -597,6 +597,17 @@
</table>
<h2 id="Releases">Releases</h2>
<h3>
+ <a href="https://www.scintilla.org/scintilla561.zip">Release 5.6.1</a>
+ </h3>
+ <ul>
+ <li>
+ Released 25 February 2026.
+ </li>
+ <li>
+ Add mode to draw tabs as [HT] blobs with SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR).
+ </li>
+ </ul>
+ <h3>
<a href="https://www.scintilla.org/scintilla560.zip">Release 5.6.0</a>
</h3>
<ul>