mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 15:42:08 +02:00
codetools: FindCodeContext: show error on fail
git-svn-id: trunk@39943 -
This commit is contained in:
parent
1fc41c1ab2
commit
f8cf0578cf
@ -2722,7 +2722,7 @@ begin
|
||||
|
||||
if CursorNode<>nil then begin
|
||||
if not CheckContextIsParameter(Result) then begin
|
||||
//DebugLn(['TIdentCompletionTool.FindCodeContext cursor not at parameter']);
|
||||
DebugLn(['TIdentCompletionTool.FindCodeContext cursor not at parameter']);
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user