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

PDT/NewIn71

< PDT
Revision as of 18:56, 26 January 2020 by Zulus.w3des.net (Talk | contribs)

We fixed / closed COUNT bugs in this release!

This release is a part of 2020.03 (18/03/2020)

General

  • Use standard F2 (show information) action in PHP Editor #536870
  • Add filter field to Override/Implement and Getter/Setter dialog #539314
  • Support for xdebug.file_link_format=xdebug://%f@%l #249879
  • Duplicated method/field/constants detection #269722

Editor

  • Code Assist performance improvements
  • Improved anonymous class code assist #550928
  • Override method (with stub) Code Assist #327988
  • Organize use statements no longer incorrectly removes statements that are only used in comments #519064 #558630
  • New Code formatter's: add whitespace options missing concatenation operator #438715
  • Improved refactoring tooltip #558996
  • Expand selection (enclosing, next, previous element) shortcuts #379509

Code Formatter

  • Formatter no longer breaks PHP code inside <style> tags #528379
  • Less text changes during code format #558935

Debugger

  • Improved changing PHP variable values on the fly using Xdebug >= 2.7.2 #528162 #559062
  • Add step filters support for Xdebug #262983
  • Allow step filter toggle during debugging #327967

PHPUnit

  • Re-run tests after save #531677
  • Persist "Show the failures only" and "Scroll Lock" settings

Project Explorer

  • Disable refactoring in Project Explorer outside buildpath - support inline refactoring for normal resources #534997

Other

  • Support OS dark theme in documentation #558808
  • Filtering in Getter/Setter and Override/Implement dialogs #539314
  • Fixed refactoring for resources outside build path in Project Explorer #534997

API

  • Ability to report METHOD_DECLARATION code assist #480589
  • Dropped custom selection history actions

Full bugs list for this release cycle

 7.1.0 - https://projects.eclipse.org/projects/tools.pdt/releases/7.1/bugs

Previous News&Noteworthy page

 7.0.0 - https://wiki.eclipse.org/PDT/NewIn70

Back to the top