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
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div class="center" style="width: auto; margin-left: auto; margin-right: auto; color: red;">This page is under development</div>
+
<css>
 
+
  #main-page-content{ position:relative; }
 +
  #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 +
</css>
 +
<div id="versionNav" class="alert alert-small alert-warning">[[PDT/NewIn43|&lt; Previous Version]] | [[PDT/NewIn51|Next Version &gt;]]</div>
  
 
We fixed / closed over 80 bugs in this release!
 
We fixed / closed over 80 bugs in this release!
Line 7: Line 10:
  
 
=== General ===
 
=== General ===
# Support for PHPUnit - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515673]
+
# Support for PHPUnit - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=515673]<br />[[File:Phpunit.png]]
# 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]<br />[[File:Builtin_server.png]]
# Support for built-in PHP HTTP server - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=440485]
+
 
# 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]<br />[[File:New_types.png]]
# Wizard for getter and setter generation - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175111]
+
# Wizard for getter and setter generation - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175111]<br />[[File:Screenshot_from_2017-06-05_13-56-10.png]]
[[File:Screenshot_from_2017-06-05_13-56-10.png]]
+
  
 
=== Editor ===  
 
=== Editor ===  
 
# PSR-2 formatter is now default - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=457458]
 
# PSR-2 formatter is now default - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=457458]
# 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]<br />[[File:Import_use_statement.png]]
 
# 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 ===  
+
=== Debugger ===  
 +
# Support for profiling with Zend Debugger - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514988]<br />[[File:Profiler_zd.png]]
 +
# Advanced Zend Debugger features - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514275]
  
 
=== EPP Package ===  
 
=== EPP Package ===  
Line 26: Line 30:
 
# Zend Debugger profiler included
 
# Zend Debugger profiler included
  
=== Full bugs list for this release cyc]]le ===
+
=== Full bugs list for this release cycle ===
  
 
   5.0.0 - https://projects.eclipse.org/projects/tools.pdt/releases/5.0/bugs
 
   5.0.0 - https://projects.eclipse.org/projects/tools.pdt/releases/5.0/bugs
Line 33: Line 37:
  
 
   4.3.0 - https://wiki.eclipse.org/PDT/NewIn43
 
   4.3.0 - https://wiki.eclipse.org/PDT/NewIn43
 +
 +
[[Category:PDT|NewIn50]]

Latest revision as of 06:19, 4 January 2020

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]
    Phpunit.png
  2. Support for built-in PHP HTTP server - [2]
    Builtin server.png
  3. Preferences structure is reorganized - [3]
  4. New type wizards (class/interface/trait) - [4]
    New types.png
  5. Wizard for getter and setter generation - [5]
    Screenshot from 2017-06-05 13-56-10.png

Editor

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

Debugger

  1. Support for profiling with Zend Debugger - [10]
    Profiler zd.png
  2. Advanced Zend Debugger features - [11]

EPP Package

  1. PHPUnit support included
  2. Zend Debugger profiler included

Full bugs list for this release cycle

 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