From c02f75227ef151af1b283e4436d06149e69679a7 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 27 Mar 2021 08:48:56 +1100 Subject: Add API for setting stroke width of indicators. --- doc/ScintillaHistory.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/ScintillaHistory.html') 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.
  • + Add SCI_INDICSETSTROKEWIDTH to set stroke width of indicators. +
  • +
  • Change graphics coordinates from float (32-bit) to double (64-bit). Fixes uneven line heights in large documents on Cocoa. Increases memory use. -- cgit v1.2.3