You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: