Parallax Git Administrator
Parallax Git Administrator
@dpgeorge - in [my fork of this bbcmicrobit/micropython repo](https://github.com/PropGit/micropython/tree/enable-loading-mpy), I've rebased this PR onto the current tip of master and compiled the new runtime to include mpy support. I've also...
Of course, typing other characters, like a space, gets rid of the code hint and then enter key is fine, but that's not a natural action at the end of...
Here's another example, When _typing_ in this code: >from microbit import * > >k = 5 > >def add_k(value): > value = value + k > return value > >display.scroll(add_k(3))...
Thanks @microbit-carlos Certainly the [first post's issue](https://github.com/bbcmicrobit/PythonEditor/issues/141#issue-434999620) has been solved by this. Thanks! The [third post's issues](https://github.com/bbcmicrobit/PythonEditor/issues/141#issuecomment-484887262) still occur. For example, defining any symbol to be equal to a value...
That sounds good... only with Tab key by default... that should get rid of all the cases I pointed out. Thank you!
Recent changes to the UI/UX on the Beta version have caused confusion.  We have to use the Beta version because of ongoing instructor education using the Flash feature (which...
@jaustin - you're welcome. Item 1: People are trying to save their on-screen source as a .py file, or trying to save said source as a new name of their...
I should have also mentioned ideas for the icons. Load and Save are fine, but maybe - Manage Project:  --or--  - Save Full Project:  - Save Top...
Two other enhancement ideas. I found these while using the new system in real cases. - Can the entire Load/Save overlay be a drop target? I find that when I'm...
Here's a _poorly rendered_ mock up showing vertical space savings (even with a lot of modules added to the project) and includes some label changes (but did not use proper...