Akuli / porcupine

A decent editor written in tkinter
MIT License
162 stars 49 forks source link

Deleting file from directory tree asks if you want to save, if you have unsaved changes #1498

Open Akuli opened 7 months ago

Akuli commented 7 months ago

This is dumb and it shouldn't ask. You don't want to save if you're about to delete the whole file.

Moosems commented 7 months ago

Is this because of the closing of the tab?

Akuli commented 7 months ago

Yes, it somehow ends up calling FileTab.can_be_closed().