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

< PDT
Line 10: Line 10:
 
# Support for profiling with Zend Debugger - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514988]
 
# Support for profiling with Zend Debugger - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514988]
 
# Support for built-in PHP HTTP server - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440485]
 
# Support for built-in PHP HTTP server - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440485]
 +
[[File:Builtin_server.png]]
 
# Preferences structure is reorganized - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515716]
 
# Preferences structure is reorganized - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515716]
 
# New type wizards (class/interface/trait) - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=501259]
 
# New type wizards (class/interface/trait) - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=501259]

Revision as of 09:05, 5 June 2017

This page is under development


We fixed / closed over 80 bugs in this release!

This release is a part of Oxygen.0 (28/06/2017)

General

  1. Support for PHPUnit - [1]
  2. Support for profiling with Zend Debugger - [2]
  3. Support for built-in PHP HTTP server - [3]

Builtin server.png

  1. Preferences structure is reorganized - [4]
  2. New type wizards (class/interface/trait) - [5]
  3. Wizard for getter and setter generation - [6]

Screenshot from 2017-06-05 13-56-10.png

Editor

  1. PSR-2 formatter is now default - [7]
  2. New mechanism for organizing use statements - [8]
  3. Code assist dialog is adjusted to theme - [9]
  4. Highlight string, int, float, bool, void as keywords for PHP 7 - [10]

Composer

EPP Package

  1. PHPUnit support included
  2. Zend Debugger profiler included

Full bugs list for this release cyc]]le

 5.0.0 - https://projects.eclipse.org/projects/tools.pdt/releases/5.0/bugs

Previous News&Noteworthy page

 4.3.0 - https://wiki.eclipse.org/PDT/NewIn43

Back to the top