WebIDE Save Issue #4029
Replies: 1 comment
-
Posted at 2014-08-20 by Frida Yes, I see it regularly, it is specially when I delete something and save it. Posted at 2014-08-20 by Loop Same here. I resort to copying everything to a editor and saving from there. Posted at 2014-08-20 by JumJum This needs to be fixed in file.js.
Posted at 2014-08-20 by user47955 OK, good to know I am not the only one. Hopefully it will get fixed soon. Posted at 2014-08-21 by @gfwilliams @jumjum - thanks! I'd been wondering what it could be... Is that code part of something else? Should fileWriter -> writer? It seems like there should be a better way to write a file than using an arbitrary timeout though :( Posted at 2014-08-21 by JumJum Oh, sorry Posted at 2014-08-21 by DrAzzy I didn't even realize the WebIDE had a save feature - just the seemingly perverse autosave, which brings it back up with the right pane containing either the code you had in it last time, or the code that it started up with last time, whichever is less relevant to what you're doing now. I've always just copy/pasted to/from sublime text, which provides an, er, sublime interface for editing text files (it's also 70 fucking dollars for a glorified notepad) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-08-20 by user47955
Using the WebIDE it is corrupting data when saving.
Basically it is adding extra lines or moving text about and putting it in the wrong place, normally only a bit of text.
I have had it duplicate entire functions as well.
e.g. I have just done a save and it has saved it as this:
There was only one setTimeout(startWiFi, 3000); when I saved it.
I have only edited the files through the WebIDE and it has happened on multiple files.
I only installed the WebIDE in the last couple of days so it should all be the latest versions.
Has anybody else experienced this?
Beta Was this translation helpful? Give feedback.
All reactions