mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:40:20 +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;
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user