I leave TextPad open for weeks at a time and just hibernate my PC.
Please can we have a command to save everything -- all files, the workspace state and all settings.
Save everything command
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Save everything command
The Save All command currently only saves all documents and the workspace. If it was modified to also save state, do you think it would break anything?
Re: Save everything command
From a semantic point of view "All" should probably really mean "All".
I cannot think of there being any issue with saving config data as well.
If the PC reboots, I would hope that relaunching TextPad would return to exactly how I left it after the Save-All.
I cannot think of there being any issue with saving config data as well.
If the PC reboots, I would hope that relaunching TextPad would return to exactly how I left it after the Save-All.
Re: Save everything command
Since you didn't provide an example of what "changed" setting is not saved for your scenario I can only assume you want an action to imitate closing TextPad without actually closing it, as settings (such as window position) are saved automatically when TextPad ends. But for reasons you still want to leave it running.
But TextPad would have a hard time distinguishing between a reboot and a normal boot of your PC to then choose between the "save all" savepoint and one where the program is just started (instead of restarted). After all a Windows session can end and a different user can log in - all this without shutting down or restarting the whole PC. What should happen in case of logging of and logging in with the same account - is that considered a "reboot" or "restart" or none of it?
Re: Save everything command
Having mulled it over, the safest solution is to leave well alone. A new command, "Save Configuration", will be added to the Configure menu. It will save modifications to toolbars and menus, as well as other configuration changes. That will enable new instances of TextPad to inherit those changes without having to close the first instance. This is relatively trivial to implement so will be in the next release.
Re: Save everything command
Fair enough.
A new command will allow me to add an extra toolbar button etc.
Thanks
A new command will allow me to add an extra toolbar button etc.
Thanks
Re: Save everything command
See #13929 — Bug (v9.4) Save configuration command not complete