The more I use this the more astonished I am by how transformative this version is. From the big stuff (saved Reg-ex templates—dear God (and kiwidude and meme and user_none), thank you) to the little stuff (being able to apply headings and <i>/<b> formatting on the fly in CV)... I tell you, you've cut my workflow time in half. Easily.
One of the really wonderful small fixes is the ability to replace searches without resetting the cursor on every page. I do seem to have found one weird glitch to this. When I'm searching for missing apostrophes("Bob s", "you re", "They ll", etc), I use the following expression:
Code:
(*UCP) (?=([stmd]|re|ve|ll)\b)(?!re-|\p{L}’)
and then replace the blank space with a fancy closing single-quote (’).
For whatever reason, it won't let me replace, neither with the "Replace" button nor the "Ctrl+]" keyboard shortcut! Not even if i reset the cursor at the beginning of the page. The only way to do it is to manually paste the apostrophe in the highlighted space... which is what i'd been doing in 5.3 anyway, so no biggie. Still, thought I'd share.