nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
352 stars 26 forks source link

BUG: unsavable notebook breaks UI #5

Open nwhitehead opened 9 years ago

nwhitehead commented 9 years ago

If a notebook cannot be saved into the file it was loaded from, the UI gets into an inconsistent state since we are waiting to synchronize the state of the notebook. This is bad, it even prevents easy closure of the window (have to wait for timeout dialog).

Ideally this is detected and handled cleanly. If we get into this state, close the window immediately cleanly.