diff options
author | Guido van Rossum <guido@python.org> | 1998-10-13 23:49:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-13 23:49:55 (GMT) |
commit | f035d3bfe13fe52a90bd3e3c65ee35b1cb652cf6 (patch) | |
tree | b162295423c23e5730933280e988bedaf18ea477 /Tools/idle | |
parent | 9f1292d84000f9793793002f46cd2767ff8e3dc6 (diff) | |
download | cpython-f035d3bfe13fe52a90bd3e3c65ee35b1cb652cf6.zip cpython-f035d3bfe13fe52a90bd3e3c65ee35b1cb652cf6.tar.gz cpython-f035d3bfe13fe52a90bd3e3c65ee35b1cb652cf6.tar.bz2 |
Misc
Diffstat (limited to 'Tools/idle')
-rw-r--r-- | Tools/idle/README | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Tools/idle/README b/Tools/idle/README index ed3d7c5..e7551d4 100644 --- a/Tools/idle/README +++ b/Tools/idle/README @@ -5,12 +5,12 @@ BUGS: TO DO: +- use platform specific default bindings +- title and Windows menu should have base filename first - restructure state sensitive code to avoid testing flags all the time - integrated debugger -- object browser +- object browser instead of current stack viewer - save some user state (e.g. window and cursor positions, bindings) - -- menu bar - make backups when saving - check file mtimes at various points - interface with RCS/CVS/Perforce ??? @@ -21,6 +21,8 @@ TO DO: - reindent, reformat text etc. - M-[, M-] to move by paragraphs - smart stuff with whitespace around Return + - filter region? + - grep? - status bar? - better help? @@ -28,10 +30,14 @@ Details: - when there's a selection, left/right arrow should go to either end of the selection +- ^O should honor autoindent Structural problems: - too much knowledge in FileList about EditorWindow (for example) +- Several occurrences of scrollable listbox with title and certain + behavior; should create base class to generalize this +- class browser could become an outline? ====================================================================== @@ -49,8 +55,6 @@ Comparison to PTUI - PTUI's framework is better: status line - menu bar - buffer menu (not sure if I like the toolbar) - PTUI's GUI is a tad ugly: |