Tags: tomrow/python-editor-v3
Tags
Update stage calculation (microbit-foundation#1093) Closes microbit-foundation#1092
Enable Dutch for production (microbit-foundation#1089) It has been proofread and approved by Emma.
Minor zh-tw translation update. (microbit-foundation#1081) Only a stubs change.
Audit fixes, including craco 7.0.0. (microbit-foundation#1074) Covers current dependabot alert.
Signature help fix tweak. (microbit-foundation#1067) Close the signature help while we know the view is still good. Alternatively we could cancel the timeout but this is OK too. I can't see simple API to check that a view is still good to interact with after an async step.
Structure highlighting bug fixes (microbit-foundation#1061) * Don't ask for line information past EOF. Closes microbit-foundation#1060 Can be reproduced with `if True:pass` at EOF and, importantly, outside the viewport (so prepended with blank lines, for example). I'm not sure our behaviour in this scenario makes sense but this change at least makes it safe. * Detect the `if True:pass` case consistently. Use a simpler approach to test if we're the same line to make it easier to follow.
Avoid nested updates closing signature help. (microbit-foundation#1058) Fixes issue observed on beta.
Test tab out of editor scenarios (microbit-foundation#1051) Regression test for microbit-foundation#1048 Try to make the existing focus tests simpler to follow. Create a method to assert focus that we can use to create more such assertions.
Handle error identifying hex from MakeCode. (microbit-foundation#1043) Ensure we show the original error (suboptimal though it may well be) rather than silently failing.
PreviousNext