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 13: Line 13:
 
* Use standard F2 (show information) action in PHP Editor [https://eclip.se/536870 #536870]
 
* Use standard F2 (show information) action in PHP Editor [https://eclip.se/536870 #536870]
 
* 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]
  
 
=== Composer ===
 
=== Composer ===
Line 33: Line 34:
  
 
== API ==
 
== API ==
 
*
 
  
  

Revision as of 08:53, 5 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

Composer

Editor

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

Project Explorer

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

PHPUnit

API

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