mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:17:18 +02:00
codetools: getsmarthing: array of
git-svn-id: trunk@37082 -
This commit is contained in:
parent
b65f87aa5b
commit
e158e14d5b
@ -2271,7 +2271,7 @@ begin
|
|||||||
Result += ExtractNode(TypeNode, [phpCommentsToSpace]);
|
Result += ExtractNode(TypeNode, [phpCommentsToSpace]);
|
||||||
end;
|
end;
|
||||||
ctnClass, ctnClassInterface, ctnDispinterface,
|
ctnClass, ctnClassInterface, ctnDispinterface,
|
||||||
ctnObject, ctnRecordType,
|
ctnObject, ctnRecordType, ctnRangedArrayType, ctnOpenArrayType,
|
||||||
ctnObjCClass, ctnObjCCategory, ctnObjCProtocol, ctnCPPClass:
|
ctnObjCClass, ctnObjCCategory, ctnObjCProtocol, ctnCPPClass:
|
||||||
begin
|
begin
|
||||||
MoveCursorToNodeStart(TypeNode);
|
MoveCursorToNodeStart(TypeNode);
|
||||||
|
Loading…
Reference in New Issue
Block a user