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
ccb416fe
Kaydet (Commit)
ccb416fe
authored
Ock 18, 2015
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
üst
3bbb37e0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
11 deletions
+9
-11
idle.rst
Doc/library/idle.rst
+2
-2
EditorWindow.py
Lib/idlelib/EditorWindow.py
+1
-4
PyShell.py
Lib/idlelib/PyShell.py
+1
-4
help.txt
Lib/idlelib/help.txt
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/idle.rst
Dosyayı görüntüle @
ccb416fe
...
...
@@ -258,8 +258,8 @@ Code Context (toggle)(Editor Window only)
Open a pane at the top of the edit window which shows the block context
of the code which has scrolled above the top of the window.
Window
s
menu (Shell and Editor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^
Window menu (Shell and Editor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Zoom Height
Toggles the window between normal size and maximum height. The initial size
...
...
Lib/idlelib/EditorWindow.py
Dosyayı görüntüle @
ccb416fe
...
...
@@ -439,13 +439,10 @@ class EditorWindow(object):
(
"format"
,
"F_ormat"
),
(
"run"
,
"_Run"
),
(
"options"
,
"_Options"
),
(
"windows"
,
"_Window
s
"
),
(
"windows"
,
"_Window"
),
(
"help"
,
"_Help"
),
]
if
sys
.
platform
==
"darwin"
:
menu_specs
[
-
2
]
=
(
"windows"
,
"_Window"
)
def
createmenubar
(
self
):
mbar
=
self
.
menubar
...
...
Lib/idlelib/PyShell.py
Dosyayı görüntüle @
ccb416fe
...
...
@@ -848,13 +848,10 @@ class PyShell(OutputWindow):
(
"edit"
,
"_Edit"
),
(
"debug"
,
"_Debug"
),
(
"options"
,
"_Options"
),
(
"windows"
,
"_Window
s
"
),
(
"windows"
,
"_Window"
),
(
"help"
,
"_Help"
),
]
if
sys
.
platform
==
"darwin"
:
menu_specs
[
-
2
]
=
(
"windows"
,
"_Window"
)
# New classes
from
idlelib.IdleHistory
import
History
...
...
Lib/idlelib/help.txt
Dosyayı görüntüle @
ccb416fe
...
...
@@ -138,7 +138,7 @@ Options Menu (Shell and Editor):
window. This is not present in the Shell
window only the Editor window.
Window
s
Menu (Shell and Editor):
Window Menu (Shell and Editor):
Zoom Height -- Toggles the window between normal size (40x80 initial
setting) and maximum height. The initial size is in the Configure
...
...
Misc/ACKS
Dosyayı görüntüle @
ccb416fe
...
...
@@ -1320,6 +1320,7 @@ Hisao Suzuki
Kalle Svensson
Andrew Svetlov
Paul Swartz
Al Sweigart
Thenault Sylvain
Péter Szabó
John Szakmeister
...
...
Misc/NEWS
Dosyayı görüntüle @
ccb416fe
...
...
@@ -272,6 +272,9 @@ IDLE
-
Issue
#
21986
:
Code
objects
are
not
normally
pickled
by
the
pickle
module
.
To
match
this
,
they
are
no
longer
pickled
when
running
under
Idle
.
-
Issue
#
23180
:
Rename
IDLE
"Windows"
menu
item
to
"Window"
.
Patch
by
Al
Sweigart
.
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