python-editor-v3
python-editor-v3 copied to clipboard
Micro:bit Educational Foundation Python Editor V3
Leaving as a draft until the related Pyright PR is completed and merged. Another Pyright update will be required. See https://github.com/microbit-foundation/pyright/pull/33.
We're doing this as a preview of the forthcoming beta. Stubs are a copy for now - we'll update them shortly. No sim changes yet. MicroPython is not the official...
Notable behaviours: - Fallbacks to English when changing language offline (when the selected language assets aren’t cached). - Shows image placeholders for uncached images when offline. - The app will...
Also allows links to the builtins from autocomplete and signature help where documentation is available. Using type stubs from https://github.com/microbit-foundation/micropython-microbit-stubs/pull/101 To discuss: - Maybe we should filter out API docs...
# Description We'd like to explore an alternative to the (commercial) Sanity CMS suitable for forks of the editor and other usecases such as extension modules providing their own documentation....
Support: https://microbitfoundation.freshdesk.com/a/tickets/55541 You cannot find "microbit.accelerometer" and similar module docs by typing "accelerometer" in Search. It works if you type the full module name of "microbit.accelerometer" but no-one is likely...
Currently the MicroPython image in the PythonEditor pre-dates the triple-tap-to-pair feature in CODAL being mainstream. For V2 builds, this should be turned on by default. (the feature doesn't exist for...
### Aim Previously (https://github.com/microbit-foundation/python-editor-v3/issues/11), "If we stick with a bottom toolbar then the keyboard on iPad is problematic. On Android the viewport resizes. On iOS it's overlapped." This PR aims...
## Bug Description The `@micropython.asm_thumb` decorator and assembly "functions" are not recognised by the code checker. ## How To Reproduce Add this code to the editor: ```python import micropython import...
We're expecting a MicroPython beta soon and we're going to do some of the upgrade work ahead of the beta being ready to get stubs changes prepped. ## New MicroPython...