codetools: FindUnitReferences non deprecated

This commit is contained in:
mattias 2025-07-09 16:08:42 +02:00
parent 2b37904788
commit 7248f6bb5f

View File

@ -593,10 +593,10 @@ type
// find all references inside UnitCode to TargetCode
function FindUnitReferences(UnitCode, TargetCode: TCodeBuffer;
SkipComments: boolean; var ListOfPCodeXYPosition: TFPList): boolean; deprecated 'use FindSourceNameReferences instead';
SkipComments: boolean; var ListOfPCodeXYPosition: TFPList): boolean;
function FindUsedUnitReferences(Code: TCodeBuffer; X, Y: integer;
SkipComments: boolean; out UsedUnitFilename: string;
var ListOfPCodeXYPosition: TFPList): boolean; deprecated 'use FindSourceNameReferences instead';
var ListOfPCodeXYPosition: TFPList): boolean;
function ReplaceWord(Code: TCodeBuffer; const OldWord, NewWord: string;
ChangeStrings: boolean): boolean;