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)
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
 
- Removed Script Arguments from PHP CLI Application debug configuration (bug 431247)
 
- Removed Script Arguments from PHP CLI Application debug configuration (bug 431247)
  
[[File:431247.png]]
+
[[File:431247.png|300px]]
  
 
- Added debugger property to PHP server instance (bug 424940)
 
- Added debugger property to PHP server instance (bug 424940)
  
[[File:424940_1.png]] [[File:424940_2.png]]
+
[[File:424940_1.png|300px]] [[File:424940_2.png|300px]]
  
 
9. Code formatter improvements (10 bugs)
 
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