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
8a0b7756
Kaydet (Commit)
8a0b7756
authored
Tem 01, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
üst
acd5f811
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
idle.rst
Doc/library/idle.rst
+2
-2
Bindings.py
Lib/idlelib/Bindings.py
+1
-1
help.txt
Lib/idlelib/help.txt
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/idle.rst
Dosyayı görüntüle @
8a0b7756
...
...
@@ -33,8 +33,8 @@ Menus
File menu
^^^^^^^^^
New
window
create a new editing window
New
file
create a new
file
editing window
Open...
open an existing file
...
...
Lib/idlelib/Bindings.py
Dosyayı görüntüle @
8a0b7756
...
...
@@ -15,7 +15,7 @@ from idlelib import macosxSupport
menudefs
=
[
# underscore prefixes character to underscore
(
'file'
,
[
(
'_New
Window
'
,
'<<open-new-window>>'
),
(
'_New
File
'
,
'<<open-new-window>>'
),
(
'_Open...'
,
'<<open-window-from-file>>'
),
(
'Open _Module...'
,
'<<open-module>>'
),
(
'Class _Browser'
,
'<<open-class-browser>>'
),
...
...
Lib/idlelib/help.txt
Dosyayı görüntüle @
8a0b7756
...
...
@@ -5,7 +5,7 @@ separate window containing the menu is created.
File Menu:
New
Window -- Create a new
editing window
New
File -- Create a new file
editing window
Open... -- Open an existing file
Recent Files... -- Open a list of recent files
Open Module... -- Open an existing module (searches sys.path)
...
...
Misc/NEWS
Dosyayı görüntüle @
8a0b7756
...
...
@@ -116,6 +116,9 @@ Library
IDLE
----
- Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
- Remove dead imports of imp.
- Issue #18196: Avoid displaying spurious SystemExit tracebacks.
...
...
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