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

  1. ############################################
  2. File: BookMark.FPL
  3. Author: Kjell Ericson
  4. Email: FidoNet 2:201/328
  5. Short description: Set and goto bookmarks
  6. Version: 1.0
  7. Date: 1.3.94
  8. Local settings: ("BookMark_xN" and "BookMark_yN" where N is a number from 0 to 9, hidden)
  9. Global settings:
  10. Keysequence: F1-F10, shift F1-F10
  11. Type: key, function
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   Creates ten bookmarks for each buffer. Set bookmark with shift F-key and
  17. jump to that bookmark by pressing the F-key alone.
  18.  
  19. NAME    SetBookMark - Set bookmark
  20.  
  21. SYNOPSIS
  22.     Zero SetBookMark ( Num );
  23.  
  24.     int SetBookMark ( int );
  25.  
  26. FUNCTION
  27.     Sets the current position in the specified bookmark (0-9).
  28.  
  29. INPUTS
  30.     Num -    Bookmark number 0-9.
  31.  
  32. RESULT
  33.     0
  34.  
  35. NAME    GotoBookMark - Jump to bookmark
  36.  
  37. SYNOPSIS
  38.     Zero GotoBookMark ( Num );
  39.  
  40.     int GotoBookMark ( int );
  41.  
  42. FUNCTION
  43.     Jumps to the specified bookmark (0-9).
  44.  
  45. INPUTS
  46.     Num -    Bookmark number 0-9.
  47.  
  48. RESULT
  49.     0
  50.