From db01b0f6df44a671f5e822c56df25b1d2c123962 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 16 Jun 2022 09:11:23 +1000 Subject: Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectional mode so note that in documentation. --- doc/ScintillaDoc.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ea85686aa..1529fc13c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4708,6 +4708,10 @@ struct Sci_TextToFindFull {

If the call succeeded SCI_GETBIDIRECTIONAL will return the same value otherwise SC_BIDIRECTIONAL_DISABLED (0) is returned.

+

Opaque selection drawing (SC_LAYER_BASE) + is not supported in bidirectional mode. + Use SC_LAYER_UNDER_TEXT or SC_LAYER_OVER_TEXT instead. +

SCI_GRABFOCUS
-- cgit v1.2.3