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

< PDT
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:PDT 3.4 News&Noteworthy}}
 
{{DISPLAYTITLE:PDT 3.4 News&Noteworthy}}
  
During this release cycle we fixed 115 bugs!
+
During this release cycle we fixed 118 bugs!
  
 
=== General (30 bugs)===
 
=== General (30 bugs)===
Line 21: Line 21:
 
2. "\" prefix for global function call inside namespace, disabled by default ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=448500 bug #448500])
 
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_global_prefix.png|300]]
+
[[File:pdt34_global_prefix.png|300px]]
  
 
3. Better auto-edit for nested arrays
 
3. Better auto-edit for nested arrays
Line 27: Line 27:
 
4. New formatting option for brackets in lambdas ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=435953 bug #435953])
 
4. New formatting option for brackets in lambdas ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=435953 bug #435953])
  
[[File:pdt34_lambda_format.png|300]]
+
[[File:pdt34_lambda_format.png|300px]]
  
 
=== Debugging (28 bugs) ===
 
=== Debugging (28 bugs) ===

Latest revision as of 05:02, 24 February 2015


During this release cycle we fixed 118 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)

Pdt34 global prefix.png

3. Better auto-edit for nested arrays

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

Pdt34 lambda format.png

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