2006-10-11
- annotations bug fixed (sben-zeev)
- PHP Structure Editor to remove perspective listener after handling document close. (slapsha)
2006-10-10
- plug-ins versions fixed. (apeled)
- Version updated to 0.2.5 (slapsha)
- bug #157998 refixed. (slapsha)
- Bug #157161 fixed. (slapsha)
- Bug fix of super in formatDocument function:
the problem is that in a multipass formatter the document length is changed and thus the test (start + length <= document.getLength()) is not always valid (ggurfinke)
- Fixe bug #159619 - Current position not maintained in debug variables window (sgibly)
- fix bug#156373 - Document format indents
(fix the comments indentation, the rest will need a whole formatter revision) (eklein)
- Fix a suspend problem when stepping through the code while debugging (sgibly)
- Put the HTML formatter as the master formatter, because the HTML changes the phpOpenTag position and the PHPFormatter must addopt those changes (ggurfinke)
- Bug #157998 fixed. (slapsha)
- Bug #158414 fixed: IniModifier fixed to work as many-to-many (e.g. 'extension' parameter) (slapsha)
- Bug fix #158174 php code was being formatted differently when there was Test before it. (ggurfinke)
- changed Display.getCurrent() to Display.getDefault() to avoid nullpointer (sben-zeev)
- Bug fix #158002 - "Undo" did not work properly with PHPDoc blocks (ggurfinke)
- bug #15510 fixed - Rename Project elliminates syntax coloring from the php file. (sben-zeev)
2006-10-09
- fix bug #157475 - Task indicator in overview ruler is wrong (eklein)
- bug #154817 fixed - after formating the php document the source highlights disapears (sben-zeev)
- Fixed bug #159583.
Added "Link with Editor" in the outline's toolbar (ymazor)
2006-10-08
- Removed the WST servers view from the default PHP Debug perspective (sgibly)
- fix bug #158128 - Cursor located outside the PHPDoc block area after code completion. (eklein)
- Fixed bug #159722 - Hover durining debugging didn't work for files that are located in a non-root position of the project. (sgibly)
- bug #153579 fixed - Malformed TOC XML files in Documentation package
thanks Ebu@seznam.cz for providing a patch (sben-zeev)
- Fixed bug #158567 - "Run with Debug Info" option should not exist in the "PHP Web Server" Debug configuration. (sgibly)
- performances improvement: not using WST validation mechanism. (ggurfinke)
2006-10-03
- fix bug#156812 - Exception thrown when launching configuration with "/" (eklein)
2006-09-28
- PHP watch action - Adding watches is now enabled (sgibly)
2006-09-27
- Revert the fix. (slapsha)
- Preparing the PHP watch actions enablements and visibility.
Still have to add the action itself. (sgibly)
- fixed bug #157998 - PHP Project Outline: the view is expanded unexpectedly. (sben-zeev)
- Make sure that the debugger system property is set when a debug session is terminated. (sgibly)
- Fixed bug/enhancement #146592 :
Do not add Help context menu to class methods, but only to global functions (ymazor)
- Fixed bug #157274 :
If' include files' node has no children, don't put it in the outline tree (ymazor)
2006-09-26
- Display the condition in the conditional breakpoint's tooltip (sgibly)
- Breakpoints presentation - Present a conditional breakpoints (that contains a condition) with a question mark. (sgibly)
- Some refactoring (eklein)
- fixed bug #157587 - had to add a filter for the Debug UI property page (ymazor)
2006-09-25
- Added a PHP conditional breakpoint property page.
Right-clicking a breakpoint and selecting the 'Breakpoint Properties..." now opens a property page for setting a condition on a breakpoint (similar to the "Set Condition..." in the breakpoints view) (sgibly)
- Limit an error log to a debug mode only (sgibly)
2006-09-21
- fix bug #139442
Filters in the PHP Explorer View deos not work (eklein)
- enabling java bridge code completion for continiuos variables (rganor)
2006-09-20
- Code completion for java bridge is available. (rganor)
- modify debug error message (by QA request) (eklein)
- Orgenize imports for the launch property tester (sgibly)
2006-09-19
- Handle casting exception while linking non-text selection with an outline view. (slapsha)
- Bug fix #154680 - Formatter didn't work when there where more than one StracturedDocumentRegion in php block (ggurfinke)
- The curly close bracket can appear alougth the phpStack is empty (ggurfinke)