mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:19:32 +02:00
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:
parent
ca7561f988
commit
3da46051ba
@ -6279,7 +6279,7 @@ begin
|
|||||||
Result:=false;
|
Result:=false;
|
||||||
Code:=ExtractClassName(CodeCompleteClassNode,false);
|
Code:=ExtractClassName(CodeCompleteClassNode,false);
|
||||||
// search the comment
|
// search the comment
|
||||||
Result:=FindCommentInFront(StartPos,Code,false,true,false,true,true,
|
Result:=FindCommentInFront(StartPos,Code,false,false,false,true,true,
|
||||||
CommentStart,CommentEnd)
|
CommentStart,CommentEnd)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user