Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f035d3bf
Commit
f035d3bf
authored
Oct 13, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc
parent
9f1292d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
Tools/idle/README
Tools/idle/README
+9
-5
No files found.
Tools/idle/README
View file @
f035d3bf
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment