Community
Participate
Working Groups
Build Identifier: open part does not support some types open part does not support some types including: function, egldd file, list Reproducible: Always
EGLDD files aren't parts, so they shouldn't show up here. List doesn't show up for the same reason that Int doesn't show up - it's not defined in your workspace, it's defined in the system eglars. This dialog only shows parts that are declared in your workspace, not part references. As for functions, top-level functions do show up. Nested functions do not. If you look at the AST model you will see that TopLevelFunction is a Part, but NestedFunction is not a part. Since this is an Open *Part* dialog only parts are displayed - no other types. If you want to find nested functions, you can use EGL Search.
pls edit the scenario list