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

< PDT
(Other)
Line 39: Line 39:
 
# Outline view contain array initializers - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=498445 bug 498445]
 
# Outline view contain array initializers - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=498445 bug 498445]
 
# Better Outline Menu usability - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494845 bug 494845]
 
# Better Outline Menu usability - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494845 bug 494845]
 +
# Namespace icon color changed - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497077 bug 497077]
  
 
=== Adopters / Extenders ===
 
=== Adopters / Extenders ===

Revision as of 09:32, 1 September 2016


We fixed / closed over 80 bugs in this release!

PDT 4.1 is currently in development. To try out the most recent snapshot build of 4.1.0, see PDT/Nightlies article.

General

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

Editor

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

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

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