<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 18/07/2017 17:41, Dmitry Boyarintsev
via Lazarus wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAMpTZreDONf1uL6ryAwp6Reeyz_wGBfROQCJ_yvt6k_CQniC=g@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">On Tue, Jul 18, 2017 at 12:33 PM,
Dmitry Boyarintsev <span dir="ltr"><<a
href="mailto:skalogryz.lists@gmail.com" target="_blank"
moz-do-not-send="true">skalogryz.lists@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div class="gmail_extra"><br>
<div class="gmail_quote"><span class=""></span>So I'm
wondering is multi-caret / Internal synedit drawing
is enabled at all time.</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
In the IDE yes. It becomes active when the multi caret plugin is
added. Independent of the amount of carets used. <br>
<br>
<blockquote type="cite"
cite="mid:CAMpTZreDONf1uL6ryAwp6Reeyz_wGBfROQCJ_yvt6k_CQniC=g@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div><br>
</div>
<div>Just like Martin said - the internal painter is used.</div>
<div><br>
</div>
<div>The code of the internal caret painter sets pmNotXor
mode when drawing lines.</div>
<div>The value seems to be ignored by WS</div>
<div> <br>
</div>
</div>
</div>
</div>
</blockquote>
Yes must be WS.<br>
<br>
Tested on w32<br>
white BG => black caret<br>
black BG => white caret<br>
<br>
However since the current color for pmNotXor inverts all bits, there
is one case:<br>
If your BG is grey 7F 7F 7F, the the caret is 80 80 80. Not really
helpful.<br>
</body>
</html>