mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:56:03 +02:00
codetools: method completion: assembler modifier
git-svn-id: trunk@54288 -
This commit is contained in:
parent
f239ef10b3
commit
9e5332edbc
@ -8658,7 +8658,8 @@ function TCodeCompletionCodeTool.CreateMissingClassProcBodies(
|
||||
const
|
||||
ProcAttrDefToBody = [phpWithStart,
|
||||
phpAddClassname,phpWithVarModifiers,
|
||||
phpWithParameterNames,phpWithResultType,phpWithCallingSpecs];
|
||||
phpWithParameterNames,phpWithResultType,
|
||||
phpWithCallingSpecs,phpWithAssembler];
|
||||
var
|
||||
TheClassName: string;
|
||||
Beauty: TBeautifyCodeOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user