New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed Save - partially completed #3582
Labels
Projects
Comments
Can you verify with the latest snapshot? I believe that is fixed via #3576. |
Aha, the change I had in mind did cover the recent list, not the editor path update. |
2021.01
automation
moved this from To do (get into master)
to Ready (pick to branch pending)
Jan 5, 2021
t-paul
added a commit
that referenced
this issue
Jan 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably a matter of taste, but current behaviour is unpalatable to me.
With a new file, File/Save to a location you do not have write permission, give it a proper filename in the save dialogue.
Gets a dialogue box with the following (and in console)
OK so far.
But it then progresses to give the Tab/Title the new filename.
I would expect it to be an atomic operation, if the save fails, the 'untitled.scad' instance stays as it was.
This also happens with Save-As, the editor takes on the new filename, even though it does not exist.
Also the
*
in the Tab/Title, signifying editor has changes, is no longer shown,although if you close it, you do get the 'file changed' prompt.
This was on Debian w 2020.12.15.
The text was updated successfully, but these errors were encountered: