aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-06-16 09:11:23 +1000
committerNeil <nyamatongwe@gmail.com>2022-06-16 09:11:23 +1000
commitdb01b0f6df44a671f5e822c56df25b1d2c123962 (patch)
treed3865d7b115a4700d9e27bc2e6385daa5690c133
parent336e893d28d6ba1dadf02133533d362b3d4dfdd4 (diff)
downloadscintilla-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.html4
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 />