[fpc-pascal] Pascal Language Server

Ryan Joseph genericptr at gmail.com
Sun Apr 26 11:46:26 CEST 2020


The other thing I'm stuck on with code tools. In TCodeManagerTool:

    function FindReferences(IdentifierCode: TCodeBuffer;
          X, Y: integer; SearchInCode: TCodeBuffer; SkipComments: boolean;
          var ListOfPCodeXYPosition: TFPList;
          var Cache: TFindIdentifierReferenceCache  // you must free Cache
          ): boolean;


What do I supply for "SearchInCode" so that it searches the entire project (or entire folders)?

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list