Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(Created page with "''This is page is under development'' This release is a part of '''Oxygen.1''' (27/09/2017) === General === === Editor === === Debugger === === EPP Package ===...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
''This is page is under development''
+
<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!
  
 
This release is a part of '''Oxygen.1''' (27/09/2017)  
 
This release is a part of '''Oxygen.1''' (27/09/2017)  
Line 5: Line 11:
 
=== General ===
 
=== General ===
  
 +
# Integration with PTP Synchronized Projects - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=521007]
  
 
=== Editor ===  
 
=== Editor ===  
  
 
+
# Improved code formatting experience - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=484428], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=518430]
 +
# Formatting entire file removes breakpoints - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514985]
 +
# Autogenerated PHPDoc doesn't correctly handle boolean values - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=520003]
 +
# F2 shows source code, not element description - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=518927]
 +
# Improved CA with group statements - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=521134]
 
=== Debugger ===  
 
=== Debugger ===  
  
 +
# Updating variables is slow for large data structures - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=518827]
 +
# No input in Variables view after very first run of debug session - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=519394]
  
 
=== EPP Package ===  
 
=== EPP Package ===  
Line 22: 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