2007-01-10
- Refactoring: org.eclipse.php.debug.core.debugger shouldn't know about the launch. (slapsha)
- Fixed: #158170 (mspector)
2007-01-08
- Bug #158303 fix + code normalization, optimization and refactoring. (slapsha)
- Debug shotcuts keybindings and plugin order (sgibly)
- fix bug#169088 - No kemap(keyboard shortcut) for Debug as Web page or Debug as php script. (eklein)
- Bug #169009 fix. (slapsha)
2007-01-07
- Add Search to PHP Explorer - Bug fix #169033 (slapsha)
- added missing requirement (eklein)
2007-01-04
- add new utility method (eklein)
- add documentation, known priorities (mspector)
- Bug #169537 fix. (slapsha)
- fix plug-in ID. (mspector)
- Fixed Bug: #155752 (don't throw exception in case of wrong encoding) (mspector)
2007-01-03
- wizardAndCompositeFragments extention point - Added support for a general wizard type.
Modified the PHP servers wizard to the fit the new extention point. (sgibly)
- Removed the serverWizardFragment extention point and replaced it with a general wizardAndCompositeFragments extention point.
TBD - Add a wizard/composite id to transform it to a general extention point. (sgibly)
- Fix the target namespace plugin id. (sgibly)
2007-01-02
- "PDT" and related (yleon)
- add utility method that enable translating an array of Storable elemetns to a string (eklein)
- add support for external pages added to the wizard (eklein)
- New Class that enables addition of wizard pages that need to get IDataModel as an argument in their constructors (see class documentation) (eklein)
- add a static function for retrieving all WizardFactoryPages registered to the phpAddWizardPages extention point (with ID) (eklein)
- unused (eklein)
- Removed the servertTabs extension point.
Created a new launchConfigurationTabs extension and reversed the dependency between the debug ui plugin and the server ui plugin (the server is now dependent on the debug). (sgibly)
- Fixed bug: #160672.
Check whether the function already exists, when parser tries to interpret it in different ways as a cause of parse errors in the file. (mspector)
- changed names to PDT (apeled)
- remove unused variable (eklein)
- Bugfix #169046 (slapsha)
- Show line numbers by default. (slapsha)
2007-01-01
- Removed the httpServerLaunchDelegate extention point (sgibly)
- Fix bug - The default serverwas not saved to the preferences, thus, created from scratch on every PDT restart. (sgibly)
- Bug fix #152085 - parent:: should be treated differently then static method calls (ggurfinke)
- Bug fix #168989 - showing non-strict option in the Content assist is now configurable (ggurfinke)
- Bug fix #161871 Line next to a remark is colored improperly while having '%>' inside of the remark. (ggurfinke)