home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / DVD!FX17.LHA / FrexxEd / fpl / CHelp.FPL.README < prev    next >
Encoding:
Text File  |  1994-11-26  |  1.0 KB  |  30 lines

  1. ############################################
  2. File: CHelp.FPL
  3. Author: Mathias Axelsson
  4. Email: FidoNet 2:205/306.22
  5.        max@coders.ct.se
  6.        d94matax@isy.liu.se
  7.        matax@lysator.liu.se
  8. Short description: Lookup things in autodocs using Chelp
  9. Version: 1.01
  10. Date: 24.9.94
  11. Local settings:
  12. Global settings:
  13. Keysequence: Add to your favorite key!
  14. Type:
  15. Prereq:
  16. ############################################
  17.  
  18. FUNCTION
  19.   By using this script you can lookup any keyword using the external program
  20. CHelp (written by Robert Wahlström) to find things in the includes and
  21. autodocs. If you assign this function to a key, then the script will lookup
  22. the keyword under the cursor. If there isn't any word under the cursor, you're
  23. prompted witha requester asking you for a keyword. To get it to work, you must
  24. have CHelp running in the background.
  25.  
  26. Install:
  27.   Add a line with "Execute("Chelp.FPL");" to your User.FPL file. Also add a line
  28. with AssignKey("CHelp_lookup();", "Alt 1"); after that line to add the function
  29. to Alt 1 key sequence.
  30.