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 1.0 Features Proposal"

 
(added some ideas)
Line 15: Line 15:
 
* Syntax coloring support - additional options [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150097 #150097]
 
* Syntax coloring support - additional options [https://bugs.eclipse.org/bugs/show_bug.cgi?id=150097 #150097]
 
* Magic Home and Tab - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=156372 #156372]
 
* Magic Home and Tab - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=156372 #156372]
 +
* Initial refactoring support (at least basic functions like Rename function/class/variable)
 +
* Generate stub classes from existing interfaces

Revision as of 19:28, 17 February 2007

Introduction

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

  • Generic GUI for Zend Debugger and XDebug
  • Improvements to Parser and model infrastructure
  • Code folding improvements (open forward folded PHP blocks)
  • Debugger protocol improvements
  • 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

Back to the top