Parallax Git Administrator

Results 72 comments of 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. ![image](https://user-images.githubusercontent.com/1266318/62255888-0d4ac580-b3b4-11e9-930b-a3b85e6c1760.png) 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: ![image](https://user-images.githubusercontent.com/1266318/62486867-2cab6f00-b775-11e9-9c4e-709830c7d4fd.png) --or-- ![image](https://user-images.githubusercontent.com/1266318/62486878-32a15000-b775-11e9-8795-797a8f198f49.png) - Save Full Project: ![image](https://user-images.githubusercontent.com/1266318/62486895-38973100-b775-11e9-8142-5750481b934f.png) - 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...