fixed ident completion and parsed with statements

git-svn-id: trunk@3921 -
This commit is contained in:
mattias 2003-03-13 21:55:42 +00:00
parent 90b976fc63
commit 82453a2914

View File

@ -4458,7 +4458,7 @@ begin
Result:=FindDeepestNodeAtPos(CleanCursorPos,true);
if Result=nil then exit;
end;
if Result.Desc in AllPascalStatements then begin
if Result.Desc=ctnBeginBlock then begin
BuildSubTreeForBeginBlock(Result);
Result:=FindDeepestNodeAtPos(CleanCursorPos,true);
if Result=nil then exit;