The Find/Replace window should stay open after doing a search

Working on new editor enhancements?
Axeman
User
User
Posts: 98
Joined: Mon Nov 03, 2003 5:34 am

The Find/Replace window should stay open after doing a search

Post by Axeman »

Currently the Find/Replace window in the editor closes after a search, which is annoying. It should stay open so that multiple searches can be done, if desired. There also needs to be a toolbar icon button for it, so that it can be easily accessed.
User avatar
skywalk
Addict
Addict
Posts: 4231
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: The Find/Replace window should stay open after doing a search

Post by skywalk »

I prefer the current behavior, because I immediately start to cycle up or down my code with [F3] or [Shift]+[F3] without the search dialog blocking my screen.

The search dialog stays open with:
[x] Replace
If you want the window behavior to change, I would request an additional checkbox:
[x] Persist
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Axeman
User
User
Posts: 98
Joined: Mon Nov 03, 2003 5:34 am

Re: The Find/Replace window should stay open after doing a search

Post by Axeman »

Having that 'Persist' checkbox in the window itself (as you suggested) is probably the best option, as long as the setting is saved so it's not necessary to do it every time.
BarryG
Addict
Addict
Posts: 4194
Joined: Thu Apr 18, 2019 8:17 am

Re: The Find/Replace window should stay open after doing a search

Post by BarryG »

skywalk wrote: Thu Sep 25, 2025 5:56 pmI prefer the current behavior
Same. I don't want it to stay open after a search. Gets in the way. F3 does multiple searching anyway, so we don't need it to stay open.
Post Reply