Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
fff3f483
Kaydet (Commit)
fff3f483
authored
Haz 11, 2013
tarafından
Roger Serwy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#17511: Keep IDLE find dialog open after clicking "Find Next".
Original patch by Sarah K.
üst
045e4579
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
SearchDialog.py
Lib/idlelib/SearchDialog.py
+2
-3
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/idlelib/SearchDialog.py
Dosyayı görüntüle @
fff3f483
...
...
@@ -24,13 +24,12 @@ class SearchDialog(SearchDialogBase):
def
create_widgets
(
self
):
f
=
SearchDialogBase
.
create_widgets
(
self
)
self
.
make_button
(
"Find"
,
self
.
default_command
,
1
)
self
.
make_button
(
"Find
Next
"
,
self
.
default_command
,
1
)
def
default_command
(
self
,
event
=
None
):
if
not
self
.
engine
.
getprog
():
return
if
self
.
find_again
(
self
.
text
):
self
.
close
()
self
.
find_again
(
self
.
text
)
def
find_again
(
self
,
text
):
if
not
self
.
engine
.
getpat
():
...
...
Misc/ACKS
Dosyayı görüntüle @
fff3f483
...
...
@@ -502,6 +502,7 @@ Jens B. Jorgensen
Sijin Joseph
Andreas Jung
Tattoo Mabonzo K.
Sarah K.
Bohuslav Kabrda
Bob Kahn
Kurt B. Kaiser
...
...
Misc/NEWS
Dosyayı görüntüle @
fff3f483
...
...
@@ -50,6 +50,9 @@ Build
IDLE
----
- Issue #17511: Keep IDLE find dialog open after clicking "Find Next".
Original patch by Sarah K.
- Issue #15392: Create a unittest framework for IDLE.
Preliminary patch by Rajagopalasarma Jayakrishnan
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment