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

< PDT
(add screens)
Line 5: Line 5:
 
=== General ===
 
=== General ===
  
# PHP 7 is default version for new workspaces
+
# PHP 7 is default version for new workspaces <br /> [[File:pdt37_php7.jpg|300px]]
 
# Improved Code Assist performance for files with many assignments [https://bugs.eclipse.org/bugs/show_bug.cgi?id=484183 bug 484183]
 
# Improved Code Assist performance for files with many assignments [https://bugs.eclipse.org/bugs/show_bug.cgi?id=484183 bug 484183]
# Restored call hierarchy feature - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=482899 bug 482899]
+
# Restored Call Hierarchy feature - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=482899 bug 482899]
# Improved Code Assist inside phpdoc @param and @throws - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=486111 bug 486111] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=486159 bug 486159]
+
# Improved Code Assist inside phpdoc @param @return and @throws - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=486111 bug 486111] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=486159 bug 486159] <br > [[File:pdt37_ca1.png|300px]] [[File:pdt37_ca2.png|300px]]
 
# Improved Code Assist for unfinished class and method bodies - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=459947 bug 459947]
 
# Improved Code Assist for unfinished class and method bodies - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=459947 bug 459947]
 
# Usage validator is case insensitive - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=476655 bug 476655]
 
# Usage validator is case insensitive - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=476655 bug 476655]
 
# Improved external files support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=479073 bug 479073] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=332741 bug 332741] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=484763 bug 484763] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=479139 bug 479139]
 
# Improved external files support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=479073 bug 479073] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=332741 bug 332741] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=484763 bug 484763] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=479139 bug 479139]
# PHP quick fixes are available in Problems View - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=485250 bug 485250]
+
# PHP quick fixes are available in Problems View - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=485250 bug 485250] <br />[[File:pdt37_quickfix.png|500px]]
  
 
=== Editor ===
 
=== Editor ===
Line 23: Line 23:
  
 
# Breakpoints works with linked resources - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240553 bug 240553]
 
# Breakpoints works with linked resources - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240553 bug 240553]
# Fix xdebug debuggin via SSH tunnel - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=478402 bug 478402]
+
# Fix xdebug debugging via SSH tunnel - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=478402 bug 478402]
  
 
=== Other ===
 
=== Other ===
Line 37: Line 37:
 
# PDT was migrated to workbench preference service - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460365 bug 460365]
 
# PDT was migrated to workbench preference service - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460365 bug 460365]
 
# VarComment have correct source location in DOM AST - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=481528 bug 481528]
 
# VarComment have correct source location in DOM AST - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=481528 bug 481528]
# Ability to disable daemon debug daemon startup via system properties - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=477013 bug 477013]
+
# Ability to disable debug daemon startup via system properties - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=477013 bug 477013]
 
+
 
+
[https://bugs.eclipse.org/bugs/show_bug.cgi?id= bug 462644 ]
+
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===

Revision as of 08:36, 3 February 2016


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

General

  1. PHP 7 is default version for new workspaces
    Pdt37 php7.jpg
  2. Improved Code Assist performance for files with many assignments bug 484183
  3. Restored Call Hierarchy feature - bug 482899
  4. Improved Code Assist inside phpdoc @param @return and @throws - bug 486111 bug 486159
    Pdt37 ca1.png Pdt37 ca2.png
  5. Improved Code Assist for unfinished class and method bodies - bug 459947
  6. Usage validator is case insensitive - bug 476655
  7. Improved external files support - bug 479073 bug 332741 bug 484763 bug 479139
  8. PHP quick fixes are available in Problems View - bug 485250
    Pdt37 quickfix.png

Editor

  1. Improved code folding - bug 443379 bug 486018
  2. Improved deprecation highlighter for inherited members - bug 479073


Debugging

  1. Breakpoints works with linked resources - bug 240553
  2. Fix xdebug debugging via SSH tunnel - bug 478402

Other

  1. Task list was added to PHP perspective - bug 462644
  2. Improved Save As dialog for Untitled PHP File - bug 479235
  3. PHP Explorer refresh operation no longer block eclipse interface - bug 318960
  4. Support for PHP exception breakpoints - bug 483694
  5. Support for OSX alternative PHP executables - bug 460926

Adopters/Extenders

  1. PDT was migrated to workbench preference service - bug 460365
  2. VarComment have correct source location in DOM AST - bug 481528
  3. Ability to disable debug daemon startup via system properties - bug 477013

Full bugs list for this release cycle

 3.7.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.7/bugs

Previous News&Noteworthy page

 3.6.0 - https://wiki.eclipse.org/PDT/NewIn36

Back to the top