[issue17511] Idle find function closes after each find operation

Roger Serwy report at bugs.python.org
Mon Apr 8 04:12:49 CEST 2013


Roger Serwy added the comment:

Update for what I wrote in msg185101: The behavior introduced in #13052 which kept the replace dialog open has been reverted by #17625. 

There ought to be consistency across the different find/replace dialogs. The replace dialog closes when clicking "close" or "replace all" if there are replacements to be made. Otherwise, clicking "find" in the replace dialog keeps it open.

Other editors, such as Geany, Eclipse, Window's Notepad, and Wordpad, keep their find dialogs open when clicking "Find (Next)". Some of those programs still have a "find next" menu item.

I am in support of letting the find dialog remain open, and possibly relabeling the button to say "find next" instead.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17511>
_______________________________________


More information about the Python-bugs-list mailing list