https://bugs.documentfoundation.org/show_bug.cgi?id=135538
--- Comment #25 from Justin L <[email protected]> --- Finding the end of the paragraph ($) is entirely custom code. So it seems to make sense that custom code likely would be useful to also find the beginning of the line. Patch 24 does that. It puts down the foundation that I was hoping to see in earlier work that I did - some way to instruct the search engine that the cursor moved, so test the current position first. The caveat for Writer in this case is that a normal Replace does not work - Writer doesn't do replacements unless there is a selection. But a Replace All does work. -- You are receiving this mail because: You are the assignee for the bug.
