]> granicus.if.org Git - python/commitdiff
Some requests have been fulfilled.
authorGuido van Rossum <guido@python.org>
Mon, 11 Jan 1999 14:52:40 +0000 (14:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 11 Jan 1999 14:52:40 +0000 (14:52 +0000)
Tools/idle/TODO.txt

index 9bf8fbf4d1e3791cf1e95480514439aad0eb730c..241edf348c17d57acec498a6149c9dd4c682658f 100644 (file)
@@ -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
 
 ======================================================================