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

< PDT
(Created page with "We fixed / closed ~25 bugs in this release! This release is a part of '''2019.09''' (16/09/2019) === General === # Final PHP 7.3 Support [http://eclip.se/537608 #537608]...")
 
 
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/NewIn62|&lt; Previous Version]] | [[PDT/NewIn70|Next Version &gt;]]</div>
 +
 
We fixed / closed ~25 bugs in this release!
 
We fixed / closed ~25 bugs in this release!
  
Line 34: Line 40:
  
 
   6.2.0 - https://wiki.eclipse.org/PDT/NewIn62
 
   6.2.0 - https://wiki.eclipse.org/PDT/NewIn62
 +
 +
[[Category:PDT|NewIn63]]

Latest revision as of 06:13, 4 January 2020

We fixed / closed ~25 bugs in this release!

This release is a part of 2019.09 (16/09/2019)

General

  1. Final PHP 7.3 Support #537608
  2. Improved validation #501654 #549197 #544559 #443037
  3. PHPUnit 7.x and 8.x Support #544078

Composer

  1. Initial Composer 2.0 support #546396
  2. Fixed packagist search results #546208

Editor

  1. Improved code assist result for array objects #549308
  2. Fixed Ctrl-Shift-Space for parameters when "//" comments are used #549308
  3. Correct code assist for cloned objects #549068
  4. Code formatter improvements #544637 #545761
  5. "Remove unused use statement" work with grouped import #535805

Debugger

  1. Improved Profiling Support #545444 #543053 #543062
  2. XDebug no longer breaks on deleted breakpoint#538315

Full bugs list for this release cycle

 6.3.0 - https://projects.eclipse.org/projects/tools.pdt/releases/6.3/bugs

Previous News&Noteworthy page

 6.2.0 - https://wiki.eclipse.org/PDT/NewIn62

Back to the top