codetools: FindCodeContext: show error on fail

git-svn-id: trunk@39943 -
This commit is contained in:
mattias 2013-01-23 21:35:09 +00:00
parent 1fc41c1ab2
commit f8cf0578cf

View File

@ -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;