diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-27 09:40:14 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-27 09:40:14 +1100 |
commit | e056a167c96e226dc7487f5df2263d17a4dec399 (patch) | |
tree | 279cd95e5fc1ad075a4b07cd39166a6c887ed913 /doc/ScintillaHistory.html | |
parent | c02f75227ef151af1b283e4436d06149e69679a7 (diff) | |
download | scintilla-mirror-e056a167c96e226dc7487f5df2263d17a4dec399.tar.gz |
Add APIs for setting translucency and stroke width of markers.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 47f16e0ce..614866e30 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -600,6 +600,11 @@ Add SCI_INDICSETSTROKEWIDTH to set stroke width of indicators. </li> <li> + Add methods to set translucency and stroke width of markers. + SCI_MARKERSETFORETRANSLUCENT, SCI_MARKERSETBACKTRANSLUCENT, + SCI_MARKERSETBACKSELECTEDTRANSLUCENT, SCI_MARKERSETSTROKEWIDTH. + </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. |