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 Where do I find documentation for a given extension point?"

(No difference)

Revision as of 14:31, 14 March 2006

At least three simple ways exist to find documentation for extension points:


  • Use platform help. See Help > Help Contents > Platform Plug-in Developer Guide

> Reference > Extension Point Reference </li>


  • Go online to the Eclipse Project documentation site

</li>


  • While contributing an extension point using the PDE Manifest Editor, select the

Extensions tab and choose Add > Add... > Generic Wizards > Schema-based Extensions > Details



Note that Search > Plug-in Search lets you search for all uses of a given extension point.



See Also:

Online Eclipse documentation (http://eclipse.org/documentation/main.html)

Back to the top