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

< PDT
(Created page with "We fixed / closed COUNT bugs in this release! This release is a part of '''2019.12''' (18/12/2019) === General === === Composer === === Editor === === Debugger ===...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
We fixed / closed COUNT bugs in this release!
+
<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/NewIn63|&lt; Previous Version]] | [[PDT/NewIn71|Next Version &gt;]]</div>
 +
 
 +
We fixed / closed 12 bugs in this release!
  
 
This release is a part of '''2019.12''' (18/12/2019)
 
This release is a part of '''2019.12''' (18/12/2019)
  
 
=== General ===
 
=== General ===
 +
 +
* PHP 7.4 Support [https://eclip.se/551301 bug 551301]
 +
  Arrow Functions
 +
  Typed Properties
 +
  Spread Operator in Arrays
 +
  Null coalescing assignment operator
 +
  Underscores in numeric literals
 +
* Formatter improvements [https://eclip.se/552887 bug 552887] [https://eclip.se/551632 bug 551632] [https://eclip.se/551622 bug 551622]
  
 
=== Composer ===
 
=== Composer ===
  
 +
* Improved refresh BuildPath command
  
 
=== Editor ===  
 
=== Editor ===  
  
 +
* Code Assist performance improvements
 +
* Faster and more precisely Code Assist for anonymous functions and traits
 +
* Support search by "Resource in active editor" in PHP Editor [https://eclip.se/553112 bug 553112]
 +
* Improved boolean type detection for generated PHPDoc property [https://eclip.se/553378 bug 553378]
  
=== Debugger ===
+
== Project Explorer ==
  
 +
* Removed duplicated "Show In" menu entry [https://eclip.se/552168 bug 552168]
 +
 +
=== PHPUnit ===
 +
 +
* Improved PHPUnit 8.4 support [https://eclip.se/530722 bug 530722]
 +
* Performance improvements during execution
 +
 +
== API ==
 +
 +
* Entire CodeAssist and TypeInference API has been marked as internal
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===
Line 21: Line 50:
  
 
   6.3.0 - https://wiki.eclipse.org/PDT/NewIn63
 
   6.3.0 - https://wiki.eclipse.org/PDT/NewIn63
 +
 +
[[Category:PDT|NewIn70]]

Latest revision as of 06:12, 4 January 2020

We fixed / closed 12 bugs in this release!

This release is a part of 2019.12 (18/12/2019)

General

 Arrow Functions
 Typed Properties
 Spread Operator in Arrays
 Null coalescing assignment operator
 Underscores in numeric literals

Composer

  • Improved refresh BuildPath command

Editor

  • Code Assist performance improvements
  • Faster and more precisely Code Assist for anonymous functions and traits
  • Support search by "Resource in active editor" in PHP Editor bug 553112
  • Improved boolean type detection for generated PHPDoc property bug 553378

Project Explorer

  • Removed duplicated "Show In" menu entry bug 552168

PHPUnit

  • Improved PHPUnit 8.4 support bug 530722
  • Performance improvements during execution

API

  • Entire CodeAssist and TypeInference API has been marked as internal

Full bugs list for this release cycle

 7.0.0 - https://projects.eclipse.org/projects/tools.pdt/releases/7.0/bugs

Previous News&Noteworthy page

 6.3.0 - https://wiki.eclipse.org/PDT/NewIn63

Back to the top