Skip to main content

Notice: This Wiki is now read only and edits are no longer 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?"

(See Also:: Updating link to eclipse help)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
At least three simple ways exist to find documentation for extension points:
 
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'''
* 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
 
* 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 &gt; Add... &gt; Generic Wizards &gt; Schema-based Extensions &gt; Details'''
 
+
 
+
 
+
* While contributing an extension point using the PDE Manifest Editor, select the  
+
'''Extensions'''
+
tab and choose '''Add &gt; Add... &gt; Generic Wizards &gt; Schema-based Extensions &gt; Details'''
+
 
+
 
+
 
+
 
+
Note that '''Search &gt; Plug-in Search''' lets you search for all uses of a
+
given extension point.
+
 
+
 
+
 
+
  
 +
Note that '''Search &gt; Plug-in Search''' lets you search for all uses of a given extension point.
  
 
== See Also: ==
 
== See Also: ==
 +
*[https://help.eclipse.org/ Online Eclipse documentation]
  
 
+
{{Template:FAQ_Tagline}}
Online Eclipse documentation (http://eclipse.org/documentation/main.html)
+
 
+
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
+

Latest revision as of 08:53, 12 September 2020

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
  • Go online to the Eclipse Project documentation site
  • 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:


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