×

Help Context ID management

 
In the Help Context ID management section of Project settings dialog you can configure various options related to context sensitive help of exported CHM file.
 
To open the project settings, use one of the ways described below:
  • click button in the application toolbar;
  • go to the Options menu and click the Project settings menu option;
  • use Ctrl+Alt+P shortcut.
     
Project settings dialog should appear. On the left side of it go to CHM export -> Help Context ID management.
 
Help Context ID management
 
1

Help ID in CHM

1. Help ID in CHM
 
Check this option to enable Help Context ID support in the exported CHM file.
2

Map file creation

2. Map file creation
 
Check this option to create an external map file in the same directory with the CHM file.
 
The content of map file depends on its extension:
  • ".h" C++ code will be generated;
  • ".cs" C# code will be generated;
  • ".vb" VB code will be generated;
  • ".inc" Object Pascal (Delphi) code will be generated.
 
Then, add this file to your software's source files and pass into HTML Help API functions in your source code the constants from the generated file instead of numeric Help Context ID values.
3

Make prefix option

3. Make prefix option
 
Use this field to specify the prefix string for auto-generated aliases.
4

Character case transformation

4. Character case transformation
 
Use this field to specify how Dr.Explain must handle the case of the text that's used to create names of constants.
5

Topic alias template

5. Topic alias template
 
Use this field to specify a template that Dr.Explain must use for auto-generating a page's alias.
6

Control alias template

6. Control alias template
 
Use this field to specify a template that Dr.Explain must use for auto-generating a control's alias.
7

Hex mode

7. Hex mode
 
Check this option to display and edit Help ID values in hexadecimal mode.
8

OK

8. OK
 
Press the button to accept all changes and close the dialog.
9

Cancel

9. Cancel
 
Press the button to close the dialog and to discard the changes.
10

Help

10. Help
 
Press the button to show the context help page.
11

Import settings

11. Import settings
 
Press this button to import settings from another project file.
Made by Dr.Explain, software documentation tool