diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-27 08:48:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-27 08:48:56 +1100 |
commit | c02f75227ef151af1b283e4436d06149e69679a7 (patch) | |
tree | 8a29be357829e31eeaeca18d5bd9e6b618d70c34 /doc/ScintillaHistory.html | |
parent | ec5b61c78f47269ba7f3015e31133e17e5de8fda (diff) | |
download | scintilla-mirror-c02f75227ef151af1b283e4436d06149e69679a7.tar.gz |
Add API for setting stroke width of indicators.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b63a6c69a..47f16e0ce 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -597,6 +597,9 @@ Add colouralpha type to Scintilla.iface for APIs that set both colour and transparency together as an RGBA value. </li> <li> + Add SCI_INDICSETSTROKEWIDTH to set stroke width of indicators. + </li> + <li> Change graphics coordinates from float (32-bit) to double (64-bit). Fixes uneven line heights in large documents on Cocoa. Increases memory use. |