home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / ClipBlock.FPL.README < prev    next >
Encoding:
Text File  |  1994-11-18  |  650 b   |  24 lines

  1. ############################################
  2. File: ClipBlock.FPL
  3. Author: Kjell Ericson
  4. Email: FidoNet 2:201/328
  5. Short description: automatic block cut/paste conversion to the clipboard
  6. Version: 1.1
  7. Date: 13.10.94
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: Hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   A hook is executed before a BlockCopy() is executed.  If it is the default block
  17. that shall be the destination block, the block is first copied/cutted and then sent
  18. to the clipboard device 0.
  19.  
  20.   If a paste of the default block is executed, a hook get the clipboard device 0 
  21. string and paste that string instead.
  22.  
  23.  
  24.