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/NewIn36"

< PDT
Line 8: Line 8:
 
# Fixed compatibility with PTI Tools - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=473050 bug 473050]
 
# Fixed compatibility with PTI Tools - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=473050 bug 473050]
 
# Unused use statements validator and organize use statements command [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354782 bug 354782]
 
# Unused use statements validator and organize use statements command [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354782 bug 354782]
 +
# Improced linking with editor with deep source folder in PHP Explorer [https://bugs.eclipse.org/bugs/show_bug.cgi?id=256727 bug 256727]
  
 
=== Editor ===
 
=== Editor ===
Line 15: Line 16:
 
# Improved deprecation highlighter - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=473530 bug 473530]
 
# Improved deprecation highlighter - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=473530 bug 473530]
 
# Source reference / declaration menu - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440205 bug 440205]
 
# Source reference / declaration menu - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440205 bug 440205]
 +
# Fluent interface support during code assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=276082 bug 276082]
  
 
=== Debugging ===
 
=== Debugging ===

Revision as of 04:45, 25 August 2015


PDT 3.6 is currently in development. To try out the most recent snapshot build of 3.6.0, see PDT/Nightlies article.

General

  1. Initial PHP7 support - bug 465701
  2. Fixed compatibility with PTI Tools - bug 473050
  3. Unused use statements validator and organize use statements command bug 354782
  4. Improced linking with editor with deep source folder in PHP Explorer bug 256727

Editor

  1. Improved phpdoc generator - bug 467148 bug 467151
  2. Improved performance on big (>40k lines) arrays - bug 474115
  3. Improved deprecation highlighter - bug 473530
  4. Source reference / declaration menu - bug 440205
  5. Fluent interface support during code assist - bug 276082

Debugging

  1. Improved debugger detector on mac and linux - bug 472349
  2. Quick assist for variable comment generation - bug 473773
  3. External debugger session handling - bug 474163

Other

  1. New PHP SDK feature with AST Viewer - bug 470795

Full bugs list for this release cycle

 3.6.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.6/bugs

Previous News&Noteworthy page

 3.5.0 - https://wiki.eclipse.org/PDT/NewIn35

Back to the top