Skip to main content
  • Log in
  • Manage Cookies
projects.eclipse.org
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Projects
  3. Eclipse Tools Project
  4. Eclipse PHP Development...
  5. 3.3
  6. Release Plan

Eclipse PHP Development Tools 3.3

Primary tabs

  • Overview
  • Issues
  • Release Plan(active tab)
  • Review Information
Release Date: 
Wednesday, June 25, 2014
Deliverables: 

The PDT source code is contained in the org.eclipse.pdt.git repo and for this release is tagged R3_3. Service releases are planned which will have the tags R3_3_1 for SR-1.
 
The PDT provides it's own update site with all features included. For 3.3, this site is located at http://download.eclipse.org/tools/pdt/updates/3.3

Compatibility: 

API compatability is maintained with previous 3.x PDT releases. PDT 3.3 will run against 3.8 and newer Eclipse Platform releases.

Internationalization: 

PDT has all Strings externalized.

Target Environments: 

PDT targets all supported Eclipse enviornments.

Themes: 
Maintenance
Actively fix bugs reported by community in core areas, such as content assist, code editing, general GUI.
Work with community
Embrace community by working with active contributors, PDT extenders group, towards adding their contributions to PDT.
Library folders
We want to enable users to mark source folders as library folders. The files inside a library folder are not validated, but are still indexed, so context assist and search capabilities remain. The main goal addressed is usability. In huge projects with lots of dependencies fetched with composer, there are lots of errors and warnings that clutter the Problems view. This makes it more difficult for the developer to focus on her own application code. Marking such folders (like "vendor") as library folders will filter all these problem markers. There is also a positive performance impact due to the less CPU time spent in parsing and validation.
Parser improvements
Reporting structural changes (like new class, rename method, new parameters etc..) to DLTK in PDT IBuildParticipant. Required for example to build JDT/JSDT like semantic analysis for PHP. Experimental ASTConverter (from compiler AST to DOM AST), similar to JDT. When finished, second parsed will be not required and overall performance in most cases should be improved.
This release is part of Luna.
Eclipse PHP Development Tools

Project Links

  • Getting Started
  • Website

Related Projects

Project Hierarchy:

  • Eclipse Tools Project
  • Eclipse PHP Development Tools

Tags

Technology Types
  • Tools
Build Technologies
  • Jenkins
  • Maven
  • Tycho

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top