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

< PDT
Line 14: Line 14:
 
* Add filter field to Override/Implement and Getter/Setter dialog [https://eclip.se/539314 #539314]
 
* Add filter field to Override/Implement and Getter/Setter dialog [https://eclip.se/539314 #539314]
 
* Support for xdebug.file_link_format=xdebug://%f@%l [https://eclip.se/249879 #249879]
 
* Support for xdebug.file_link_format=xdebug://%f@%l [https://eclip.se/249879 #249879]
 +
* Duplicated method/field/constants detection [https://eclip.se/269722 #269722]
  
 
=== Composer ===
 
=== Composer ===
Line 21: Line 22:
  
 
* Code Assist performance improvements
 
* Code Assist performance improvements
* Improved anonymous class code assist
+
* Improved anonymous class code assist [https://eclip.se/550928 #550928]
* Override method (with stub) Code Assist
+
* Override method (with stub) Code Assist [https://eclip.se/327988 #327988]
* Organize use statements no longer incorrectly removes statements that are only used in comments
+
* Organize use statements no longer incorrectly removes statements that are only used in comments [https://eclip.se/519064 #519064] [https://eclip.se/558630 #558630]
* New Code formatter's: add whitespace options missing concatenation operator
+
* New Code formatter's: add whitespace options missing concatenation operator [https://eclip.se/438715 #438715]
 +
* Improved refactoring tooltip  [https://eclip.se/558996 #558996]
 +
 
 +
== Code Formatter ==
 +
 
 +
* Formatter no longer breaks PHP code inside <style> tags [https://eclip.se/528379 #528379]
 +
* Less text changes during code format [https://eclip.se/558935 #558935]
  
 
== Project Explorer ==
 
== Project Explorer ==
  
* Disable refactoring in Project Explorer outside buildpath - support inline refactoring for normal resources
+
* Disable refactoring in Project Explorer outside buildpath - support inline refactoring for normal resources [https://eclip.se/534997 #534997]
  
 
=== PHPUnit ===
 
=== PHPUnit ===
Line 34: Line 41:
 
=== Other ===
 
=== Other ===
  
* Support OS dark theme in documentation
+
* Support OS dark theme in documentation [https://eclip.se/558808 #558808]
 +
* Filtering in Getter/Setter and Override/Implement dialogs [https://eclip.se/539314 #539314]
 +
* Fixed refactoring for resources outside build path in Project Explorer [https://eclip.se/534997 #534997]
  
 
== API ==
 
== API ==
  
 +
* Ability to report METHOD_DECLARATION code assist [https://eclip.se/480589 #480589]
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===

Revision as of 06:24, 10 January 2020

We fixed / closed COUNT bugs in this release!

This release is a part of 2020.03 (18/03/2020)

General

  • Use standard F2 (show information) action in PHP Editor #536870
  • Add filter field to Override/Implement and Getter/Setter dialog #539314
  • Support for xdebug.file_link_format=xdebug://%f@%l #249879
  • Duplicated method/field/constants detection #269722

Composer

Editor

  • Code Assist performance improvements
  • Improved anonymous class code assist #550928
  • Override method (with stub) Code Assist #327988
  • Organize use statements no longer incorrectly removes statements that are only used in comments #519064 #558630
  • New Code formatter's: add whitespace options missing concatenation operator #438715
  • Improved refactoring tooltip #558996

Code Formatter

  • Formatter no longer breaks PHP code inside <style> tags #528379
  • Less text changes during code format #558935

Project Explorer

  • Disable refactoring in Project Explorer outside buildpath - support inline refactoring for normal resources #534997

PHPUnit

Other

  • Support OS dark theme in documentation #558808
  • Filtering in Getter/Setter and Override/Implement dialogs #539314
  • Fixed refactoring for resources outside build path in Project Explorer #534997

API

  • Ability to report METHOD_DECLARATION code assist #480589

Full bugs list for this release cycle

 7.1.0 - https://projects.eclipse.org/projects/tools.pdt/releases/7.1/bugs

Previous News&Noteworthy page

 7.0.0 - https://wiki.eclipse.org/PDT/NewIn70

Back to the top