2006-12-31- - listen to PHP version change in PHP editor
- TODO: initiate parser, when PHP version change event is recieved. (mspector)
2006-12-28
- fixed bug #149463. Overrided WST's CTRL+I to perform active element format (ymazor)
- changed features names from PHP IDE to PDT (apeled)
- Non-recursive getFileData (slapsha)
2006-12-27
- no need to extend PHPBasicPHPPage, IWizardPage is enough (mspector)
- wizard pages: reverting to original version (rganor)
- Project Wizard: do post perform after project creation
TODO: should be fixed by Eden later (rganor)
- revert sysout lines, (rganor)
- trying to detect problem files (rganor)
2006-12-26- Modifications to the PHP script launch configuration tab - The selection of the PHP executable is now through a drop down list only (removed the radio buttons) (sgibly)
2006-12-25
- Remove commented code (sgibly)
- PHP web page launch shortcut fix (sgibly)
- Fix the PHP executables handling - Sync the PHP executables preferences page to the settings in the PHP Debug preferences page. (sgibly)
- Fix the PHP executable launch shortcut to handle project-specific settings for the selected executable (sgibly)
- fixed EP name. (mspector)
- - fixed documentation
- removed php model EP schema (mspector)
- phpEditorTextHoverDecorator extension point was removed (mspector)
- - added documentation
- use Wizard ID instead of name in phpWizardPages extension point
- added PHPWizardPagesRegistry for re-usage of contributed pages retrieval. (mspector)
2006-12-24
- Fix - Remove the PHP executable from the project-specific settings when selecting a workspace settings (sgibly)
- Fix in the default server preferences settings (workspace & project-specific) (sgibly)
- - added documentation
- changed EP name using convention. (mspector)
- added documentation (mspector)
- Made the getPreferencesPropagator static (sgibly)
- fixed bug #161751.
The dialog's focus is the file's name. (ymazor)
- removed the option for adding PHPModel as an extension point (ggurfinke)
- contentAssistProcessorForPHP -> phpContentAssistProcessor
hyperlinkDetectorForPHP -> phpHyperlinkDetector (mspector)
2006-12-21
- "Since" should point to release where the extension point was appeared first. (mspector)
- Fixed bug #164251.
There's a bug in the default Eclipse "Smart Sub-Words text navigation" on Linux.
I overrided the default mechanism in the same way JDT does.
In order to activate the new navigation mechanism, the user needs to go to
Preferences->PHP->Editor and check 'smart caret positioning in PHP names'. (ymazor)
- Changes in the default server infrastructure.
Implemented first-stage support for project-specific default servers.
Added a URL edit dialog for the server launch shortcuts (Debug / Run) (sgibly)
- updates (yleon)
- fixed documentation (mspector)
- *** empty log message *** (mspector)
- - documented workspaceModelListeners extension point
- changed XML element to lowercase letter (mspector)
- - provided documentation to phpModel extension point.
- renamed element from 'PhpModel' to 'phpModel' (mspector)
- - Refactored includePathVariableInitializers extension point.
- Added copyrights to extension point documentations. (mspector)
2006-12-20
- Don't focus on fresh open editor when after clicking a link from console - prevents exception when double-clicking too fast. (slapsha)
- Replaced "actionFilterDelegatorForPHPCodeData" extension point by "actionFilterContributors", fixed logic of this extension point, generalized (look at extension point description for more information). (mspector)
- add flush (eklein)
- restore old PHP builder ID for compatibility reasons. (mspector)
- move save preferences to post finish and add external flush (eklein)
- Fixed copyrights for files generated by JavaCup (mspector)
- Fixed constants (there where "class", "method", "function" defined as constants). (mspector)
- Fixed wrong ID. (mspector)
- - remove 'buildersInitializers' extension point
- Add PHP builder extensions extension point (mspector)
- Browser Output window should not show HTTP headers!
Actual content always start after two CRLFs (\r\n), so we will strip everything
before these marks. (mspector)
2006-12-19
- Console to allow linking to non-project files (Includes) (slapsha)
- removed org.ecplise.php.ui.phplabeldecorator ext. point and use org.eclipse.ui.decorators instead (sben-zeev)
- change the preference propagator to a factory so it can handle all plugins preferences (and not only the phpcore one) (eklein)
- This file is not needed. Use PHPPartitionTypes instead (slapsha)
- Bug #151264 fix (slapsha)
2006-12-18
- Fix the preferences page links to display the full tree path in the left side of the preferences. (sgibly)
- PHP language model unit testings (rganor)
- exposing php parser manager (rganor)
- Tag v20061218 (slapsha)