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 19: Line 19:
 
# New mechanism for organizing use statements - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515157]
 
# New mechanism for organizing use statements - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515157]
 
# Code assist dialog is adjusted to theme - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=464997]
 
# Code assist dialog is adjusted to theme - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=464997]
 +
# Highlight string, int, float, bool, void as keywords for PHP 7 - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515224]
  
 
=== Composer ===  
 
=== Composer ===  

Revision as of 09:02, 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]
  4. Preferences structure is reorganized - [4]
  5. New type wizards (class/interface/trait) - [5]
  6. 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