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
m
m
 
Line 18: Line 18:
 
# Improved deprecation highlighter - usage of methods and fields from deprecated class are also highlighted as deprecated - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=473530 bug 473530] <br /> [[File:pdt36_deprecated.png]]
 
# Improved deprecation highlighter - usage of methods and fields from deprecated class are also highlighted as deprecated - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=473530 bug 473530] <br /> [[File:pdt36_deprecated.png]]
 
# Improved smart indentation performance - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460434 bug 460434]
 
# Improved smart indentation performance - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460434 bug 460434]
# Source reference / declaration menu - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440205 bug 440205]<br /> [[File:Pdt36_source_reference.png|300px]]
+
# Source reference / declaration menu - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440205 bug 440205]<br /> [[File:Pdt36_source_reference.png|350px]]
# Fluent interface (phpdoc "@return $this") support during code assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=276082 bug 276082] <br /> [[File:pdt36_fluent.png|300px]]
+
# Fluent interface (phpdoc "@return $this") support during code assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=276082 bug 276082] <br /> [[File:Pdt36_fluent.png|300px]]
 
# Fixed selection formatting for mixed code - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=466912 bug 466912]
 
# Fixed selection formatting for mixed code - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=466912 bug 466912]
 
# Removed namespace duplication from code assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=457799 bug 457799]
 
# Removed namespace duplication from code assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=457799 bug 457799]

Latest revision as of 03:38, 8 October 2015


We fixed over 110 bugs!

General

  1. Initial PHP7 support - bug 465701
    Pdt36 php7.png
  2. Fixed compatibility with PTI Tools - bug 473050
  3. Unused use statements validator and organize use statements command - bug 354782
    Pdt36 organize use statements.png
  4. Improved editor linking with deep source folder in PHP Explorer - bug 256727
  5. Single line PHPDoc support, @return and @var from such comments will be used during code assist - bug 474332
    Pdt36 single phpdoc.png
  6. Improved PHP parser - bug 467524 bug 475472bug 459420

Editor

  1. Improved phpdoc generator - bug 467148 bug 467151
    Pdt36 phpdoc.png
  2. Improved performance on big (>40k lines) arrays - bug 474115
  3. Improved deprecation highlighter - usage of methods and fields from deprecated class are also highlighted as deprecated - bug 473530
    Pdt36 deprecated.png
  4. Improved smart indentation performance - bug 460434
  5. Source reference / declaration menu - bug 440205
    Pdt36 source reference.png
  6. Fluent interface (phpdoc "@return $this") support during code assist - bug 276082
    Pdt36 fluent.png
  7. Fixed selection formatting for mixed code - bug 466912
  8. Removed namespace duplication from code assist - bug 457799
  9. Type assist inside string are available only on demand - bug 474691
  10. Quick assist for variable comment generation - bug 473773
    Pdt36 variable comment.png

Debugging

  1. Improved debugger detector on OS X and GNU/Linux - bug 472349
  2. Global debugger settings on server debugger settings - bug 476050
  3. XDebug: JIT (external triggering) and multisession enabled by default - bug 476632
  4. Zend Debugger: External debugger session handling - bug 474163
  5. Zend Debugger: External debugger triggering support - bug 475404
  6. php.ini timezone and memory_limit are no longer hardcoded during debugging - bug 471713 bug 470047
  7. 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