home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Programowanie / FetchRefs2.1.lha / FetchRefs2.1 / Scripts / FPL / GoFetchRefs.FPL.README < prev    next >
Encoding:
Text File  |  1995-02-14  |  1.9 KB  |  70 lines

  1. #############################################################################
  2. File: GoFetchRefs.FPL (and REXX:GoFetchRefs.frexxed)
  3. Author: Mogens Isager
  4. Email: 2:235/419.9
  5. Short: Enables you to use the FetchRefs program by Anders Melchiorsen
  6. Version: 1.1
  7. Date: 13.2.95
  8. Local settings: FetchRefs_Path, FetchRefs_Arexx, FetchRefs_Index
  9. Global settings:
  10. Keysequence: "C-f C-f" and "C-f C-p"
  11. Type: Function, key
  12. Prereq:
  13. Copyright: Mogens Isager
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  
  18. This FPL program enables you to use the FetchRefs program by Anders
  19. Melchiorsen within FrexxEd. FetchRefs is a Autodocs and Includes reference
  20. program which supports both Asm, C, and E includes.
  21.  
  22. To install the program copy this file and GoFetchRefs.FPL to the drawer
  23. containing you FPL programs and the Arexx-script, GoFetchRefs.frexxed, to a 
  24. directory of you choice (eg. REXX: or REXX:FetchRefs/).
  25.  
  26. After loading Fred execute GoFetchRefs.FPL and open the preferences window 
  27. (press and hold control while hit 'f' and 'p') to set the following info 
  28. variabels...
  29.  
  30. FetchRefs_Path:
  31.     Holds the path for your FetchRefs program. Must end with '/' or ':'.
  32.  
  33.     Default: 'SYS:Tools/'
  34.  
  35.  
  36. FetchRefs_Index:
  37.     Holds the name of the index-file.
  38.  
  39.     Default: 'S:FetchRefs.index'
  40.  
  41.  
  42. FetchRefs_Arexx:
  43.     Holds the path for the Arexx-script. The path must end with '/' or ':'.
  44.  
  45.     Default: 'REXX:'
  46.  
  47. After this bit of configuring you can by pressing and holding 'control' while
  48. hitting 'f' twice fetch a reference to the word in which the cursor is placed.
  49.  
  50.  
  51. HISTORY
  52.  
  53. Version 1.1:
  54.     - Almost completely rewritten.
  55.     - Added keys.
  56.     - Added prefs function.
  57.     - Added error checking.
  58.  
  59. BUGS
  60.  
  61. Yes, but it is not my fault... :-( You will have to alter the 'FrexxEd.default'
  62. config file yourself. The easiest way is to first load GoFetchRefs.FPL and 
  63. seccond save the config via the 'Save' menu item. After this you can edit the 
  64. defults file. (FrexxEd 1.4)
  65.  
  66.  
  67. TODO
  68.  
  69. Let me know...
  70.