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

Extending PDT

Revision as of 04:19, 30 November 2009 by Spektom.gmail.com (Talk | contribs) (New page: == Purpose == There are different purposes for extending PDT. One of them is adding support for specific PHP framework in the following features: * Code Assist * Navigation: CTRL+click *...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose

There are different purposes for extending PDT. One of them is adding support for specific PHP framework in the following features:

  • Code Assist
  • Navigation: CTRL+click
  • Presentation: Outline, PHP Explorer

In this document we'll describe how to achieve these goals using PDT extension points.

Back to the top