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

< PDT
Line 1: Line 1:
 +
<css>
 +
  #main-page-content{ position:relative; }
 +
  #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 +
</css>
 +
<div id="versionNav" class="alert alert-small alert-warning">[[PDT/NewIn70|&lt; Previous Version]] | [[PDT/NewIn72|Next Version &gt;]]</div>
 +
 
We fixed / closed COUNT bugs in this release!
 
We fixed / closed COUNT bugs in this release!
  
Line 38: Line 44:
  
 
   7.0.0 - https://wiki.eclipse.org/PDT/NewIn70
 
   7.0.0 - https://wiki.eclipse.org/PDT/NewIn70
 +
 +
[[Category:PDT|NewIn71]]

Revision as of 06:11, 4 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

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