home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / ExtraIO.FPL.README < prev    next >
Encoding:
Text File  |  1995-05-18  |  1.6 KB  |  46 lines

  1. ############################################
  2. File:        ExtraIO.FPL
  3. Author:        Kjell Ericson/Daniel Stenberg
  4. Email:        FidoNet 2:201/328
  5. Short:        a bunch of new I/O functions
  6. Version:    1.6
  7. Date:        18.5.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type:        hooks/functions
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   This file brings a number of new I/O functions to FrexxEd. They are
  17.  
  18. Name        Function
  19. ----        --------
  20. BlockLoad()    Load a file into the current default block buffer
  21. BlockPrint()    Print the current block buffer
  22. BlockSave()    Save the current default block buffer
  23. Open()        Create a new buffer and load a file into that
  24. Print()        Print the current buffer
  25. RenameQuery()   Query before renaming a buffer to an existing file
  26. SaveAll()    Save all buffers.
  27. SaveAllChanges() Save all buffers that are changed.
  28. SaveAs()    Rename and save the current buffer with the new name
  29. SaveChanges()    Save the buffer if any changes have been done to it
  30. SaveQuery()     A hook that ask before you want to write a buffer to a newer file.
  31.  
  32.   Details regarding these functions are best found out by reading the source
  33. file! More documentation will be written in the future regarding these
  34. functions.
  35.  
  36. HISTORY
  37.   1.1    Fixed the rename function to work even if the destination file
  38.     doesn't exist! :P
  39.  
  40.   1.3   Added SaveQuery()
  41.   1.4   Made SaveAs() use a better requester title and a 'save-style'
  42.         requester!
  43.   1.5   SaveAs() and all the other functions that invokes Save(), now display
  44.         error messages on the status line if they fail!
  45.   1.6    Somehow the 1.4-change was misplaced. Save-style reimplemented!
  46.