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/
Display command input and output types in outline view
The outline view now contains the input and output types of the individual commands:
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):
Deployed for testing - @acka47 could you give it a try?
Display command input and output types in outline view
The outline view now contains the input and output types of the individual commands:
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):Deployed for testing - @acka47 could you give it a try?