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

< PDT
(Created page with "<css> #main-page-content{ position:relative; } #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; } </css> <div id="...")
 
Line 16: Line 16:
  
 
* Improved "Resource in active editor" search scope [https://eclip.se/561005 #561005]
 
* Improved "Resource in active editor" search scope [https://eclip.se/561005 #561005]
 +
* Removed document revalidation in UI on each editor focus
 +
* Separate PHP folding settings from WTP [https://eclip.se/298000 #298000]
  
 
=== PHPUnit ===
 
=== PHPUnit ===

Revision as of 09:20, 1 May 2020

We fixed / closed 32 bugs in this release!

This release is a part of 2020.06 (17/06/2020)

General

  • Faster plugin startup

Editor

  • Improved "Resource in active editor" search scope #561005
  • Removed document revalidation in UI on each editor focus
  • Separate PHP folding settings from WTP #298000

PHPUnit

  • Support for error handling on PHPUnit >= 8.3 #560862

Project Explorer

  • Fixed delete file regression #561004

Full bugs list for this release cycle

 7.2.0 - https://projects.eclipse.org/projects/tools.pdt/releases/7.2/bugs

Previous News&Noteworthy page

 7.1.0 - https://wiki.eclipse.org/PDT/NewIn71

Back to the top