culturegraph / metafacture-ide

An integrated environment for using and contributing to Metafacture | NOTE: this is no longer maintained. For tool support, see VS code/codium extensions at https://metafacture.org/ide-extensions/ and the Playground at https://metafacture.org/playground/
5 stars 2 forks source link

More visual clues for editing Flux files #24

Closed fsteeg closed 11 years ago

fsteeg commented 11 years ago

Display command input and output types in outline view

The outline view now contains the input and output types of the individual commands:

metafacture-ide-outline-types

Generate DOT with Xtend to visualize Flux workflows with Zest

On saving a .flux file in the editor, the generator will create a corresponding .dot file in the project's src-gen folder. With the Zest graph view open and listening to changes in the workspace (see user guide for usage details), this visualizes the workflow currently edited in the Flux editor (see also #7):

metafacture-ide-workflow-visualization

Deployed for testing - @acka47 could you give it a try?

acka47 commented 11 years ago

+1