mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 06:43:44 +02:00
codetools: class completion: update changed proc with semicolon, bug #16201
git-svn-id: trunk@24703 -
This commit is contained in:
parent
e0b2912421
commit
1ae2b9cefb
@ -6548,8 +6548,7 @@ var
|
||||
Indent:=GetLineIndent(Src,InsertPos);
|
||||
ProcCode:=ExtractProcHead(DefNodeExt.Node,[phpWithStart,
|
||||
phpAddClassname,phpWithVarModifiers,
|
||||
phpWithParameterNames,phpWithResultType,phpWithCallingSpecs,
|
||||
phpWithoutSemicolon]);
|
||||
phpWithParameterNames,phpWithResultType,phpWithCallingSpecs]);
|
||||
ProcCode:=ASourceChangeCache.BeautifyCodeOptions.BeautifyProc(
|
||||
ProcCode,Indent,false);
|
||||
{$IFDEF CTDEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user