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
ae1f3bd7
Kaydet (Commit)
ae1f3bd7
authored
Mar 07, 2000
tarafından
Jeremy Hylton
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename the global IdleConfParser object from IdleConf to idleconf
standard usage is now from IdleConf import idleconf
üst
6b3edf05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
EditorWindow.py
Tools/idle/EditorWindow.py
+4
-4
No files found.
Tools/idle/EditorWindow.py
Dosyayı görüntüle @
ae1f3bd7
...
@@ -8,7 +8,7 @@ import tkSimpleDialog
...
@@ -8,7 +8,7 @@ import tkSimpleDialog
import
tkMessageBox
import
tkMessageBox
import
idlever
import
idlever
import
WindowList
import
WindowList
from
IdleConf
import
IdleC
onf
from
IdleConf
import
idlec
onf
# The default tab setting for a Text widget, in average-width characters.
# The default tab setting for a Text widget, in average-width characters.
TK_TABWIDTH_DEFAULT
=
8
TK_TABWIDTH_DEFAULT
=
8
...
@@ -94,8 +94,8 @@ class EditorWindow:
...
@@ -94,8 +94,8 @@ class EditorWindow:
vars
=
{}
vars
=
{}
def
__init__
(
self
,
flist
=
None
,
filename
=
None
,
key
=
None
,
root
=
None
):
def
__init__
(
self
,
flist
=
None
,
filename
=
None
,
key
=
None
,
root
=
None
):
edconf
=
IdleC
onf
.
getsection
(
'EditorWindow'
)
edconf
=
idlec
onf
.
getsection
(
'EditorWindow'
)
coconf
=
IdleC
onf
.
getsection
(
'Colors'
)
coconf
=
idlec
onf
.
getsection
(
'Colors'
)
self
.
flist
=
flist
self
.
flist
=
flist
root
=
root
or
flist
.
root
root
=
root
or
flist
.
root
self
.
root
=
root
self
.
root
=
root
...
@@ -530,7 +530,7 @@ class EditorWindow:
...
@@ -530,7 +530,7 @@ class EditorWindow:
traceback
.
print_exc
()
traceback
.
print_exc
()
def
get_standard_extension_names
(
self
):
def
get_standard_extension_names
(
self
):
return
IdleC
onf
.
getextensions
()
return
idlec
onf
.
getextensions
()
def
load_extension
(
self
,
name
):
def
load_extension
(
self
,
name
):
mod
=
__import__
(
name
,
globals
(),
locals
(),
[])
mod
=
__import__
(
name
,
globals
(),
locals
(),
[])
...
...
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