home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / TextEditors&Viewers / Texteditors / FFRED10.LHA / fpl / SoftEdit.FPL.README < prev    next >
Encoding:
Text File  |  1994-10-23  |  872 b   |  27 lines

  1. ############################################
  2. File: SoftEdit.FPL
  3. Author: Linus Nielsen
  4. Email: erenie@ere.ericsson.se
  5. Short description: Handles marking text with the mouse
  6. Version: 1.0
  7. Date: 23.10.94
  8. Local settings:
  9.     "cursor_marking", BOOLEAN    TRUE when a block is marked with
  10.                     the cursor keys.
  11.  
  12. Global settings:
  13. Keysequence:
  14. Type: hook, key
  15. Prereq:
  16. ############################################
  17.  
  18. FUNCTION
  19.   This one makes it possible to use the mouse when marking blocks of text
  20.   just like on Mac, Windows, X-Windows and other GUI systems. Just hold
  21.   the left mouse button down and drag the mouse to mark. If you press a
  22.   key when a block is marked, the typed character replaces the marked text.
  23.   When a block is marked with the mouse, the mark will disappear when you
  24.   move the cursor.
  25.  
  26.   Of course, the original marking method, with Amiga + b, is still possible.
  27.