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

< PDT
(Add info about composer buildpath management)
m (fix typo "displayied")
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
This release is a part of '''Neon.3''' (23/03/2017)  
 
This release is a part of '''Neon.3''' (23/03/2017)  
 +
 +
=== General ===
 +
# PHP 7.1 is default version now
 +
# lot of bugs reported in AERI were fixed
 +
# lot of code formatter, auto-edit and content assist improvements
  
 
=== Editor ===  
 
=== Editor ===  
 
# Organize Use Statements command removes duplicated statements - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=482902]
 
# Organize Use Statements command removes duplicated statements - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=482902]
 
# Fixed issue with empty Compare editor - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=507821]
 
# Fixed issue with empty Compare editor - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=507821]
# Default method parameter displayied in tooltip - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=512722]
+
# Default method parameter displayed in tooltip - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=512722]
  
 
=== Composer ===  
 
=== Composer ===  

Latest revision as of 09:30, 24 March 2017

We fixed / closed over 50 bugs in this release!

This release is a part of Neon.3 (23/03/2017)

General

  1. PHP 7.1 is default version now
  2. lot of bugs reported in AERI were fixed
  3. lot of code formatter, auto-edit and content assist improvements

Editor

  1. Organize Use Statements command removes duplicated statements - [1]
  2. Fixed issue with empty Compare editor - [2]
  3. Default method parameter displayed in tooltip - [3]

Composer

  1. Composer console colored and interactive - [4]
  2. Toolbar buttons in Composer Editor reorganized - [5]
  3. Composer Editor UI improvements - [6], [7], [8]
  4. Improvements in composer buildpath management [9]

EPP Package

  1. Composer integration included - [10]
  2. TM Terminal included - [11]


Full bugs list for this release cycle

 4.3.0 - https://projects.eclipse.org/projects/tools.pdt/releases/4.3/bugs

Previous News&Noteworthy page

 4.1.0 - https://wiki.eclipse.org/PDT/NewIn41

Back to the top