mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:21:24 +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);
|
Indent:=GetLineIndent(Src,InsertPos);
|
||||||
ProcCode:=ExtractProcHead(DefNodeExt.Node,[phpWithStart,
|
ProcCode:=ExtractProcHead(DefNodeExt.Node,[phpWithStart,
|
||||||
phpAddClassname,phpWithVarModifiers,
|
phpAddClassname,phpWithVarModifiers,
|
||||||
phpWithParameterNames,phpWithResultType,phpWithCallingSpecs,
|
phpWithParameterNames,phpWithResultType,phpWithCallingSpecs]);
|
||||||
phpWithoutSemicolon]);
|
|
||||||
ProcCode:=ASourceChangeCache.BeautifyCodeOptions.BeautifyProc(
|
ProcCode:=ASourceChangeCache.BeautifyCodeOptions.BeautifyProc(
|
||||||
ProcCode,Indent,false);
|
ProcCode,Indent,false);
|
||||||
{$IFDEF CTDEBUG}
|
{$IFDEF CTDEBUG}
|
||||||
|
Loading…
Reference in New Issue
Block a user