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
0c9b6173
Kaydet (Commit)
0c9b6173
authored
Eyl 14, 2002
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bindings.py
AutoIndent merged 21Jul cleanup and remove references to config backend 06Aug
üst
dcfd825c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
Bindings.py
Lib/idlelib/Bindings.py
+10
-8
No files found.
Lib/idlelib/Bindings.py
Dosyayı görüntüle @
0c9b6173
...
@@ -5,16 +5,8 @@
...
@@ -5,16 +5,8 @@
# skipped by the code here. This makes it possible to define the
# skipped by the code here. This makes it possible to define the
# Debug menu here, which is only present in the PythonShell window.
# Debug menu here, which is only present in the PythonShell window.
# changes by dscherer@cmu.edu:
# - Python shell moved to 'Run' menu
# - "Help" renamed to "IDLE Help" to distinguish from Python help.
# The distinction between the environment and the language is dim
# or nonexistent in a novice's mind.
# - Silly advice added
import
sys
import
sys
import
string
import
string
#from keydefs import *
from
configHandler
import
idleConf
from
configHandler
import
idleConf
menudefs
=
[
menudefs
=
[
...
@@ -51,6 +43,16 @@ menudefs = [
...
@@ -51,6 +43,16 @@ menudefs = [
(
'R_eplace...'
,
'<<replace>>'
),
(
'R_eplace...'
,
'<<replace>>'
),
(
'Go to _line'
,
'<<goto-line>>'
),
(
'Go to _line'
,
'<<goto-line>>'
),
]),
]),
(
'format'
,
[
(
'_Indent region'
,
'<<indent-region>>'
),
(
'_Dedent region'
,
'<<dedent-region>>'
),
(
'Comment _out region'
,
'<<comment-region>>'
),
(
'U_ncomment region'
,
'<<uncomment-region>>'
),
(
'Tabify region'
,
'<<tabify-region>>'
),
(
'Untabify region'
,
'<<untabify-region>>'
),
(
'Toggle tabs'
,
'<<toggle-tabs>>'
),
(
'New indent width'
,
'<<change-indentwidth>>'
),
]),
(
'run'
,[
(
'run'
,[
(
'Python shell'
,
'<<open-python-shell>>'
),
(
'Python shell'
,
'<<open-python-shell>>'
),
]),
]),
...
...
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