You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I was editing some qlc showfiles for some lighting things in ecode (cause QLC has a horrible preshow configuring mode) and I tried to open the same file in 2 ecode windows at once and it just wiped the contents of the file completely. Luckily I still had qlc opened so I could overwrite the deletion. When I closed all ecode windows after that and reopened the file in ecode it deleted the contents again.
Video:
ecodebreak.mp4
If I just open the folder in ecode and then navigate to the file from inside ecode, everything works just fine.
Is this an issue with storing the last state of ecode?
The text was updated successfully, but these errors were encountered:
I think it's not being able to load the file because it's locked or some crappy Window thingy, the file is not empty. I'll try to reproduce it, thanks!
Ok, the bug does not have to do with the file being open or nothing like that, the bug is that the file path is not properly parsed and believes that the file does not exists, in consequence creates a new empty file with that name. So I was wrong, the file is empty. Basically it will happen with any file opened from the file explorer with ecode that contains non ASCII characters. This is an important bug, I think may release a small bugfix version soon.
I already pushed a fix here.
So I was editing some qlc showfiles for some lighting things in ecode (cause QLC has a horrible preshow configuring mode) and I tried to open the same file in 2 ecode windows at once and it just wiped the contents of the file completely. Luckily I still had qlc opened so I could overwrite the deletion. When I closed all ecode windows after that and reopened the file in ecode it deleted the contents again.
Video:
ecodebreak.mp4
If I just open the folder in ecode and then navigate to the file from inside ecode, everything works just fine.
Is this an issue with storing the last state of ecode?
The text was updated successfully, but these errors were encountered: