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

< 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/NewIn60|&lt; Previous Version]] | [[PDT/NewIn62|Next Version &gt;]]</div>
 +
 
We fixed / closed ~20 bugs in this release!
 
We fixed / closed ~20 bugs in this release!
  
Line 28: Line 34:
  
 
   6.0.0 - https://wiki.eclipse.org/PDT/NewIn60
 
   6.0.0 - https://wiki.eclipse.org/PDT/NewIn60
 +
 +
[[Category:PDT|NewIn61]]

Latest revision as of 06:14, 4 January 2020

We fixed / closed ~20 bugs in this release!

This release is a part of 2018.09 (19/09/2018)

Oldest bug in this release: #406302 - ~5 years old

General

  1. Better PHAR signatures support #535976
  2. Disabled semantic validators for external files #531665
  3. "show in" support inside PHP editor #505817
  4. Improved task validator performance, especially when file have a lot of task #533668
  5. Support on PHPUnit on PHP < 5.4 #538028

Editor

  1. Disabled AutoAssist after semicolor #537538
  2. Dark theme support inside code assist popups #536203 #534520
  3. Improved autocompletion inside anonymous functions #536998
  4. Support for "Edit -> Smart Insert Mode" inside PHP editor #406302
  5. Better integration (and performance) with Eclipse status bar and WTP #536109

Full bugs list for this release cycle

 6.1.0 - https://projects.eclipse.org/projects/tools.pdt/releases/6.1/bugs

Previous News&Noteworthy page

 6.0.0 - https://wiki.eclipse.org/PDT/NewIn60

Back to the top