diff options
author | Guido van Rossum <guido@python.org> | 1999-09-09 14:16:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-09-09 14:16:02 (GMT) |
commit | 7f2c9d38902699e37970a7b85eb3ff9ffe700bd5 (patch) | |
tree | dba698ceec715ac44f5045bb0e3534b5fe0945cf /Tools/idle/TODO.txt | |
parent | f6202635f9fd0fc55308e15600adfe3d1bc1e97f (diff) | |
download | cpython-7f2c9d38902699e37970a7b85eb3ff9ffe700bd5.zip cpython-7f2c9d38902699e37970a7b85eb3ff9ffe700bd5.tar.gz cpython-7f2c9d38902699e37970a7b85eb3ff9ffe700bd5.tar.bz2 |
A few new TODO entries.
Diffstat (limited to 'Tools/idle/TODO.txt')
-rw-r--r-- | Tools/idle/TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt index 49a8dd5..4bab72f 100644 --- a/Tools/idle/TODO.txt +++ b/Tools/idle/TODO.txt @@ -10,6 +10,9 @@ TO DO: - debugger should be global resource (attached to flist, not to shell) - fix the stupid bug where you need to step twice - after closing and reopening PyShell, debugger no longer works :-( + - display class name in stack viewer entries for methods + - suppress tracing through IDLE internals (e.g. print) + - add a button to suppress through a specific module or class or method - insert the initial current directory into sys.path - default directory attribute for each window instead of only for windows that have an associated filename @@ -40,6 +43,7 @@ TO DO: - Way to find definition of fully-qualified name: In other words, select "UserDict.UserDict", hit some magic key and it loads up UserDict.py and finds the first def or class for UserDict. +- need a way to force colorization on/off Details: |