CodeTools: Remove also { TForm1 } comment together with empty method when needed, patch by Anton, issue #19150

git-svn-id: trunk@30423 -
This commit is contained in:
juha 2011-04-21 22:42:21 +00:00
parent ca7561f988
commit 3da46051ba

View File

@ -6279,7 +6279,7 @@ begin
Result:=false;
Code:=ExtractClassName(CodeCompleteClassNode,false);
// search the comment
Result:=FindCommentInFront(StartPos,Code,false,true,false,true,true,
Result:=FindCommentInFront(StartPos,Code,false,false,false,true,true,
CommentStart,CommentEnd)
end;