Interfaces and enums in Module tree display
Posted: Sun Mar 03, 2019 12:32 pm
Currently the Module Designer does not seem to recognize interfaces and enumerations in the source code, so they are missing from the Module tree on the left side of the source code (or in case of enums that include methods, only the method names are visible, which looks a little strange). I guess this wouldn't take huge efforts to fix (basically just add the keywords "interface" and "enum" next to "class", I think?), so hoping to see it in some future release.