mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
codetools: clean up
git-svn-id: trunk@47729 -
This commit is contained in:
parent
d049e95a80
commit
c1329874e0
@ -2554,13 +2554,7 @@ begin
|
||||
// program without source name
|
||||
Result:='program '+ExtractFileNameOnly(MainFilename)+' ';
|
||||
end else begin
|
||||
Result+=GetAtom+' ';
|
||||
|
||||
if Node.Desc = ctnProperty then begin // add class name
|
||||
ClassStr := ExtractClassName(Node, False, True);
|
||||
if ClassStr <> '' then Result += ClassStr + '.';
|
||||
end;
|
||||
|
||||
Result+=GetAtom+' '; // keyword
|
||||
Result := Result + ReadIdentifierWithDots + ' ';
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user