home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / RecentLib / RecentLib.readme < prev    next >
Text File  |  1999-10-17  |  1KB  |  36 lines

  1. Short:    Recent file menus for Amiga apps
  2. Author:   tomjoad@muenster.de (Rüdiger Hanke)
  3. Uploader: tomjoad@muenster.de (Rüdiger Hanke)
  4. Type:     util/libs
  5.  
  6. Welcome to recent.library
  7.  
  8. This is the first release of recent.library, a library
  9. that allows programmers to keep track of recently opened
  10. files to offer users "Open recent file..."-kind menus.
  11. The advantage you get from using this library instead of
  12. a self-made solution is beside the simplicity that the
  13. user will be able to access recent files from Workbench
  14. (as on Windoze).
  15.  
  16. Features of recent.library are:
  17. - may be FREELY distributed with ANY program that uses it,
  18.   be it PD, Freeware, Shareware or even commercial programs!
  19. - 100% assembler, so very small
  20. - keeps files divided in filetype groups if you have
  21.   several recent lists to keep track of in your program
  22.   (e.g. in a paint program for images, brushes, and palettes)
  23. - number of entries can be set for each group individually
  24. - automatically generates a "recent files" menu for you if
  25.   you wish
  26. - loads and saves recent files lists automatically, you
  27.   don't have to worry about this
  28. - with the upcoming Workbench tools users will be able to
  29.   access recently used files from Workbench/DOpus, sorted
  30.   by application or filetype.
  31. - written by a dedicated Amiga fan who won't jump ship,
  32.   so the development will 100% continue
  33.  
  34. Rüdiger Hanke, September 1999
  35. tomjoad@muenster.de
  36.