home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff256.lzh / Stevie / TODO < prev    next >
Text File  |  1989-10-19  |  885b  |  35 lines

  1. To Do
  2. -----
  3.  
  4. - Change the static buffers for insert/undo/redo/undoundo/etc to dynamic
  5.   buffers.
  6.  
  7. - Add #'d and named buffers.
  8.   IE. "xp = pull text from buffer x
  9.  
  10. - Add 'U'.
  11.  
  12. - Add { and } (move paragraph back and forward).
  13.  
  14. - In cmdline.c make get_range() give the appropriate error messages when it
  15.   gets a bad line range.
  16.  
  17. - Add & (do last search and replace on current line) and :[range]&
  18.   (do last search and replace on the range of lines).
  19.  
  20. - add :set wrapmargin command
  21. - add :set shiftwidth command
  22. - add :set autowrite command
  23. - add :set showmode command
  24.  
  25. - should be able to d/pat
  26. - should be able to ^d (backspace over entire indent (for :set ai))
  27. - should be able to ^X and ^W in input mode
  28.  
  29. - should support '!' filters
  30. - should support mode lines
  31.  
  32. - add checks for out of memory when strsave() is used
  33.  
  34. - after a screen resize, make sure cmdline stuff is re-displayed
  35.