[fpc-pascal] Pascal Language Server

Ryan Joseph genericptr at gmail.com
Fri May 1 11:27:46 CEST 2020


Ok, got things working now. Here's the basic pattern I'm using. I call explore and then walk the root tree node to find what I need but i've noticed the 2nd time I do this I get less results than the first time! What is happening? I assume it's caching something but do I need to reference the cache myself?

  Code := CodeToolBoss.LoadFile(Path,false,false);
  if not CodeToolBoss.Explore(Code,Tool,false,false) then
    exit;
  WalkTree(Tool.Tree.Root);


Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list