Find and Replace problem

Drillnot

Member²
We found this in version 8.0.0.1480 compared to 7.1.5.x.

Suppose you want to replace any pair of single quotes with a single single quote character. Suppose you encounter 4 single quotes:

''''

Version 8 will "Replace All" by leaving a single quote.

'

Version 7 will "Replace All" by leaving two single quotes.

''

It seems that the new version will move to the beginning of the Find range after replacing, whereas previous versions will move to the end of the Find range after replacing.

Bug or new feature? I think we preferred the 7.1.5.x method.
 
Back
Top