mirror of
https://github.com/python/cpython.git
synced 2026-02-02 12:42:35 +00:00
close search and replace dialog after it is used (closes #17625)
This commit is contained in:
parent
ef0faa5c59
commit
7684fa8a38
2 changed files with 12 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ def replace_all(self, event=None):
|
|||
text.undo_block_stop()
|
||||
if first and last:
|
||||
self.show_hit(first, last)
|
||||
self.close()
|
||||
|
||||
def do_find(self, ok=0):
|
||||
if not self.engine.getprog():
|
||||
|
|
|
|||
11
Misc/NEWS
11
Misc/NEWS
|
|
@ -2,6 +2,17 @@
|
|||
Python News
|
||||
+++++++++++
|
||||
|
||||
What's New in Python 3.2.4?
|
||||
===========================
|
||||
|
||||
*Release date: XX-Apr-2013*
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
- Issue #17625: In IDLE, close the replace dialog after it is used.
|
||||
|
||||
|
||||
What's New in Python 3.2.4 release candidate 1?
|
||||
===============================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue