summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-11 14:52:40 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-11 14:52:40 (GMT)
commitc66e860418d9e94b04eb1a8318384324726d3f15 (patch)
treecb2422bdb7f5936fe20c8663c0a1af2e86cb9b9d
parent245ddc4b88dffbe066ee222e0722faa6d6107fab (diff)
downloadcpython-c66e860418d9e94b04eb1a8318384324726d3f15.zip
cpython-c66e860418d9e94b04eb1a8318384324726d3f15.tar.gz
cpython-c66e860418d9e94b04eb1a8318384324726d3f15.tar.bz2
Some requests have been fulfilled.
-rw-r--r--Tools/idle/TODO.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt
index 9bf8fbf..241edf3 100644
--- a/Tools/idle/TODO.txt
+++ b/Tools/idle/TODO.txt
@@ -2,7 +2,6 @@
TO DO:
- "GO" command
-- "Modularize" command
- command expansion from keywords, module contents, other buffers, etc.
- "Recent documents" menu item
- more emacsisms:
@@ -13,7 +12,6 @@ TO DO:
- filter region?
- incremental search?
- ^K should cut to buffer
- - command to fill text paragraphs
- restructure state sensitive code to avoid testing flags all the time
- finish debugger
- object browser instead of current stack viewer
@@ -81,12 +79,9 @@ Comparison to PTUI
+ PTUI's auto indent is better
(understands that "if a: # blah, blah" opens a block)
-+ IDLE requires 4x backspace to dedent a line
-
+ PTUI has more bells and whistles:
open multiple
append
- modularize
examine
go
@@ -114,6 +109,9 @@ Comparison to PTUI
- expand word
- regular expression search
- search files (grep)
+ - (un)tabify
+ - center
+ - zoom height
======================================================================