mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 03:00:20 +02:00
codetools: FindUnitReferences non deprecated
This commit is contained in:
parent
2b37904788
commit
7248f6bb5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user