no message

This commit is contained in:
2025-03-30 16:00:18 +03:00
parent 4f5a091af7
commit 5ef516d019
6 changed files with 7 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ public class SPF_InlineProcedure extends SapforFilesModification {
protected boolean canStart(Object... args) throws Exception {
if (super.canStart(args) && (call = (args.length > 0) ? (FuncCall) args[0] : null) != null) {
addOpt1 = call.funcName + "|" + Global.mainModule.getFile().name;
addOpt2 = String.valueOf(call.parent_offset);
addOpt2 = String.valueOf(call.parentLineOffset);
target.sapforProperties.PARSE_FOR_INLINE = true;
target.sapforProperties.Update();
SPF_ParseFilesWithOrder.silent = true;