mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:19:36 +02:00
codetools: fixed FindDeclaration fsfFindMainDeclaration for ctnUnit
git-svn-id: trunk@44593 -
This commit is contained in:
parent
d56c52805f
commit
719b45dcec
@ -5233,6 +5233,8 @@ begin
|
||||
Result:=InNodeIdentifier(CurPos.StartPos);
|
||||
end;
|
||||
|
||||
ctnUnit:
|
||||
Result:=PositionInSourceName(CleanPos);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user