home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / TODO < prev   
Text File  |  1991-05-20  |  2KB  |  45 lines

  1. ************************************************************************
  2. **                                                                    **
  3. **           Things I would Like to Do with this Program              **
  4. **                                                                    **
  5. ************************************************************************
  6.  
  7. If you have any ideas as to how I can accomplish any of these, please
  8. let me know , through E-Mail. (dburr@ocf.berkeley.edu)
  9.  
  10. (UNIX Version)
  11.  
  12. 1.  Getting MACIFY to work with multiple files, processing each indi-
  13.     vidually.  (Using wildcard expansion)
  14.  
  15. 2.  Getting MACIFY to be able to accept only one filename, the "input"
  16.     file.  MACIFY will generate its own name for the outfile, by
  17.     tacking on ".out" or ".conv" or something equally as meaningful
  18.     to the name of the input file.  ("text" becomes "text.out")  This
  19.     will be needed to complete #1, or else you would have to have the
  20.     user prompted for a destination filename each time a new file is
  21.     processed, which is messy.
  22.  
  23. 3.  Possible interface to XMODEM, ZMODEM, or some other protocol, so that
  24.     when you convert files, they automatically get (up)/(down)loaded.
  25.  
  26. 4.  I don't know! If you can think of something I can do to improve this,
  27.     let me know through email!
  28.  
  29. (Macintosh Version)
  30.  
  31. 1.  Cleaning up the code some, removing/fixing inconsistencies, duplicates,
  32.     functions not needed, etc.
  33.  
  34. 2.  Allowing you to choose a filename for the output file, instead of
  35.     tacking on the ".out" to the file you open, like it does now.
  36.  
  37. 3.  Adding a better user interface, with a possible Progress dialog box,
  38.     and a dialog that displays when you finish, as well as a dialog that
  39.     pops up if errors occur.
  40.  
  41. 4.  Incorporate error checking in the Mac version.
  42.  
  43. 5.  I don't know!  If you can think of something I can do to improve this,
  44.     let me know through email!
  45.