[fpc-pascal] Pascal Language Server
Nico Neumann
n.neumann93 at gmail.com
Thu Apr 23 16:42:04 CEST 2020
You also need to update your Lazarus version:
https://github.com/graemeg/lazarus/commit/0bf882fb5b71fb3288ef5571998617fe8a5d3cd0
Am Do., 23. Apr. 2020 um 15:22 Uhr schrieb Ryan Joseph via fpc-pascal <
fpc-pascal at lists.freepascal.org>:
>
>
> > On Apr 23, 2020, at 9:11 PM, Arjan Adriaanse <arjan at adriaan.se> wrote:
> >
> > The CodeToolBoss actually keeps a cache of files which are loaded at
> > the 'textDocument/didOpen' notification. When the user changes text at
> > the client side, even without saving, a 'textDocument/didChange'
> > notification is sent which is used to update the cache. The
> > CodeToolBoss seems to only use the file path as identifier, but the
> > contents of the files and changes are provided by the client.
>
> Excellent, I didn't see that yet.
>
> Ugh, I rebuild using trunk 3.3.1 and now get this error:
>
> /Users/ryanjoseph/Developer/lazarus/lcl/./include/custompage.inc:139:34:
> error: Operator is not overloaded: "Class Of TCustomTabControl" and
> "Boolean"
>
> 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.
>
> Regards,
> Ryan Joseph
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20200423/e9742dca/attachment.html>
More information about the fpc-pascal
mailing list