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/NewIn41

< PDT


We fixed / closed over 100 bugs in this release!

General

  1. Initial PHP 7.1 support - bug 497228
  2. Incubated Composer support - bug 493886

Editor

  1. Code Assist for primitive types (string, bool, int) inside PHPDoc - bug 430722
  2. Fixed code completion on the end of file - bug 495706
  3. Reduce duplications inside Code Assist - bug 495865
  4. Improved consistency between FQN and Aliases inside Code Assist - bug 497000
  5. Fix hyperlinks for globals types - bug 497003
  6. Add "&" prefix inside Code Assist and Outline labels for reference parameters - bug 498567
  7. Sync "insert PHPDoc" shortcut with Java and JavaScript editor - bug 319941
  8. Hyperlink "{@inheritdoc}" - bug 465548
  9. Type information is persisted after "clone" statement - bug 434631
  10. Common prefixes are inserted automatically during CA - bug 375403

Debugging

  1. XDebug Expressions support more than 30 elements in array - bug 280800
  2. Fixed XDebug variable refresh - bug 498369
  3. Support superglobals values during debugging - bug 460681
  4. Support CLI run without debug mode - bug 495147
  5. Add PHP version information to executable preference pages - bug 497472

Other

  1. Fixed regression with remote workspaces - bug 496592
  2. PDT tests run correctly on windows - bug 463438
  3. Fixed regression with custom task tags support - bug 498877
  4. Add validation error for return value by reference on PHP >= 7 bug 498990
  5. Support scrollbars inside "New PHP Project" window - bug 257605
  6. PDT Keybinding Scheme has been removed - bug 495762
  7. Improve trait icon - bug 497182
  8. PHP version selector contain short information about introduced features - bug 497826
  9. Outline view contain array initializers - bug 498445
  10. Better Outline Menu usability - bug 494845
  11. Namespace icon color changed - bug 497077
  12. Drag & drop enabled for Project Explorer - bug 494821

Adopters / Extenders

  1. Community Eclipse Plugin has been moved to eclipse PDT. It's API is now in "provisional" stage and may change between releases
  2. PDT Team annotate @Nullable and @NonNullable parameters and values - bug 494396

Full bugs list for this release cycle

 4.1.0 - https://projects.eclipse.org/projects/tools.pdt/releases/4.1/bugs

Previous News&Noteworthy page

 4.0.0 - https://wiki.eclipse.org/PDT/NewIn40

Back to the top