Open
Description
When writing a regex in the Find field, it's useful to see the matches in the selected region (or the whole file if no region is selected) in real-time, much like ctrl+F works in browsers. This avoids repeatedly clicking on Find to see if the regex works as intended. Because for large files this can be costly, it should be enabled via a toggle. Matched regions can be indicated with a background highlight, just like Toggle Mark Occurrences works.
This is also relevant for the "old" Find/Replace dialog.