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

Highlight incorrect indentation in some shade of red with some amount of opacity in an attempt to make indentation errors more recognisable and easier to fix. E.g.: ![red-highlight](https://user-images.githubusercontent.com/95928279/170670483-5263e2d4-4bc4-4b3a-86b7-bcaa516e67ae.png) ![image](https://user-images.githubusercontent.com/95928279/170670994-26765340-e080-4d71-847c-6312c63bc234.png) We...

```python while True: radio.on() ``` Appears to lock up the sim. We should get a change to break out but we don't.

to investigate

## Bug Description Pasting the following script into the terminal causes an instant disconnection: ```python print("hello, world") print("hello, world") print("hello, world") print("hello, world") print("hello, world") ``` ## Screenshots ![image](https://user-images.githubusercontent.com/466760/127748125-4ec20e92-f2d8-4f14-aaa3-cefbf32d9365.png) ##...

serial

## Bug Description The connection is reset when switching focus (changing tab or window for example). It is a pain to debug something. ## How To Reproduce Steps to reproduce...

serial

## Bug Description Look at the autocomplete docs for power.deep_sleep or NeoPixel.write or the many others that contain micro:bit in the first line. There's some unexplained space. Removing the colon...

minor
pyright
api documentation

While writing code, there are two tooltips - intellisense and argument completion. The latter can be triggered automatically or manually, depending on settings. I'm looking at the accessibility of these...

accessibility
codemirror

If you try to use a WebUSB serial plotter at the same time as the editor then they fight over the serial data: ![image](https://user-images.githubusercontent.com/44397098/194833301-b3cbdf34-bccb-4e35-88e6-d68e1fe09b64.png) https://sekigon-gonnoc.github.io/web-serial-plotter/ We do disconnect the editor...

serial

This can have pretty poor consequences for the UI. I tried the obvious fix with no joy so it needs a more detailed look.

minor

Currently the toolkit highlighting persists for a few seconds then fades. We should change this to persist until some toolkit interaction occurs (no time limit). Interactions with the editor don't...

drag and drop

Autocompleting to a function uses the same code in CodeMirror that's normally used for inserting a bracket so you get a bracket pair. The closing bracket can be overwritten. Ideally...

minor
drag and drop