google / blockly-devtools

Tools for Blockly app developers to help build custom blocks.
http://developer.google.com/blockly
Apache License 2.0
60 stars 31 forks source link

Display parse errors for manual block definition edits #293

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

When the user attempts to edit the block definition manually (typing in the JSON or JavaScript code), display any parse errors in the UI, possibly after a short delay (to avoid annoying the user while they are typing).