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