home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / text / edit / FrexxEdA.lha / FrexxEd / fpl / BlockErase.FPL.README < prev    next >
Text File  |  1995-07-19  |  873b  |  28 lines

  1. ############################################
  2. File: BlockErase.FPL
  3. Author: Bjørn Reese
  4. Email: breese@imada.ou.dk
  5. Short description: Delete blocks with keys
  6. Version: 1.1
  7. Date: 13.10.94
  8. Local settings:
  9. Global settings:
  10. Keysequence: 'Backspace', 'Delete'
  11. Type: key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   Extends the application of the 'Backspace' and 'Delete' keys. If a block
  17. is being marked (by a single 'Amiga b'), but not fully marked (by a second
  18. 'Amiga b'), the two keys can be used to delete the block.
  19.  
  20.   o Backspace: Deletes the block, if the cursor is placed at the _end_ of
  21.     the block.
  22.   o Delete: Deletes the block, if the cursor is placed at the _beginning_
  23.     of the block.
  24.  
  25. The above doesn't apply to fully marked blocks to avoid accidently deleting
  26. blocks marked outside the visible view - and most probably forgotten by the
  27. user.
  28.