mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Restructured a bit.
This commit is contained in:
parent
7d83a5e6f8
commit
5ec13c5318
1 changed files with 16 additions and 12 deletions
|
@ -1,23 +1,27 @@
|
||||||
|
|
||||||
TO DO:
|
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" command
|
||||||
- command expansion from keywords, module contents, other buffers, etc.
|
- command expansion from keywords, module contents, other buffers, etc.
|
||||||
- "Recent documents" menu item
|
- "Recent documents" menu item
|
||||||
- more emacsisms:
|
- more emacsisms:
|
||||||
- parentheses matching
|
- parentheses matching
|
||||||
- reindent, reformat text etc.
|
- M-[, M-] to move by paragraphs
|
||||||
- M-[, M-] to move by paragraphs
|
- smart stuff with whitespace around Return
|
||||||
- smart stuff with whitespace around Return
|
- filter region?
|
||||||
- filter region?
|
- incremental search?
|
||||||
- incremental search?
|
- ^K should cut to buffer
|
||||||
- ^K should cut to buffer
|
|
||||||
- restructure state sensitive code to avoid testing flags all the time
|
- restructure state sensitive code to avoid testing flags all the time
|
||||||
- finish debugger
|
|
||||||
- quitting while debugging dosen't work
|
|
||||||
- should have a kill command
|
|
||||||
- break GUI should be finished
|
|
||||||
- object browser instead of current stack viewer
|
|
||||||
- persistent user state (e.g. window and cursor positions, bindings)
|
- persistent user state (e.g. window and cursor positions, bindings)
|
||||||
- make backups when saving
|
- make backups when saving
|
||||||
- check file mtimes at various points
|
- check file mtimes at various points
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue