Hey,
Firstly I would like to thank all Blockly Team for building such an AMAZING tool and Blockly community for all your help!
My program gets a little bit bigger so now I work on setting up the workflow.
I found out that collapsing/expanding blocks works great for that purpose, but there is still a problem with function definitions. (*described on a photo)
Do you know if there is a way to make functions connectable?
For example something like that:
Blockly.Blocks.procedures_defnoreturn.setPreviousStatement(true, null);
Blockly.Blocks.procedures_defnoreturn.setNextStatement(true, null);
Thanks,
Maciej