home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / RecentFiles.FPL.README < prev    next >
Encoding:
Text File  |  1995-04-10  |  1.7 KB  |  52 lines

  1. #############################################################################
  2. File:    RecentFiles.FPL
  3. Author:    Carsten Orthbandt
  4. Email:    s6357@fb1.fhtw-berlin.de
  5. Short:    Adds a sub menu with the last 10 files saved.
  6. Version:    1.0
  7. Date:    17.03.1995
  8. Local settings:
  9. Global settings:  file list in FrexxEd:FilesHotList
  10. Keysequence:
  11. Type:    menu hook, save hook, QuitAll hook, sub menu
  12. Prereq:
  13. Copyright:    none
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  On MS Wind*ws, nearly every application has a list of open or recently opened
  18.  files in its project menu for quicker loading. Most Amiga apps have nothing
  19.  of that kind. FrexxEd HAS !!!
  20.  This program adds a sub menu to the project menu holding the last 10 saved
  21.  filenames. Everytime a file is saved, it is added to this list (if not already
  22.  present). This menu works as a kind of stack. New entries are inserted at the
  23.  top. If the list already contains 10 entries, the oldest entry is removed.
  24.  The list is loaded on startup and saved on FrexxEd termination.
  25.  The sub menu is named "Recent files" and is appended to the project menu.
  26.  This are only defaults. You may change these settings in the first two lines
  27.  of RecentFiles.FPL. "menupos" tells where to place the sub menu. -1 means
  28.  at the end (as everywhere in FrexxEd).
  29.  
  30.  
  31. COMMENT
  32.  This FPL script depends on menu exceptions and better menu manipulation commands.
  33.  I bombed Daniel with mails full of wishes. Most are included in V 1.5.
  34.  Thanks, Daniel !
  35.  
  36.  
  37. HISTORY
  38.  1.0  17.03.1995  - initial version
  39.  
  40.  
  41. BUGS
  42.  None AFAIK. But its really slow. I´m waiting for Daniel to release a FPL compiler.
  43.  
  44.  
  45. TODO
  46.  The name of the list file could be a global info var. Should be easy to do, but
  47.  I´m very tired now...
  48.  
  49.  
  50. SEE ALSO
  51.  Menu-Exception. Great feature !
  52.