Issues with IDE on Android #1715
Replies: 9 comments
-
Posted at 2016-12-08 by @gfwilliams So you changed it on the right-hand side of the IDE? It looks to me like somehow a 'bad' character has got into the editor. Just checked and it's a 'non-breaking space'. Annoyingly the reason it goes nuts is a badly made addition to the IDE to supposedly support extended character sets - which escapes characters regardless of whether they're part of a string or not :( I'll see about adding yet another exception to it. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by Bridawg Yes, that's where I made the edit. Thanks for sorting it out :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by user70974 I had this. Seems to be the newlines. I find that just using semi colons (for a small Program) side steps it I did also notice that backspaces behave weird; not deleting characters out causing some weird elastic band lag between what characters I've deleted and what is shown in the ide |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by @gfwilliams
Are you using a physical keyboard, or the on-screen keyboard? I'll see what I can do to fix this, but it might be that the 'Hacker's Keyboard' will behave better for now.
In which side? On the left-hand side some really strange stuff has to go on, because Android has no keyDown events :( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by @gfwilliams Ok, if you refresh now then it should work a lot better. If you get a similar error can you make a note of it - specifically the characters it is complaining about. Note: It's actually pretty difficult to make sure it properly refreshes. When I've done it, just hitting 'refresh' doesn't always seem to update the file that I have had to change. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by user70974 I was using hacker keyboard. Had it no matter what I did. Backspace seemed to act weird in the text editor side |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-09 by @gfwilliams Are you having the problem uploading now? Really strange about the text editor - it's an up to date version of CodeMirror, which is used all over the place - so I'm amazed it's got problems. Maybe it's the way it is embedded... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-09 by user70974 I will see if I can repro on a couple of different machines tonight. It's possible that it was just my tablet being rubbish |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-09 by @gfwilliams It's entirely likely that the tablet was cacheing an old version of the IDE's javascript files. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by Bridawg
Hi, My Puck came yesterday and I had some fun using it with my laptop. Today I'm out and about and catching an odd few minutes to play with it via android on both my Tablet and Phone both Android 6.0.1
I changed the default Program on the IDE to activate LED2 instead of LED1 and I get the attached:
Is this a known issue? I have updated the firmware to the latest version.
Thanks.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions