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
(initial page)
 
(Other)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:PDT 4.1 News&Noteworthy}}
 
{{DISPLAYTITLE:PDT 4.1 News&Noteworthy}}
 +
 +
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 [https://wiki.eclipse.org/PDT/Nightlies PDT/Nightlies] article.
 
PDT 4.1 is currently in development. To try out the most recent snapshot build of 4.1.0, see [https://wiki.eclipse.org/PDT/Nightlies PDT/Nightlies] article.
  
 
=== General ===  
 
=== General ===  
 +
# Initial PHP 7.1 support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497228 bug 497228]
 +
# Incubated Composer support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=493886 bug 493886]
  
 
=== Editor ===
 
=== Editor ===
 +
# Common prefixes are inserted automatically during CA - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=375403 bug 375403]
 +
# Code Assist for primitive types (string, bool, int) inside PHPDoc - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=430722 bug 430722]
 +
# Fixed code completion on the end of file - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=495706 bug 495706]
 +
# Reduce duplications inside Code Assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=495865 bug 495865]
 +
# Improved consistency between FQN and Aliases inside Code Assist - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497000 bug 497000]
 +
# Fix hyperlinks for globals types - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497003 bug 497003]
 +
# Add "&" prefix inside Code Assist and Outline labels for reference parameters - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=498567 bug 498567]
 +
# Sync "insert PHPDoc" shortcut with Java and JavaScript editor - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=319941 bug 319941]
 +
# Hyperlink "{@inheritdoc}" - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=465548 bug 465548]
 +
# Type information is persisted after "clone" statement - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=434631 bug 434631]
  
 
=== Debugging ===
 
=== Debugging ===
 +
# XDebug Expressions support more than 30 elements in array - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=280800 bug 280800]
 +
# Fixed XDebug variable refresh - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=498369 bug 498369]
 +
# Support superglobals values during debugging - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=460681  bug 460681]
 +
# Support CLI run without debug mode - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=495147  bug 495147]
 +
# Add PHP version information to executable preference pages - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497472  bug 497472]
  
 
=== Other ===
 
=== Other ===
 +
# Fixed regression with remote workspaces - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=496592 bug 496592]
 +
# PDT tests run correctly on windows - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=463438 bug 463438]
 +
# Fixed regression with custom task tags support - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=498877 bug 498877]
 +
# Add validation error for return value by reference on PHP >= 7 [https://bugs.eclipse.org/bugs/show_bug.cgi?id=498990 bug 498990]
 +
# Support scrollbars inside "New PHP Project" window - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=257605 bug 257605]
 +
# PDT Keybinding Scheme has been removed - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=495762 bug 495762]
 +
# Improve trait icon - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497182 bug 497182]
 +
# PHP version selector contain short information about introduced features - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497826 bug 497826]
 +
# 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]
 +
# Namespace icon color changed - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=497077 bug 497077]
  
 
=== Adopters / Extenders ===
 
=== Adopters / Extenders ===
 +
# Community Eclipse Plugin has been moved to eclipse PDT. It's API is now in "provisional" stage and may change between releases
 +
# PDT Team annotate @Nullable and @NonNullable parameters and values - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494396 bug 494396]
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===

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