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

< PDT
(Created page with "{{DISPLAYTITLE:PDT 3.5 News&Noteworthy}}")
 
(initial content)
Line 1: Line 1:
 
{{DISPLAYTITLE:PDT 3.5 News&Noteworthy}}
 
{{DISPLAYTITLE:PDT 3.5 News&Noteworthy}}
 +
 +
Over 80 bugs has been fixed!
 +
 +
=== General ===
 +
 +
1. Added support for phpdoc @method static
 +
 +
2. Improved mylyn support. Enabled by default in Eclipse for PHP Developers package
 +
 +
3. Removed php 4 support
 +
 +
4. Improved dark theme support
 +
 +
=== Editor ===
 +
 +
1. Syntax coloring for method visibility keywords
 +
 +
2. Stabilize code assist while typing
 +
 +
3. "Smart object operator"
 +
 +
=== Debugging ===
 +
 +
1. Highlighting for changed variables/objects
 +
 +
2. Improved look & feel while while debugging
 +
 +
3. Simplified debugger configuration
 +
 +
=== 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/index.php?title=PDT/NewIn34
 +
 +
[[Category:PDT]]

Revision as of 17:00, 19 May 2015


Over 80 bugs has been fixed!

General

1. Added support for phpdoc @method static

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

3. Removed php 4 support

4. Improved dark theme support

Editor

1. Syntax coloring for method visibility keywords

2. Stabilize code assist while typing

3. "Smart object operator"

Debugging

1. Highlighting for changed variables/objects

2. Improved look & feel while while debugging

3. Simplified debugger configuration

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/index.php?title=PDT/NewIn34

Back to the top