mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-13 13:08:24 +02:00
File manager uses its Scintilla view (with its default document) to save and load file so these 2 op won't be done on foreground. The fix decreases the reference of document to save correctly while the failure of saving (out of disk space). Close #5659