Skip to main content

PDT Incubator Project

The PDT Incubator is a proposed open source project under the PHP Development Tools (PDT) Project. This proposal is in the Project Proposal Phase (as defined in the Eclipse Development Process document) and is written to declare its intent and scope. This proposal is written to solicit additional participation and input from the Eclipse community. You are invited to comment on and/or join the project. Please send all feedback to the http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.pdt newsgroup.

Background

The goal of the PDT Incubator project is to experiment with alternative ideas and technologies for enhancing and complementing PDT. For example, the addition of Smarty source editing, Aspect oriented programming PDT, are possible areas of investigation for the PDT Incubator. In addition to this, the Incubator is also intended to serve as a forum for interested third parties and a place for the development of additional components and tools for PDT outside of the restrictions of the PDT project itself. This includes the development of additional source editing improvements and other components improvements. Incubator components are intended to stay in the Incubator until they are mature enough to be integrated into the main development stream. We intend to use the Athena build system for this project.

Initial Work Areas

APDT – Aspect PDT

The Aspect PHP Development Tools (APDT) [1] project provides Eclipse platform based tool support for AOSD with PHP. It has been developed by William Candillon during the Google Summer of Code 2008 [2] and mentored by Michael Spector.

SmartyPDT

The SmartyPDT [3] Editor adds a Smarty support for PDT. Smarty is a template engine for PHP, this project enables users to develop Smarty projects utilizing the power of PDT development tool. It has been developed by William Candillon and Roy Ganor.

AST View

A view to visualize the AST (abstract syntax tree) of a PHP file opened in the editor. Navigate from text selection to AST nodes and from nodes to selections, also to show binding information provided.

Out of Scope

Work in the PDT Incubator will be constrained to only those efforts that we expect to graduate (i.e. the code will eventually become part of PDT). It is not a playground for arbitrary development efforts. In addition, we should ensure that investment in the incubator never leaves the community with the perception that it is coming at the cost of important work on the PDT project.

Mentors

TBD

Initial Committers

  • William Candillon - Engineering student at Telecom Lille 1, is the creator the Aspect PHP Development Tools (APDT) project that provides Eclipse platform based tool support for AOSD with PHP.
  • Zhongwei Zhao – has an experience with J2EE development, as well as Eclipse plugin development with EMF (for custom emf editor), GEF and GMF (custom the code generated by GMF) , Encapsulate JDT debug with the GMF presentation. Has contributed to Eclipse PDT in two main areas 0 editor semantic highlighting and PHAR support
  • Roy Ganor - Current Eclipse PDT developer
  • Michael Spector - Current Eclipse PDT developer
  • Nick Boldt - Current Eclipse PDT developer
  • Qiangsheng Wang - Current Eclipse PDT developer
  • Shalom Gibly - Current Eclipse PDT developer

The initial committers will be all committers on the current incubator components. Commit rights will be handled on a component-by-component basis.

[1] http://code.google.com/p/apdt/
[2] http://wiki.eclipse.org/Google_Summer_of_Code_2008
[3] http://code.google.com/p/smartypdt/

Back to the top