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 "PDT"

(Developer Resources)
(18 intermediate revisions by 5 users not shown)
Line 30: Line 30:
  
  
=== Developer Resources ===
+
== Developer Resources ==
  
* [http://wiki.eclipse.org/Extending_PDT_2.2 Extending PDT v2.2]
+
* [[Extending PDT]]
* [http://wiki.eclipse.org/API_Document_for_Extension_Points_PDT_2.0 API Document for Extension Points PDT 2.0]
+
* [[API Document for Extension Points PDT]]
 
* [http://wiki.eclipse.org/images/5/54/API_PDT.pdf PDT v0.7 API Design Document]
 
* [http://wiki.eclipse.org/images/5/54/API_PDT.pdf PDT v0.7 API Design Document]
 +
* [[PDTT_-_PHP_5.3_Code_Assist_Tests|Writing Content Assist Tests (PDTT files)]]
 +
* [[Extending PDT using project facets]]
 +
* [[Development_Conventions_and_Guidelines|Conventions and Guidelines]]
 +
* [[PDT_Testing_Framework|Unit testing for PDT]]
 +
* [[PDT_Developers_Working_Procedures|Working procedures]]
 +
* [[PDT ASTView]]
 +
* [[PDT/Type_Inference|PDT Type Inference]]
 +
* [http://www.eclipse.org/pdt/articles/ast/PHP_AST.html PHP AST]
 +
* [http://www.eclipse.org/pdt/documents/PDT%20-%20Debug%20Protocol.pdf PDT Debug Protocol]
 +
 +
== Beginnings of PDT ==
 +
# [http://www.eclipse.org/pdt/documents/PDT_1.0_Release_Review.pdf PDT 1.0 Release Review] PDT 1.0 release review as presented on August 29th by Yossi Leon
 +
# [http://www.eclipse.org/pdt/documents/Eclipse%20Summit%20PDT.ppt PDT Presentation in Eclipse Summit 2006] Presentation from the Eclipse Summit 2006 presented by Yossi Leon
 +
# [http://www.eclipse.org/pdt/documents/PDT%200.7%20SRS.pdf PDT SRS Document] Project Plan (as SRS document) describing the specification of PDT as for august 2006
 +
# [http://www.eclipse.org/pdt/documents/PDT%20-%20EclipseCon.pdf EclipseCon slides] Slides from EclipseCon 2006 conference: Goals, Principles and scope, Architecture, Products and Schedule
 +
# [http://www.eclipse.org/pdt/documents/PDT%20-%20creation%20review.pdf Creation Review Slides] A short review of the PDT project's background, goals and partners
  
 
== Mailing Lists ==
 
== Mailing Lists ==
* pdt-ide-cvs-commit: CVS commit notices [https://dev.eclipse.org/mailman/listinfo/pdt-ide-cvs-commit register here]
+
* pdt-commit: CVS commit notices [https://dev.eclipse.org/mailman/listinfo/pdt-commit register here]
 
* pdt-dev: PDT Developers notices [https://dev.eclipse.org/mailman/listinfo/pdt-dev register here]
 
* pdt-dev: PDT Developers notices [https://dev.eclipse.org/mailman/listinfo/pdt-dev register here]
* pdt-unit-test: PDT Unit test result notices [https://dev.eclipse.org/mailman/listinfo/pdt-unit-test register here]
 
  
 
== IRC Channels ==
 
== IRC Channels ==

Revision as of 10:20, 11 August 2014

PHP Development Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

The PDT project provides a PHP Development Tools framework for the Eclipse platform. This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools Project in providing developers with PHP capabilities.

The purpose of the Wiki page is to provide additional information on top of the information from the official website with easy accessibility and editing.

Getting PDT

There are several ways to get PDT - the most common one is to download the classic IDE from the Eclipse.org download site and then adding the PDT component from the "Help > Install new Software..." menu.

Here's a list of alternative (probably outdated) installation methods: PDT/Installation

If you want to have an up-to-date installation, read PDT/Nightlies


Using PDT


Contributing to PDT

PDT is an Open Source project and we welcome everyone who's interested to contribute his or her source code or help project in some other way. Read PDT/Contributing to learn how to get source code and build it.


Developer Resources

Beginnings of PDT

  1. PDT 1.0 Release Review PDT 1.0 release review as presented on August 29th by Yossi Leon
  2. PDT Presentation in Eclipse Summit 2006 Presentation from the Eclipse Summit 2006 presented by Yossi Leon
  3. PDT SRS Document Project Plan (as SRS document) describing the specification of PDT as for august 2006
  4. EclipseCon slides Slides from EclipseCon 2006 conference: Goals, Principles and scope, Architecture, Products and Schedule
  5. Creation Review Slides A short review of the PDT project's background, goals and partners

Mailing Lists

IRC Channels

  • #pdt on irc.freenode.net: An interactive way to help and get helped.

Back to the top