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 PI markers in your DITA document. Place an EclipseContext PI marker that contains a context ID name in each topic to be referenced by an infopop. Add the infopop description in the DITA2Go configuration file, in section [EclipseHelpContexts].