home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / SoftEdit.FPL.README < prev    next >
Encoding:
Text File  |  1994-11-23  |  1.2 KB  |  39 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.2
  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.   You can also select a word by double-clicking the left mouse button.
  27.  
  28.   Of course, the original marking method, with Amiga + b, is still possible.
  29.  
  30. HISTORY
  31.  
  32. 1.1    Improved the mouse doubleclick word marking. Now it no longer
  33.     marks a space character by mistake. Thanks to that, it is slightly
  34.     slower now.
  35.  
  36. 1.2    Removed a stupid dependency on the AssignKey() for MouseLeft.
  37.     For some strange reason, this dependency was ignored by FrexxEd
  38.     in earlier versions of the editor.
  39.