diff options
author | Neil <nyamatongwe@gmail.com> | 2022-06-16 09:11:23 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-06-16 09:11:23 +1000 |
commit | db01b0f6df44a671f5e822c56df25b1d2c123962 (patch) | |
tree | d3865d7b115a4700d9e27bc2e6385daa5690c133 | |
parent | 336e893d28d6ba1dadf02133533d362b3d4dfdd4 (diff) | |
download | scintilla-mirror-db01b0f6df44a671f5e822c56df25b1d2c123962.tar.gz |
Bug [#2336] Drawing selection on SC_LAYER_BASE is not supported in bidirectional
mode so note that in documentation.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 { <p>If the call succeeded <code>SCI_GETBIDIRECTIONAL</code> will return the same value otherwise <code>SC_BIDIRECTIONAL_DISABLED</code> (0) is returned. </p> + <p>Opaque selection drawing (<a class="seealso" href="#SCI_SETSELECTIONLAYER">SC_LAYER_BASE</a>) + is not supported in bidirectional mode. + Use <code>SC_LAYER_UNDER_TEXT</code> or <code>SC_LAYER_OVER_TEXT</code> instead. + </p> </div> <p><b id="SCI_GRABFOCUS">SCI_GRABFOCUS</b><br /> |