Also when the "Replace All" (or "Replace") button is pressed, I'd like to know how many strings were actually replaced. As it stands now, If I press "Replace All" I have no idea if zero strings were replaced, or 1000 strings were replaced. I'd like to see the count added to a label at the bottom of the Find/Replace dialog (in a status bar?). Example "32 replaced in Document" or "32 replaced in Selection". I'd also like to see this count label updated for the Replace button, that way I don't have to keep looking at the code in the editor to see if it worked when I am replacing the strings one at a time with the "Replace" button.
TIA