home *** CD-ROM | disk | FTP | other *** search
- CONTENTS
-
- This is a collection of GoldED scan handlers.
-
- INSTALLATION
-
- Select "Find functions/Show all" from GoldED's FIND menu: the QuickFunc
- window appears. Now use the "mode" gadget to enter the QuickFunc setup. Add a
- new handler ("add" gadget): The new handler is appended to the list. Activate
- the handler (doubleclick at its list entry) and leave the setup requester.
- You should provide a default file extension for the new handler in the
- QuickFunc window if you want to make GoldED use the new handler while
- creating a reference database: Scan handlers are used by GoldED's reference
- system, too.
-
- DESCRIPTION
-
- The "Guides" handler is able to scan AmigaGuide files for "nodes" (nodes are
- the pages of AmigaGuide documents). Useful during guide development. The
- "Defines" handler is able to scan C sources and C includes for defines. The
- "ADoc" handler is able to scan AutoDoc-style documents for "sections"
- (manuals of most shared libraries are provided as AutoDocs). This handler is
- considerably faster than GoldED's built-in AutoDoc scanner but can handle the
- original Commodore AutoDoc format only (the built-in scanner handles slight
- deviations, too).
-
- EXAMPLE USAGE
-
- Load a text file after having added a new handler. Select "Functions/Show
- all" from the FIND menu: a new window pops up with a list of all "elements"
- found in the text ("elements" depends on the scanner; e.g. a list of
- functions). Click at an entry to move the cursor to the node definition.
-