mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
ide: find references: uses with ampersand
This commit is contained in:
parent
fb03756b41
commit
1024bbc9e4
@ -249,7 +249,7 @@ var
|
|||||||
// renaming a uses -> rename the unit
|
// renaming a uses -> rename the unit
|
||||||
// find unit
|
// find unit
|
||||||
Result:=false;
|
Result:=false;
|
||||||
aUnitName:=DeclTool.ExtractUsedUnitName(DeclNode,@InFilename);
|
aUnitName:=RemoveAmpersands(DeclTool.ExtractUsedUnitName(DeclNode,@InFilename));
|
||||||
if aUnitName='' then begin
|
if aUnitName='' then begin
|
||||||
Err(20250206143851,'ExtractUsedUnitName failed');
|
Err(20250206143851,'ExtractUsedUnitName failed');
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user