diff options
author | Guido van Rossum <guido@python.org> | 1999-04-19 16:26:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-19 16:26:02 (GMT) |
commit | 0a2818fe5b2f7ea840d2ed3e87e0caf925dc9d37 (patch) | |
tree | f07d9d4ef123d2e91e3b68415c2ecfb038d985a7 /Tools/idle/TODO.txt | |
parent | 17c516eacb2051ff7f549bea077ebb9666ffab69 (diff) | |
download | cpython-0a2818fe5b2f7ea840d2ed3e87e0caf925dc9d37.zip cpython-0a2818fe5b2f7ea840d2ed3e87e0caf925dc9d37.tar.gz cpython-0a2818fe5b2f7ea840d2ed3e87e0caf925dc9d37.tar.bz2 |
A few wishes are now fulfilled.
Diffstat (limited to 'Tools/idle/TODO.txt')
-rw-r--r-- | Tools/idle/TODO.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt index 6ce2b25..d45359d 100644 --- a/Tools/idle/TODO.txt +++ b/Tools/idle/TODO.txt @@ -19,7 +19,6 @@ TO DO: - more emacsisms: - parentheses matching - M-[, M-] to move by paragraphs - - smart stuff with whitespace around Return - filter region? - incremental search? - ^K should cut to buffer @@ -85,9 +84,6 @@ Comparison to PTUI + PTUI can attach a shell to any module -+ PTUI's auto indent is better - (understands that "if a: # blah, blah" opens a block) - + PTUI has more bells and whistles: open multiple append |