PythonEditor
PythonEditor copied to clipboard
A MicroPython editor for the BBC micro:bit that works with browsers.
We need to balance a number of different factors when deploying the online python editor for the micro:bit Foundation and this is a first draft at outlining what they are...
On a Macbook Pro with UK keyboard, the '#' key is Alt+3 (or should I say, Option+3) In the Python edtior REPL I can paste a '#' from somewhere else...
The Help popup is closed by a click in the code editor window, but not in the REPL text, or in the blue space at the top of the page....
We can't focus the "x" close button via keyboard: We can still close the modal via escape key: https://github.com/bbcmicrobit/PythonEditor/pull/310 We could fix this via workaround, or if the modal library...
When tab navigation is used and this link is focused: Pressing `shit+tab` focuses on the Ace editor behind the modal.
There is code in the web editor to import python code from an encoded URL, but there isn't an implementation to actually create this URL. It would be useful to...
Hi, The serial port is WONDERFUL! The only feature missing is the option to be able to save the output of the serial port onto the host computer as a...
## Feature Add a 'new' button that create's a new blank script in the editor ## Issue It isn't obvious how to start a new script in the editor. I...
> micro:bit support #24390 > micro:bit support #24489 > micro:bit support #26301 When typing commands into the REPL, it often does not transmit the full attribute resulting in a an...
> micro:bit support #24390 and #24511 --------- Hi, when I use the Python editor to code with the autocomplete function on, I often find the autocomplete field too short to...