]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
# TODO entries changed
authorGuido van Rossum <guido@python.org>
Thu, 8 Apr 1999 20:28:42 +0000 (20:28 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Apr 1999 20:28:42 +0000 (20:28 +0000)
Tools/idle/ClassBrowser.py
Tools/idle/TODO.txt

index 4093079bd3aafc7d3f922cbe59be77ca89dee612..f9b1655d0f1324dec901e900989107435172811f 100644 (file)
@@ -2,7 +2,7 @@
 
 XXX TO DO:
 
-- generalize the scrolling listbox with some behavior into a base class
+- reparse when source changed
 - add popup menu with more options (e.g. doc strings, base classes, imports)
 - show function argument list (have to do pattern matching on source)
 - should the classes and methods lists also be in the module's menu bar?
index 04abaa23419165b592a69ba2f535f77a5b656c5c..6ce2b25971fa24f77253e78f8853af23209a92f0 100644 (file)
@@ -4,14 +4,16 @@ TO DO:
 - improve debugger:
     - manage breakpoints globally, allow bp deletion, tbreak, cbreak etc.
     - real object browser
-    - slidable panel separators
     - help on how to use it (a simple help button will do wonders)
     - performance?  (updates of large sets of locals are slow)
     - better integration of "debug module"
 - insert the initial current directory into sys.path
 - default directory attribute for each window instead of only for windows
   that have an associated filename
-- "GO" command
+- "GO" commands (execute whole buffer, selection, current line
+  in the context of the Python Shell window)
+  Rename Run -> Load, Go -> Execute
+- output from module execution should go to Python Shell (?)
 - command expansion from keywords, module contents, other buffers, etc.
 - "Recent documents" menu item
 - more emacsisms:
@@ -110,7 +112,7 @@ Comparison to PTUI
 
 - PTUI lacks an integrated debugger
 
-- PTUI lacks a class browser
+- PTUI lacks path and class browsers
 
 - PTUI lacks many of IDLE's features:
   - expand word