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

< 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/NewIn51|&lt; Previous Version]] | [[PDT/NewIn53|Next Version &gt;]]</div>
 +
 
We fixed / closed 20 bugs in this release!
 
We fixed / closed 20 bugs in this release!
  
Line 22: Line 28:
  
 
   5.1.0 - https://wiki.eclipse.org/PDT/NewIn51
 
   5.1.0 - https://wiki.eclipse.org/PDT/NewIn51
 +
 +
[[Category:PDT|NewIn52]]

Latest revision as of 06:17, 4 January 2020

We fixed / closed 20 bugs in this release!

This release is a part of Oxygen.2 (20/12/2017)

General

  1. Improved PHP Code documentation - [1] [2]
  2. Composer autoload-dev support - [3]
  3. New API to allow filter problems during Semantic Analysis - [4]

Editor

  1. Code assist support for static calls from class alias - [5]
  2. Rewritten namespace support during code assist - [6]
  3. Support navigation via "goto" labels - [7]

Full bugs list for this release cycle

 5.2.0 - https://projects.eclipse.org/projects/tools.pdt/releases/5.2/bugs

Previous News&Noteworthy page

 5.1.0 - https://wiki.eclipse.org/PDT/NewIn51

Back to the top