Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(General)
Line 7: Line 7:
 
=== General ===
 
=== General ===
  
# Initial PHP7 support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=465701 bug 465701]
+
# Initial PHP7 support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=465701 bug 465701] <br />
 +
[[File:pdt36_php7.png]]
 
# 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] [[File:Pdt36_organize_use_statements.png|400px]]
+
# Unused use statements validator and organize use statements command - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=354782 bug 354782] <br />
 +
[[File:Pdt36_organize_use_statements.png|400px]]
 
# Improved editor linking with deep source folder in PHP Explorer - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=256727 bug 256727]
 
# Improved editor linking with deep source folder in PHP Explorer - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=256727 bug 256727]
 
# Single line PHPDoc support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=474332 bug 474332]
 
# Single line PHPDoc support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=474332 bug 474332]
Line 16: Line 18:
 
=== Editor ===
 
=== Editor ===
  
# Improved phpdoc generator - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=467148 bug 467148] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=467151 bug 467151]
+
# Improved phpdoc generator - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=467148 bug 467148] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=467151 bug 467151] <br />
 +
[[File:pdt36_phpdoc.png|300px]]
 
# Improved performance on big (>40k lines) arrays - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=474115 bug 474115]
 
# Improved performance on big (>40k lines) arrays - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=474115 bug 474115]
 
# 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]

Revision as of 11:49, 15 September 2015


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

We fixed over 100 bugs!

General

  1. Initial PHP7 support - bug 465701

Pdt36 php7.png

  1. Fixed compatibility with PTI Tools - bug 473050
  2. Unused use statements validator and organize use statements command - bug 354782

Pdt36 organize use statements.png

  1. Improved editor linking with deep source folder in PHP Explorer - bug 256727
  2. Single line PHPDoc support - bug 474332
  3. Improved PHP parser - bug 467524 bug 475472bug 459420

Editor

  1. Improved phpdoc generator - bug 467148 bug 467151

Pdt36 phpdoc.png

  1. Improved performance on big (>40k lines) arrays - bug 474115
  2. Improved deprecation highlighter - bug 473530
  3. Improved smart indentation performance - bug 460434
  4. Source reference / declaration menu - bug 440205
  5. Fluent interface support during code assist - bug 276082
  6. Fixed selection formatting for mixed code - bug 466912
  7. Removed namespace duplication from code assist - bug 457799
  8. Type assist inside string are available only on demand - bug 474691

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
  4. Global debugger settings on server debugger settings - bug 476050
  5. XDebug JIT (external triggering) and multisession enabled by default - bug 476632
  6. Zend Debugger external debugger triggering support - bug 475404
  7. php.ini timezone and memory_limit are no longer hardcoded during debugging - bug 471713 bug 470047
  8. Overall UI improvements - bug 475506 bug 475583 bug 475912 bug 476521 bug 476656

Other

  1. PDT contribution to Welcome page - bug 424306

Adopters/Extenders

  1. New PHP SDK feature with AST Viewer - bug 470795
  2. Ability to register custom PHP servers - bug 468827
  3. Ability to bind QuickAssist or QuickFix to Eclipse Command - bug 473875

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