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

< PDT
(set PDT category)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
# Library Folders - source folders that are not validated, but are still indexed, so content assist and search capabilities remain.
+
1. Library Folders - source folders that are not validated, but are still indexed, so content assist and search capabilities remain.
  
[[File:Libfolders.png]]
+
[[File:Libfolders.png|300px]]
  
# PHP 5.5 support (screenshots with syntax ?)
+
2. PHP 5.5 support in content-assist for classes and traits
# Improved PHP editor performance and responsiveness, editing and syntax highlighters
+
 
# Content-Assist improvements
+
[[File:Php55_syntax.png|300px]]
# Suport for default php.ini configuration in PHP debugger
+
 
# Constant and deprecation icon support (bug #255164)
+
3. Suport for default php.ini configuration in PHP debugger
 +
 
 +
[[File:Pdt_executables.png|300px]]
 +
 
 +
4. Constant and deprecation icon support (bug #255164)
 +
 
 +
[[File:Const_and_deprecated.png|300px]]
 +
 
 +
5. Improved PHP editor performance and responsiveness, editing and syntax highlighters
 +
 
 +
6. Dark theme support in PHP editor
 +
 
 +
7. Content-Assist improvements (20 bugs)
 +
 
 +
8. PHP Debugger improvements and bugfixes (6 bugs)
 +
 
 +
- Removed Script Arguments from PHP CLI Application debug configuration (bug 431247)
 +
 
 +
[[File:431247.png|300px]]
 +
 
 +
- Added debugger property to PHP server instance (bug 424940)
 +
 
 +
[[File:424940_1.png|300px]] [[File:424940_2.png|300px]]
 +
 
 +
9. Code formatter improvements (10 bugs)
 +
 
 +
[[Category:PDT]]

Latest revision as of 05:56, 11 June 2014

1. Library Folders - source folders that are not validated, but are still indexed, so content assist and search capabilities remain.

Libfolders.png

2. PHP 5.5 support in content-assist for classes and traits

Php55 syntax.png

3. Suport for default php.ini configuration in PHP debugger

Pdt executables.png

4. Constant and deprecation icon support (bug #255164)

Const and deprecated.png

5. Improved PHP editor performance and responsiveness, editing and syntax highlighters

6. Dark theme support in PHP editor

7. Content-Assist improvements (20 bugs)

8. PHP Debugger improvements and bugfixes (6 bugs)

- Removed Script Arguments from PHP CLI Application debug configuration (bug 431247)

431247.png

- Added debugger property to PHP server instance (bug 424940)

424940 1.png 424940 2.png

9. Code formatter improvements (10 bugs)

Back to the top