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
7f0882c9
Kaydet (Commit)
7f0882c9
authored
May 22, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17532: Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
üst
67246127
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
Bindings.py
Lib/idlelib/Bindings.py
+4
-0
EditorWindow.py
Lib/idlelib/EditorWindow.py
+0
-1
PyShell.py
Lib/idlelib/PyShell.py
+0
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/idlelib/Bindings.py
Dosyayı görüntüle @
7f0882c9
...
...
@@ -98,6 +98,10 @@ if macosxSupport.runningAsOSXApp():
# menu
del
menudefs
[
-
1
][
1
][
0
:
2
]
# Remove the 'Configure' entry from the options menu, it is in the
# application menu as 'Preferences'
del
menudefs
[
-
2
][
1
][
0
:
2
]
default_keydefs
=
idleConf
.
GetCurrentKeySet
()
del
sys
Lib/idlelib/EditorWindow.py
Dosyayı görüntüle @
7f0882c9
...
...
@@ -463,7 +463,6 @@ class EditorWindow(object):
]
if
macosxSupport
.
runningAsOSXApp
():
del
menu_specs
[
-
3
]
menu_specs
[
-
2
]
=
(
"windows"
,
"_Window"
)
...
...
Lib/idlelib/PyShell.py
Dosyayı görüntüle @
7f0882c9
...
...
@@ -822,7 +822,6 @@ class PyShell(OutputWindow):
]
if
macosxSupport
.
runningAsOSXApp
():
del
menu_specs
[
-
3
]
menu_specs
[
-
2
]
=
(
"windows"
,
"_Window"
)
...
...
Misc/ACKS
Dosyayı görüntüle @
7f0882c9
...
...
@@ -1130,6 +1130,7 @@ Michael Simcich
Ionel Simionescu
Kirill Simonov
Nathan Paul Simons
Guilherme Simões
Adam Simpkins
Ravi Sinha
Janne Sinkkonen
...
...
Misc/NEWS
Dosyayı görüntüle @
7f0882c9
...
...
@@ -45,6 +45,9 @@ IDLE
- Issue #14146: Highlight source line while debugging on Windows.
- Issue #17532: Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
Tests
-----
...
...
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