mirror of https://github.com/python/cpython.git
Misc
This commit is contained in:
parent
31000dd0f4
commit
f87240f447
|
@ -14,6 +14,9 @@ TO DO:
|
||||||
- ^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
|
- 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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue