mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 21:18:14 +02:00
IDE: codehelp: stop when find declaration found a place outside of code nodes
git-svn-id: trunk@32166 -
This commit is contained in:
parent
70d3af469c
commit
0baaf1915d
@ -2356,6 +2356,7 @@ begin
|
||||
if (not OldCTTool.FindDeclaration(OldXYPos,[fsfSearchSourceName],
|
||||
CTTool,CTNode,XYPos,aTopLine))
|
||||
or (CTNode=OldCTNode)
|
||||
or (CTNode=nil)
|
||||
then begin
|
||||
{$ifdef VerboseLazDoc}
|
||||
debugln(['TCodeHelpManager.GetHTMLHint inherited not found: ',dbgs(OldXYPos)]);
|
||||
|
Loading…
Reference in New Issue
Block a user