mirror of https://github.com/python/cpython.git
A few wishes are now fulfilled.
This commit is contained in:
parent
17c516eacb
commit
0a2818fe5b
|
@ -19,7 +19,6 @@ TO DO:
|
||||||
- more emacsisms:
|
- more emacsisms:
|
||||||
- parentheses matching
|
- parentheses matching
|
||||||
- M-[, M-] to move by paragraphs
|
- M-[, M-] to move by paragraphs
|
||||||
- smart stuff with whitespace around Return
|
|
||||||
- filter region?
|
- filter region?
|
||||||
- incremental search?
|
- incremental search?
|
||||||
- ^K should cut to buffer
|
- ^K should cut to buffer
|
||||||
|
@ -85,9 +84,6 @@ Comparison to PTUI
|
||||||
|
|
||||||
+ PTUI can attach a shell to any module
|
+ PTUI can attach a shell to any module
|
||||||
|
|
||||||
+ PTUI's auto indent is better
|
|
||||||
(understands that "if a: # blah, blah" opens a block)
|
|
||||||
|
|
||||||
+ PTUI has more bells and whistles:
|
+ PTUI has more bells and whistles:
|
||||||
open multiple
|
open multiple
|
||||||
append
|
append
|
||||||
|
|
Loading…
Reference in New Issue