Community
Participate
Working Groups
Currently, the outline for Workflow { bean = StandaloneSetup { platformUri = "${runtimeProject}/.." } component = DirectoryCleaner { directory = "${runtimeProject}/src-gen" } ... looks like Workflow: Workflow bean: x StandaloneSetup: StandaloneSetup platformURI: pathToPlatform component: component DirectoryCleaner: DirectoryCleaner directory: directory Everything on the right hand side of the ':' is of little interest. We should compress this to Workflow bean: StandaloneSetup platformURI component: DirectoryCleaner directory
I would even go one step further and only show components in the outline - without the assignment. E.g. for the sample above, the outline could simply look like this: Workflow - StandaloneSetup - DirectoryCleaner - Generator - LanguageConfig - ResourceFactoryFragment - SerializerFragment - LanguageConfig - EcoreFragment ..