1. This effectively already exists. You can delete any replacement you do not want to apply with the delete key. And you can scroll through them all before making any decisions.
2. Since finds and replacements can overlap, and impact positional information (ie an upstream replacement changes the position of the downstream, there is no way to pre-find every occurrence and have that position remain valid all throughout the sequence of replacements) otherwise. So the window must show the application order so that you see how overlaps are or are not handled.
Last edited by KevinH; 12-02-2024 at 09:24 AM.
|