mit-cml/blockly-plugins

Add a new renderer that implements appendIndentedValueInput

mark-friedman opened this issue · 0 comments

Add a new renderer that implements appendIndentedValueInput, so that we can use that for the existing ‘procedures_defreturn’ and ’local_declaration_expression’, which is probably what we’ll want for Scheme Blocks.

Note that the place to look for how App Inventor renders stuff is in ​​appinventor/lib/blockly/core/block_render_svg.js (and maybe other files - look for Blockly.INDENTED_VALUE)

I hope that this can be done via Blockly's renderer API!