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
(Ad bug count, links to bugs from service releases)
Line 1: Line 1:
{{warning |Draft Content|This page is currently under construction.  Community members are encouraged to maintain the page, and make sure the information is accurate.}}
 
 
 
1. PHP 5.6 Support
 
1. PHP 5.6 Support
  
Line 9: Line 7:
 
[[File:pdt34_syntax_errors.png|450px]]
 
[[File:pdt34_syntax_errors.png|450px]]
  
3. PHP Debugger improvements and bugfixes
+
3. PHP Debugger improvements and bugfixes (29 bugs)
 
    
 
    
 
- static class variables visible in PHP Debug perspective
 
- static class variables visible in PHP Debug perspective
Line 15: Line 13:
 
- support multiple simultaneous requests with Zend Debugger
 
- support multiple simultaneous requests with Zend Debugger
  
3. Improved PDT performance and responsiveness in: startup, text editor, content assist, indexing
+
4. PHP Editor bugfixes (44 bugs)
  
4. Content Assist improvements and bugfixes
+
5 Content Assist improvements and bugfixes (17 bugs)
  
5. Code Formatter bugfixes
+
6. Code Formatter bugfixes (30 bugs)
 
+
6. PHP Editor bugfixes
+
  
 
7. PHP Parser bugfixes
 
7. PHP Parser bugfixes
  
Full bugs list for this release cycle:  https://projects.eclipse.org/projects/tools.pdt/releases/3.4/bugs
+
8. Improved PDT performance and responsiveness in: startup, text editor, content assist, indexing
 +
 
 +
Full bugs list for this release cycle:  
 +
 
 +
  3.4.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.4/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
  
 
[[Category:PDT]]
 
[[Category:PDT]]

Revision as of 07:52, 14 January 2015

1. PHP 5.6 Support

Php56 syntax.png

2. Problems reported as "PHP Syntax Error"

Pdt34 syntax errors.png

3. PHP Debugger improvements and bugfixes (29 bugs)

- static class variables visible in PHP Debug perspective

- support multiple simultaneous requests with Zend Debugger

4. PHP Editor bugfixes (44 bugs)

5 Content Assist improvements and bugfixes (17 bugs)

6. Code Formatter bugfixes (30 bugs)

7. PHP Parser bugfixes

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

Full bugs list for this release cycle:

3.4.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.4/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