<div dir="ltr"><div>You also need to update your Lazarus version: <a href="https://github.com/graemeg/lazarus/commit/0bf882fb5b71fb3288ef5571998617fe8a5d3cd0">https://github.com/graemeg/lazarus/commit/0bf882fb5b71fb3288ef5571998617fe8a5d3cd0</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 23. Apr. 2020 um 15:22 Uhr schrieb Ryan Joseph via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On Apr 23, 2020, at 9:11 PM, Arjan Adriaanse <<a href="mailto:arjan@adriaan.se" target="_blank">arjan@adriaan.se</a>> wrote:<br>
> <br>
> The CodeToolBoss actually keeps a cache of files which are loaded at<br>
> the 'textDocument/didOpen' notification. When the user changes text at<br>
> the client side, even without saving, a 'textDocument/didChange'<br>
> notification is sent which is used to update the cache. The<br>
> CodeToolBoss seems to only use the file path as identifier, but the<br>
> contents of the files and changes are provided by the client.<br>
<br>
Excellent, I didn't see that yet.<br>
<br>
Ugh, I rebuild using trunk 3.3.1 and now get this error:<br>
<br>
/Users/ryanjoseph/Developer/lazarus/lcl/./include/custompage.inc:139:34: error: Operator is not overloaded: "Class Of TCustomTabControl" and "Boolean"<br>
<br>
I guess we need to use 3.2 and nothing else. I didn't even know 3.2 existed so I need to download it.<br>
<br>
Regards,<br>
        Ryan Joseph<br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div></div>