home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / TextEditors&Viewers / Texteditors / FFRED10.LHA / fpl / QueryKillChanges.FPL.README < prev    next >
Encoding:
Text File  |  1994-09-22  |  864 b   |  25 lines

  1. ############################################
  2. File: QueryKillChanges.FPL
  3. Author: Kjell Ericson/Daniel Stenberg
  4. Email: FidoNet 2:201/328
  5. Short description: require confirmation before killing changed buffers
  6. Version: 1.1
  7. Date: 7.8.94
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   This function package hooks the functions Load(), Kill(), Clear() and
  17. QuitAll(). If any of the three first functions are invoked with a modified
  18. current buffer, a confirmation requester will appear. If QuitAll() is
  19. invoked with any modified buffer, a confirmation requester will appear.
  20.  
  21. HISTORY
  22.  1.1 -    The clear hook only asks for confirmation if 0 was sent as buffer ID.
  23.     If any program/user specifies a buffer ID, it probably means it is
  24.     certain that it's all right! (My MultiBlock.FPL goes weird anyway!)
  25.