python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

Micro:bit Educational Foundation Python Editor V3

Results 116 python-editor-v3 issues
Sort by recently updated
recently updated
newest added
trafficstars

If you share a link like https://python.microbit.org/v/3/reference/data-logging then on narrow screens the simulator tab is preferred to the docs sidebar. This is pretty confusing as you might miss the documentation...

## Description Please add bluetooth support for Python Editor v3 with micro:bit v2.x. Or something solution for wireless micro:bit and external device (PC, mobile phone) connection. ## Todo - [...

Although code runs fine on the actual microbit, it throws this error in the simulator. ```python from micropython import const MY_CONST = const(0.5) ```

Split out from https://github.com/microbit-foundation/python-editor-v3/issues/809. ![image](https://user-images.githubusercontent.com/44397098/194560474-42b4d75b-7c3c-439a-b798-17e2a22ba78f.png) d, f, and g are incorrectly highlighted. It would be interesting to see what CodeMirror's parse tree is in this case. This seems likely to...

code structure

## Bug Description Arising from support ticket https://support.microbit.org/helpdesk/tickets/58374 (private) In a lot of sections of the API docs, the strings revealed by "show more" are not translated in any language....

Not right away, but looks worth it for bundle size improvements alone. https://github.com/xtermjs/xterm.js/releases

This one happened immediately on navigating to, but not opening, the Dice Idea. I guess it's possible it is the read-only CM in the sidebar. ``` TypeError: Cannot read properties...

There's a few of these to look at. The error is immediately after the simulator starts for the first time in the session. Chrome 106, Windows 10. ``` wasm://wasm/004af5b6:wasm-function[908]:0xcbcfe 5...

An untranslated string shown on serial terminal paste: https://github.com/microbit-foundation/python-editor-v3/blob/main/src/serial/XTerm.tsx#L158-L162 We should add this to the UI strings and Crowdin. Spotted by @microbit-robert, no-one else has raised this at this point.