[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 3 01:19:03 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=122530
--- Comment #18 from Luke Kendall <luke.kendall at gmail.com> ---
I generally sanitise by throwing away most but not all the information.
I keep capitals, vowels, punctuation.
So the change is done with a regexp and match case enabled, then
Find: ([bcdfghjklmnpqrstvwyz]) <-- Sometimes I consider 'y' a vowel and omit it
Replace: x
Typically I need to sit and wait until the question about "this is taking a
long time; do you want to continue" pops up, so I can tell it to continue.
HTH
--
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/20200903/21dd513d/attachment.htm>
More information about the Libreoffice-bugs
mailing list