mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 01:26:31 +02:00
codetools: getsmarthing: enum: add "enum"
git-svn-id: trunk@37081 -
This commit is contained in:
parent
20f137ac1f
commit
b65f87aa5b
@ -2283,6 +2283,8 @@ begin
|
|||||||
NodeStr:=ExtractNode(TypeNode,[phpCommentsToSpace]);
|
NodeStr:=ExtractNode(TypeNode,[phpCommentsToSpace]);
|
||||||
Result+=copy(NodeStr,1,50);
|
Result+=copy(NodeStr,1,50);
|
||||||
end;
|
end;
|
||||||
|
ctnEnumerationType:
|
||||||
|
Result += 'enum';
|
||||||
end;
|
end;
|
||||||
end else begin
|
end else begin
|
||||||
case Node.Desc of
|
case Node.Desc of
|
||||||
|
Loading…
Reference in New Issue
Block a user