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/1.5 Features Proposal"

< PDT
(New page: == Introduction == PDT 1.0 release will include mainly bug fixes for better stability on top of the 0.7 version but also some features request implementation. The following list contains t...)
 
(Feature and Improvement List)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Introduction ==
 
PDT 1.0 release will include mainly bug fixes for better stability on top of the 0.7 version but also some features request implementation.
 
The following list contains the suggested features and improvements for PDT 1.0.
 
Feel free to add additional features to this list.
 
 
 
== Feature and Improvement List ==
 
== Feature and Improvement List ==
 
* Improvements to Parser and model infrastructure
 
* Improvements to Parser and model infrastructure
 
* Code folding improvements (open forward folded PHP blocks)
 
* Code folding improvements (open forward folded PHP blocks)
 
* Mylyn integration
 
* Mylyn integration
 +
* Support Smarty Templates
 
* Syntax highlighting based on AST
 
* Syntax highlighting based on AST
 
* More generic debug UI
 
* More generic debug UI
Line 23: Line 19:
 
* Ability to add to/edit the Code assist list [https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495 #189495]
 
* Ability to add to/edit the Code assist list [https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495 #189495]
 
* Code assist auto activation for classes
 
* Code assist auto activation for classes
 +
* PHPUnit integration
 +
 +
[[Category:PDT]]

Latest revision as of 12:01, 12 December 2007

Feature and Improvement List

  • Improvements to Parser and model infrastructure
  • Code folding improvements (open forward folded PHP blocks)
  • Mylyn integration
  • Support Smarty Templates
  • Syntax highlighting based on AST
  • More generic debug UI
  • Code assist support - Interface scope #138985
  • PHPDoc blocks templates #138998
  • PHP executable preferences #138478
  • Annotation support - adding after change before save state #147217
  • PHP Problems - add PHP to filters #148024
  • Syntax coloring support - additional options #150097
  • Magic Home and Tab - #156372
  • Initial refactoring support (at least basic functions like Rename function/class/variable)
  • Generate stub classes from existing interfaces
  • Add a "Mark occurences" feature
  • Integrate HTML, CSS and Javascript editors from Aptana [see this feature request]
  • Ability to add to/edit the Code assist list #189495
  • Code assist auto activation for classes
  • PHPUnit integration

Back to the top