home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume14 / shellforms / part01 / TODO < prev   
Text File  |  1988-05-09  |  894b  |  25 lines

  1. What should be added:
  2.  
  3.     * insert  mode in field  editing.  The  original  idea is that
  4.       most of the fields should be short and  there  is no need to
  5.       duplicate editor function in sf.  For novice user, they dont
  6.       know fancy commands  anyway; for expert  user, sf is  useful
  7.       only in  special  occasion.  This  delayed  the  addition of
  8.       extra editing function  (insert mode, delete  word,  move by
  9.       word, etc).
  10.  
  11. What should not be added:
  12.  
  13.     * Database function: I could not think of an  easy way so that
  14.       sf can read  standard Unix database  files like /etc/passwd,
  15.       /etc/ttys, any  idea?    It   will  be good   to have  these
  16.       functions, but again, it violate Unix principle: "doing just
  17.       one thing".
  18.  
  19. Something to think about:
  20.  
  21.     * scroll region
  22.     * multiple forms, chaining to different form files.
  23.     * range checking.
  24.     * pipe field data to Unix program and put result back.
  25.