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 32: Line 32:
 
=== PHPUnit ===
 
=== PHPUnit ===
  
 +
=== Other ===
 +
 +
* Support OS dark theme in documentation
  
 
== API ==
 
== API ==

Revision as of 10:20, 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

Other

  • Support OS dark theme in documentation

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