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
53f2b5fa
Kaydet (Commit)
53f2b5fa
authored
Agu 09, 2006
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
üst
faeeab7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
EditorWindow.py
Lib/idlelib/EditorWindow.py
+5
-5
NEWS.txt
Lib/idlelib/NEWS.txt
+2
-0
No files found.
Lib/idlelib/EditorWindow.py
Dosyayı görüntüle @
53f2b5fa
...
...
@@ -1277,13 +1277,13 @@ class EditorWindow(object):
"Toggle tabs"
,
"Turn tabs "
+
(
"on"
,
"off"
)[
self
.
usetabs
]
+
"?
\n
Indent width "
+
(
"will be"
,
"remains at"
)[
self
.
usetabs
]
+
" 8."
,
(
"will be"
,
"remains at"
)[
self
.
usetabs
]
+
" 8."
+
"
\n
Note: a tab is always 8 columns"
,
parent
=
self
.
text
):
self
.
usetabs
=
not
self
.
usetabs
# Try to prevent mixed tabs/spaces.
# User must reset indent width manually after using tabs
# if he insists on getting into trouble.
self
.
indentwidth
=
8
# Try to prevent inconsistent indentation.
# User must change indent width manually after using tabs.
self
.
indentwidth
=
8
return
"break"
# XXX this isn't bound to anything -- see tabwidth comments
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
53f2b5fa
...
...
@@ -3,6 +3,8 @@ What's New in IDLE 1.2c1?
*Release date: XX-AUG-2006*
- ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
- When used w/o subprocess, all exceptions were preceded by an error
message claiming they were IDLE internal errors (since 1.2a1).
...
...
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