No Save-dialog when exiting
-
I was somewhat surprised when I didn’t get a save-dialog when exiting with unsaved text in buffer. This was when using the main exit-button in the top-right-corner. I tested using the tabs exit-button instead, and then I got the expected dialogue.
Is this a new bug, or has it always been like this?Kind regards,
Roger BratsethNotepad++ v8.5.4 (64-bit)
Build time : Jun 17 2023 - 20:42:45
Path : C:\Program Files\notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 22H2
OS Build : 19045.3086
Current ANSI codepage : 1252
Plugins :
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
XMLTools (3.1.1.13) -
If you restart Notepad++ and your unsaved data appears back again, Notepad++ is working as intended.
Read the user manual HERE.
-
@Alan-Kilborn That is the problem, unsaved data does not appear back again, and is lost. Seems the ‘session snapshot and periodic backup’ function isn’t working properly. I can create new files in the backup path.
When I uncheck ‘Enable session snapshot and periodic backup’ it works as expected.If I create a second document, the periodic backup works as expected. I don’t lose data.
-
@rogerbratseth said in No Save-dialog when exiting:
When I uncheck ‘Enable session snapshot and periodic backup’ it works as expected.
That seems to be a key element in reproducing the issue. I tried to reproduce what you reported but was not successful. You will need to experiment to see if you can figure out if and how others can reproduce the issue.
Here is what I tried:
Remember current session for next launch
andEnable session snapshot and periodic backup
are both enabled by default. The default is to back up every 7 seconds.I did a test where I changed the backup interval from 7 to 600 seconds, close exit Notepad++, restart Notepad++, Ctrl-N to open a new tab, type some garbage in the new tab and immediately closed. When I restarted Notepad++ the new tab with my garbage was present.
If I turn off the
Enable session snapshot and periodic backup
option an retry the test then I’m prompted with--------------------------- Save --------------------------- Save file "new 1" ? --------------------------- Yes No Cancel ---------------------------
when I try to exit Notepad++. Apparently when
Enable session snapshot and periodic backup
is enabled it’s also doing a silent flush/save when I exit Notepad++ and not waiting for the 600 second save interval to roll around.If I turn
Remember current session for next launch
off then it it also turns off and grays out theEnable session snapshot and periodic backup
part. I’m prompted to save my new tabs when I try to exit.The Backup section of Preferences also has a
Backup on save
section. It defaults toNone
. I did not experiment with this. -
@mkupper Thanks for experimenting. I have done the same here at my end, as I did yesterday, and I’m not able to reproduce what I experienced yesterday. I suspect it can be related to us using virtual desktops at the office, and the user-folder needs to be copied from somewhere everytime you create a new session. The backup might have been overwritten from central storage when syncing?