beremiz
Clone
Summary
Browse
Changes
Graph
fix display of ARRAY fields inside of structure data types.
2016-04-22, Andrey Skvortsov
62eb21aab1fb
fix display of ARRAY fields inside of structure data types.
Previously ARRAY fields in structures were displayed, for example,
like 'ARRAY [1..2] OF ARRAY' instead of 'ARRAY [1..2] OF INT'. Because
of this error the array type can be really edited.
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot URI_location="LOCAL://">
<TargetType/>
</BeremizRoot>