You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi,

    1. The easiest thing would be just to call Espruino.Core.Code.switchToBlockly(). If you want to make your code extensible, you could write a 'plugin' in js/plugins, add it to main.html, and then have it call that function on initialisation.

    2. The divider uses 'splitster' - you'll have to look at splitster.js to see what you have to do, but you can probably just change the arguments to the line $(".split-pane").splitster({ in js/core/app.js

    3. You'd have to ask on the Blockly forum about this... Personally I'd consider grouping them by 'level', and then you could presumably hide the label for that level if the children weren't supposed to see it.

About

Avatar for Gordon @Gordon started