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

< 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/NewIn50|&lt; Previous Version]] | [[PDT/NewIn52|Next Version &gt;]]</div>
 +
 
We fixed / closed over 40 bugs in this release!
 
We fixed / closed over 40 bugs in this release!
  
Line 29: Line 35:
  
 
   5.0.0 - https://wiki.eclipse.org/PDT/NewIn50
 
   5.0.0 - https://wiki.eclipse.org/PDT/NewIn50
 +
 +
[[Category:PDT|NewIn51]]

Latest revision as of 06:18, 4 January 2020

We fixed / closed over 40 bugs in this release!

This release is a part of Oxygen.1 (27/09/2017)

General

  1. Integration with PTP Synchronized Projects - [1]

Editor

  1. Improved code formatting experience - [2], [3]
  2. Formatting entire file removes breakpoints - [4]
  3. Autogenerated PHPDoc doesn't correctly handle boolean values - [5]
  4. F2 shows source code, not element description - [6]
  5. Improved CA with group statements - [7]

Debugger

  1. Updating variables is slow for large data structures - [8]
  2. No input in Variables view after very first run of debug session - [9]

EPP Package

Full bugs list for this release cycle

 5.1.0 - https://projects.eclipse.org/projects/tools.pdt/releases/5.1/bugs

Previous News&Noteworthy page

 5.0.0 - https://wiki.eclipse.org/PDT/NewIn50

Back to the top