Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/NewIn34"

< PDT
(Improve N&N before release)
Line 1: Line 1:
1. PHP 5.6 Support
+
During this release cycle we fixed 115 bugs!
 +
 
 +
=== General (30 bugs)===
 +
 
 +
1. PHP 5.6 Support ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=435922 bug #435922])
  
 
[[File:Php56_syntax.png|300px]]
 
[[File:Php56_syntax.png|300px]]
  
2. PHP Refactoring Support
+
2. Problems reported as "PHP Syntax Error" instead of "DLTK Error" ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=445244 bug #445244])
 +
 
 +
[[File:pdt34_syntax_errors.png|450px]]
 +
 
 +
=== Editor (50 bugs) ===
 +
 
 +
1. PHP Refactoring Support ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=149818 bug #149818])
  
 
[[File:pd34_refactoring.png|300px]]
 
[[File:pd34_refactoring.png|300px]]
  
3. Problems reported as "PHP Syntax Error"
+
2. "\" prefix for global function call inside namespace, disabled by default ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=448500 bug #448500])
  
[[File:pdt34_syntax_errors.png|450px]]
+
[[File:pdt34_global_prefix.png|300]]
  
4. PHP Debugger improvements and bugfixes (29 bugs)
+
3. Better auto-edit for nested arrays
 
+
- static class variables visible in PHP Debug perspective
+
  
- support multiple simultaneous requests with Zend Debugger
+
4. New formatting option for brackets in lambdas ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=435953 bug #435953])
  
5. PHP Editor bugfixes (44 bugs)
+
[[File:pdt34_lambda_format.png|300]]
  
6 Content Assist improvements and bugfixes (17 bugs)
+
=== Debugging (28 bugs) ===
  
7. Code Formatter bugfixes (30 bugs)
+
1. static class variables visible in PHP Debug perspective [https://bugs.eclipse.org/bugs/show_bug.cgi?id=207699 bug #207699]
  
8. PHP Parser bugfixes
+
[[File:pdt34_debugger_static_vars.png|300px]]
  
9. Improved PDT performance and responsiveness in: startup, text editor, content assist, indexing
+
2. support multiple simultaneous requests with Zend Debugger
  
Full bugs list for this release cycle:
+
=== Other ===
 +
 
 +
1. Improved PDT performance and responsiveness in: startup, text editor, content assist, indexing
 +
 
 +
2. PDT Help is again part of package ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=369635 bug #369635])
 +
 
 +
3. PDT Mylyn support was added to Luna repository ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=178350 bug #178350])
 +
 
 +
=== Full bugs list for this release cycle ===
  
 
  3.4.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.4/bugs
 
  3.4.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.4/bugs
 +
 +
Previous, service releases bugs
 +
 
  3.3.2 - https://projects.eclipse.org/projects/tools.pdt/releases/3.3.2/bugs
 
  3.3.2 - https://projects.eclipse.org/projects/tools.pdt/releases/3.3.2/bugs
 
  3.3.1 - https://projects.eclipse.org/projects/tools.pdt/releases/3.3.1/bugs
 
  3.3.1 - https://projects.eclipse.org/projects/tools.pdt/releases/3.3.1/bugs
  
 
[[Category:PDT]]
 
[[Category:PDT]]

Revision as of 08:37, 14 February 2015

During this release cycle we fixed 115 bugs!

General (30 bugs)

1. PHP 5.6 Support (bug #435922)

Php56 syntax.png

2. Problems reported as "PHP Syntax Error" instead of "DLTK Error" (bug #445244)

Pdt34 syntax errors.png

Editor (50 bugs)

1. PHP Refactoring Support (bug #149818)

Pd34 refactoring.png

2. "\" prefix for global function call inside namespace, disabled by default (bug #448500)

300

3. Better auto-edit for nested arrays

4. New formatting option for brackets in lambdas (bug #435953)

300

Debugging (28 bugs)

1. static class variables visible in PHP Debug perspective bug #207699

Pdt34 debugger static vars.png

2. support multiple simultaneous requests with Zend Debugger

Other

1. Improved PDT performance and responsiveness in: startup, text editor, content assist, indexing

2. PDT Help is again part of package (bug #369635)

3. PDT Mylyn support was added to Luna repository (bug #178350)

Full bugs list for this release cycle

3.4.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.4/bugs

Previous, service releases bugs

3.3.2 - https://projects.eclipse.org/projects/tools.pdt/releases/3.3.2/bugs
3.3.1 - https://projects.eclipse.org/projects/tools.pdt/releases/3.3.1/bugs

Back to the top