Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockly integration as alternate Editor mode. #1

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

masonova1
Copy link
Owner

Includes blocks for all of the ThumbyAPI.
Blockly Editors launched separately from the Widgets menu. HelloBlockly default code shows when opening empty Blockly Editors. OPEN PYTHON button opens new MicroPython Editor with generated code. Integration into BitmapBuilder's Import/Export.
Sprite images show on [load sprite] blocks.
Not directly compatible with IMPORT SPRITE.
Editor mode picker for when opening webpage for the first time or after
a Hard Reset (select between Blockly or MicroPython for the first editor.
'New Tab' (MicroPython) and 'New Blockly Tab' on the Editor's File menu.
New Tab opens the normal code editor.
Includes Copy and Paste support across editor tabs. Automatically gives Blockly editors a Path for ease of use.

Includes blocks for all of the ThumbyAPI.
Blockly Editors launched separately from the Widgets menu.
HelloBlockly default code shows when opening empty Blockly Editors.
OPEN PYTHON button opens new MicroPython Editor with generated code.
Integration into BitmapBuilder's Import/Export.
Sprite images show on [load sprite] blocks.
Not directly compatible with IMPORT SPRITE.
Editor mode picker for when opening webpage for the first time or after
  a Hard Reset (select between Blockly or MicroPython for the first editor.
'New Tab' (MicroPython) and 'New Blockly Tab' on the Editor's File menu.
  New Tab opens the normal code editor.
Includes Copy and Paste support across editor tabs.
Automatically gives Blockly editors a Path for ease of use.
@masonova1 masonova1 merged commit 35a3aed into masonova1:master Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants