Some requests have been fulfilled.
This commit is contained in:
parent
245ddc4b88
commit
c66e860418
|
@ -2,7 +2,6 @@
|
||||||
TO DO:
|
TO DO:
|
||||||
|
|
||||||
- "GO" command
|
- "GO" command
|
||||||
- "Modularize" 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:
|
||||||
|
@ -13,7 +12,6 @@ TO DO:
|
||||||
- filter region?
|
- filter region?
|
||||||
- incremental search?
|
- incremental search?
|
||||||
- ^K should cut to buffer
|
- ^K should cut to buffer
|
||||||
- command to fill text paragraphs
|
|
||||||
- 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
|
||||||
- object browser instead of current stack viewer
|
- object browser instead of current stack viewer
|
||||||
|
@ -81,12 +79,9 @@ Comparison to PTUI
|
||||||
+ PTUI's auto indent is better
|
+ PTUI's auto indent is better
|
||||||
(understands that "if a: # blah, blah" opens a block)
|
(understands that "if a: # blah, blah" opens a block)
|
||||||
|
|
||||||
+ IDLE requires 4x backspace to dedent a line
|
|
||||||
|
|
||||||
+ PTUI has more bells and whistles:
|
+ PTUI has more bells and whistles:
|
||||||
open multiple
|
open multiple
|
||||||
append
|
append
|
||||||
modularize
|
|
||||||
examine
|
examine
|
||||||
go
|
go
|
||||||
|
|
||||||
|
@ -114,6 +109,9 @@ Comparison to PTUI
|
||||||
- expand word
|
- expand word
|
||||||
- regular expression search
|
- regular expression search
|
||||||
- search files (grep)
|
- search files (grep)
|
||||||
|
- (un)tabify
|
||||||
|
- center
|
||||||
|
- zoom height
|
||||||
|
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue