aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
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>