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

< PDT
(Created page with "We fixed / closed ~7 bugs in this release! This release is a part of '''2018.12''' (16/12/2018) === General === # Initial 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/NewIn61|&lt; Previous Version]] | [[PDT/NewIn63|Next Version &gt;]]</div>
 +
 
We fixed / closed ~7 bugs in this release!
 
We fixed / closed ~7 bugs in this release!
  
Line 24: Line 30:
  
 
   6.1.0 - https://wiki.eclipse.org/PDT/NewIn61
 
   6.1.0 - https://wiki.eclipse.org/PDT/NewIn61
 +
 +
[[Category:PDT|NewIn62]]

Latest revision as of 06:14, 4 January 2020

We fixed / closed ~7 bugs in this release!

This release is a part of 2018.12 (16/12/2018)

General

  1. Initial PHP 7.3 Support #537608
  2. Improved HEREDOC / NOWODOC detection #540647
  3. Type creation wizards (class/interface/trait), reads correct namespace from composer metadata #514120

Editor

  1. Fixed semantic highlighting for closures declared inside array #540356

API

  1. Namespace and dir detection for type wizard is fully pluggable #514120

Full bugs list for this release cycle

 6.2.0 - https://projects.eclipse.org/projects/tools.pdt/releases/6.2/bugs

Previous News&Noteworthy page

 6.1.0 - https://wiki.eclipse.org/PDT/NewIn61

Back to the top