diff options
author | Guido van Rossum <guido@python.org> | 1999-03-10 05:17:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-03-10 05:17:28 (GMT) |
commit | a917af7fc7862da8f5882ae5784815b9070453ef (patch) | |
tree | ee667af458d9600c4b70eb9b7e720a0a7734b87a /Tools/idle/EditorWindow.py | |
parent | dc424be5af65edca261e9242ebc2aad872889fc5 (diff) | |
download | cpython-a917af7fc7862da8f5882ae5784815b9070453ef.zip cpython-a917af7fc7862da8f5882ae5784815b9070453ef.tar.gz cpython-a917af7fc7862da8f5882ae5784815b9070453ef.tar.bz2 |
"Path browser" - 4 scrolled lists displaying:
directories on sys.path
modules in selected directory
classes in selected module
methods of selected class
Sinlge clicking in a directory, module or class item updates the next
column with info about the selected item. Double clicking in a
module, class or method item opens the file (and selects the clicked
item if it is a class or method).
I guess eventually I should be using a tree widget for this, but the
ones I've seen don't work well enough, so for now I use the old
Smalltalk or NeXT style multi-column hierarchical browser.
Diffstat (limited to 'Tools/idle/EditorWindow.py')
0 files changed, 0 insertions, 0 deletions