Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ How do I add documentation and help for my own language?"

m
 
Line 1: Line 1:
 
Documentation for plug-ins, including those that implement a programming language is done by contributing to the <tt></tt>extension point. Open the plug-in Manifest Editor on your plug-in and switch to the  Extensions page. Click on '''Add...''' and choose  '''Extension Templates &gt; Help Contents''' (see Figure 19.8).
 
Documentation for plug-ins, including those that implement a programming language is done by contributing to the <tt></tt>extension point. Open the plug-in Manifest Editor on your plug-in and switch to the  Extensions page. Click on '''Add...''' and choose  '''Extension Templates &gt; Help Contents''' (see Figure 19.8).
  
&nbsp;&nbsp;&nbsp;&nbsp;<img src=../images/help-content.png>
 
&nbsp;&nbsp;&nbsp;&nbsp;'''Figure 19.8'''&nbsp;&nbsp; Using the Manifest Editor
 
  
 
Click '''Next''' and provide details. Click '''OK'''.  Voila,  your plug-in now has documentation exported in the  standard Eclipse Help format, provided through '''Help &gt; Help Contents...'''.
 
Click '''Next''' and provide details. Click '''OK'''.  Voila,  your plug-in now has documentation exported in the  standard Eclipse Help format, provided through '''Help &gt; Help Contents...'''.

Latest revision as of 08:39, 9 February 2024

Documentation for plug-ins, including those that implement a programming language is done by contributing to the extension point. Open the plug-in Manifest Editor on your plug-in and switch to the Extensions page. Click on Add... and choose Extension Templates > Help Contents (see Figure 19.8).


Click Next and provide details. Click OK. Voila, your plug-in now has documentation exported in the standard Eclipse Help format, provided through Help > Help Contents....

See Also:


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top