https://bugs.documentfoundation.org/show_bug.cgi?id=135538
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|target:27.2.0 | --- Comment #23 from Justin L <[email protected]> --- Comment 22's patch primarily benefits Calc (although it opens the door for Writer to try to handle bZeroMatch and it does solve the macro-editor complaint in tdf#132870). -Calc: no significant downsides noticed (unless already true for '$'). Replace gets stuck. Need to replace/find next/replace/find next... ReplaceAll, Find, and FindAll work nicely. Find-Backwards doesn't work - a general regex problem. -macro editor: gets 'stuck' finding same position every time (but that also happened already with '$'). There is no 'Find All' (so nothing bad can happen there) and 'Replace All' works nicely. No practical downside. I decided to merge this patch since it does improve the situation, with the caveats mentioned. There is no impact on Writer with this patch. -- You are receiving this mail because: You are the assignee for the bug.
