diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-02-26 10:38:16 +1100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-02-26 10:38:16 +1100 |
| commit | 7621fda67d13735836c6f050d1eec8c691a68292 (patch) | |
| tree | 34eab20f7d23cb50cdb5bf0c973cdd955c67565b /doc/ScintillaHistory.html | |
| parent | be966e893a6453f1f94bf13def75ef14b1a7a4b4 (diff) | |
| download | scintilla-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/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 11 |
1 files changed, 11 insertions, 0 deletions
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> |
