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
21ad59f1
Kaydet (Commit)
21ad59f1
authored
Nis 08, 1999
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
# TODO entries changed
üst
9a744a9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
ClassBrowser.py
Tools/idle/ClassBrowser.py
+1
-1
TODO.txt
Tools/idle/TODO.txt
+5
-3
No files found.
Tools/idle/ClassBrowser.py
Dosyayı görüntüle @
21ad59f1
...
...
@@ -2,7 +2,7 @@
XXX TO DO:
-
generalize the scrolling listbox with some behavior into a base class
-
reparse when source changed
- add popup menu with more options (e.g. doc strings, base classes, imports)
- show function argument list (have to do pattern matching on source)
- should the classes and methods lists also be in the module's menu bar?
...
...
Tools/idle/TODO.txt
Dosyayı görüntüle @
21ad59f1
...
...
@@ -4,14 +4,16 @@ TO DO:
- improve debugger:
- manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
- real object browser
- slidable panel separators
- help on how to use it (a simple help button will do wonders)
- performance? (updates of large sets of locals are slow)
- better integration of "debug module"
- insert the initial current directory into sys.path
- default directory attribute for each window instead of only for windows
that have an associated filename
- "GO" command
- "GO" commands (execute whole buffer, selection, current line
in the context of the Python Shell window)
Rename Run -> Load, Go -> Execute
- output from module execution should go to Python Shell (?)
- command expansion from keywords, module contents, other buffers, etc.
- "Recent documents" menu item
- more emacsisms:
...
...
@@ -110,7 +112,7 @@ Comparison to PTUI
- PTUI lacks an integrated debugger
- PTUI lacks
a class browser
- PTUI lacks
path and class browsers
- PTUI lacks many of IDLE's features:
- expand word
...
...
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