fesch / Structorizer.Desktop

Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).
https://structorizer.fisch.lu
GNU General Public License v3.0
65 stars 20 forks source link

Alias type definitions should be supported in Structorizer #1091

Closed codemanyak closed 1 year ago

codemanyak commented 1 year ago

Structorizer (i.e. important features like Executor, Analyser, Code export etc.) support type definitions for record and enumeration types but neither alias types like int_t nor array type definitions like intarray_t in the following diagram: grafik

This is a very inconvenient restriction, in particular because diagram elements with such a content may be created on code import of certain source files (cf. #1089).