mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
codetools: class completion: do not ignore errors after cursor, bug #14246
git-svn-id: trunk@21068 -
This commit is contained in:
parent
6eac16dcaf
commit
69a4d44595
@ -366,6 +366,7 @@ begin
|
||||
FCompletingStartNode:=nil;
|
||||
exit;
|
||||
end;
|
||||
ClearIgnoreErrorAfter;
|
||||
BuildSubTreeForClass(FCodeCompleteClassNode);
|
||||
if FCodeCompleteClassNode.Desc=ctnClassInterface then
|
||||
FCompletingStartNode:=FCodeCompleteClassNode
|
||||
|
Loading…
Reference in New Issue
Block a user