[fpc-pascal] Pascal Language Server

Ryan Joseph genericptr at gmail.com
Thu Apr 23 16:22:35 CEST 2020



> 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



More information about the fpc-pascal mailing list