Quote:
Originally Posted by Hitch
@mmat1: Well, "replace all" would sucketh in the circumstances I'm looking at...I'll either have to regex it, to avoid instances in which an alpha comes after, (which now scares the big-girl panties right off of me), or do it manually, which is starting to make me cranky. (Those who know me would tell you that they can't notice a difference in the level of cranky, so it mayn't matter).
|
One thing people missed mentioning is that the find-and-replace is only failing when you search all files. If you only search the current file, it works correctly. What I found I had to do when fixing an epub was to do all the changes in one file, open the next file and do a search all files from there to find the next occurrence and then change back to just the current file to fix this. It is a pain but it works. And I will be very happy to see 0.5.3 with this fixed.