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

< PDT
(final N&N)
Line 29: Line 29:
 
=== Editor ===
 
=== Editor ===
  
1. Syntax coloring for method visibility keywords
+
1. Syntax coloring for visibility keywords
  
 
[[File:pdt35_colors.png|300px]]
 
[[File:pdt35_colors.png|300px]]

Revision as of 07:41, 29 May 2015


Over 90 bugs has been fixed!

General

1. Removed php 4 support

2. Added support for phpdoc @method static

Pdt35 method static.png

3. Improved mylyn support. Enabled by default in Eclipse for PHP Developers package

Pdt35 mylyn.png

4. Improved dark theme support

Pdt35 dark.png

5. New "new php file" wizard. Now works like new html.

Pdt35 new file.png

6. PHP Model in Project Explorer

Pdt35 project explorer.png

Editor

1. Syntax coloring for visibility keywords

Pdt35 colors.png

2. "Smart object operator" shortcut - bug 458415

3. Stabilize code assist while typing

Debugging

1. Highlighting for changed variables/objects

Highlighting.png

2. Improved look & feel while debugging

Pdt35 debugging.png

3. Simplified debugger configuration bug 462097

4. none debugger bug 467260

Other

1. New "use statements" (enabled by default) and "import declarations" filters for php outline

Full bugs list for this release cycle

 3.5.0 - https://projects.eclipse.org/projects/tools.pdt/releases/3.5/bugs

Previous News&Noteworthy page

 3.4.0 - https://wiki.eclipse.org/PDT/NewIn34

Back to the top