12.3.4.8 Specifying Eclipse Help CSH properties in plugin.xml

To specify CSH properties used to produce infopops, in plugin.xml:

[EclipseHelpOptions]

; UseContext = Yes (default, add context ref to plugin.xml) or No

UseContext = Yes

; WriteContext = Yes (default, write contexts.xml) or No

WriteContext = Yes

; ContextDescription = Yes (default, include) or No (omit)

ContextDescription = Yes

; DescriptionIsFirstLabel = No (default) or Yes (use the label from

; the first context item as the description for the context)

DescriptionIsFirstLabel = No

; ContextAnchors = No (default, filename only) or Yes (refer to para)

ContextAnchors = No

To set contexts, use EclipseContext markers in your FrameMaker document. Place an EclipseContext marker that contains a context ID name in each topic to be referenced by an infopop. Add the infopop description in the Mif2Go configuration file, in section [EclipseHelpContexts].

See §12.7 Setting up CSH for Eclipse Help.