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
(released)
 
(3 intermediate revisions by 2 users 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!
+
We fixed / closed over 100 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.
+
  
 
=== General ===  
 
=== General ===  
Line 10: Line 8:
  
 
=== 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]
 
# 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]
 
# Fixed code completion on the end of file - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=495706 bug 495706]
Line 20: Line 17:
 
# Hyperlink "{@inheritdoc}" - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=465548 bug 465548]
 
# 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]
 
# Type information is persisted after "clone" statement - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=434631 bug 434631]
 +
# Common prefixes are inserted automatically during CA - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=375403 bug 375403]
  
 
=== Debugging ===
 
=== Debugging ===
Line 39: Line 37:
 
# 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]
 +
# Drag & drop enabled for Project Explorer - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494821 bug 494821]
  
 
=== Adopters / Extenders ===
 
=== Adopters / Extenders ===

Latest revision as of 09:54, 30 September 2016


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