There have been several feature requests to make TextPad play nice with Windows restart manager and auto-recover unsaved documents/changes when Windows forcefully restarts (usually because of an update) and or power failure. The latest version of Textpad is able to auto-recover unsaved changes/documents. But this introduced several new errors.
Error 1: TextPad reports an incorrect path for a recovered document.
Start TextPad with a new document.
Add some content to the document without saving it.
Restart the computer (or I suppose logging off will also work).
Upon restart select the option to recover the unsaved document.
Wait a while (I don't know the exact time it takes).
TextPad will popup an error saying the document contains an incorrect path.
textpad1.png (69.74 KiB) Viewed 3405 times
Error 2: TextPad erroneously reports that another application has updated the file with recovered changes
Open an existing file.
Make changes to the content without saving the changes.
Restart the computer (or I suppose logging off will also work).
Upon restart select the option to recover the unsaved changes.
Wait a while (I don't know the exact time it takes).
TextPad will report that another application has changed the file.
textpad2.png (77.68 KiB) Viewed 3405 times
Note that these errors also happen in various combinations if a workspace contains multiple saved and new documents with recovered content. I was able to consistently replicate them. I also had an instance of the first error occurring without having explicitly recovered content (or after it was saved).
Last edited by AmigoJack on Wed Feb 28, 2024 7:36 am, edited 1 time in total.
Reason:list (and heading) formatting
The second issue occurs because TextPad checks that timestamps on files are different, rather than newer than the one loaded. This gives you the opportunity to revert to the unmodified original.
Will look into the first. It's occurring in Microsoft's code. Closing and reopening the workspace should work around it.
It's unfortunate to hear about the errors you've encountered, specifically the incorrect path and the erroneous report of other applications updating the file. Such issues can indeed disrupt the workflow. Considering these glitches, it might be helpful to communicate directly with TextPad's support team. They could offer insights into potential fixes or workarounds. Providing them with detailed steps to replicate the errors would aid in their troubleshooting efforts.
This happens if a workspace containing modified new documents is open at the time Windows Update automatically restarts the operating system. To work around it, either close or save the new documents. This will be fixed in the next release.
@bbadmin, looks like you got it. Just to clarify, you can replicate the issue on command, all you have to do is log off when there are unsaved documents, then log back on and wait. Great that it will be fixed.
Regarding the second issue. I understand technically why it happens. But this is a bug. Consider the workflow:
I log back on, and TextPad explicitly asks me if I want to recover unsaved documents.
I click YES.
At this point, it makes no sense for TextPad to notify me a second later that the document has been changed by another application. I don't see any scenario where that makes sense.
I guess you need to take a snapshot of the timestamps at the time of recovery and ignore it when checking for changes.