arduino/lab-micropython-editor

No pop-up asking to save while closing

KirthanKamble opened this issue · 2 comments

Refer title.

This will be addressed in future updates, after 0.9.0

This is now part of 0.9.1 when it comes to tabs with open files and changes (dirty * indicator), and will be including the whole application in 0.9.2.

If a file has never been saved and has changes we will not request confirmation.
It is up to the user to make the first save which will put the open file into a state including a check-before-close pass.

Closing issue since it is already addressed in latest release