Software development tools can generate "map" files with lists of context IDs and matching help context numbers. Programmers often provide these lists to inform the help authors of the topic IDs and context numbers needed for context-sensitive help calls.
In addition to importing missing context numbers to existing topics this function can also auto-generate missing topics from a map file. Since context-sensitive help often consists of hundreds of very short topics this capability can save you many hours of boring and frustrating work. It creates the basic framework for your context help in seconds.
Importing context numbers:
1.Obtain the map file from the programmers and make sure that it only contains the topics you want to use. These files have a standard syntax – you can create an example by using the Help Context Tool's export function (see below).
2.Open your project (you might want to make a backup first) and select .
3.Select Import Map File and select the map file you want to import. A dialog will be displayed asking you whether you want to merge or replace the existing numbers
Replace:
This deletes ALL context numbers in the current project and replaces them with the numbers from the map file.
Merge:
This only replaces the context numbers for topics with matching IDs. All other topics are left unchanged.
Auto-generating topics:
When you import a map file any topic IDs in the file that don't exist in your project will be listed in red in the Context Tool editing box. When you click on OK the tool will ask you if you want to create topic files for these IDs.
If you say yes the files will be created in the Topic Files section, without TOC entries. If you want to create TOC entries for the new topics you must do this manually.
|