[Libreoffice-bugs] [Bug 127224] Trigger file.save every n minutes
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 27 20:20:35 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=127224
stephenboston at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
Ever confirmed|0 |1
--- Comment #11 from stephenboston at gmail.com ---
This does not satisfy the requirement.
The suggested macro saves a *backup* of the file when I manually trigger a
file.save.
I'm looking for a feature that will *automatically* save a file I have open
that is modified.
Expressed simply:
- consider the File.Save item on the File menu -- the event handler that
responds to that trigger
- every n minutes *automatically* fire that event handler.
This could be implemented by a simple timed loop that checks if a file is
modified and if it is then trigger the File.Save event.
The suggested solution -- the macro -- adds an additional process to the
file.save event and a useful feature that is indeed.
However that solution does not satisfy the requested requirement.
Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200427/75b9f243/attachment.htm>
More information about the Libreoffice-bugs
mailing list