2007-02-14
- added option to sort configuration blocks (ggurfinke)
- added option to add/replace configuration blocks in content assist prefs (ggurfinke)
- fix refresh on preference change (rganor)
- Fix bug #160443 (Stack frames line numbers update).
Synchronize the top frame with the given values. (sgibly)
- Fixed a plugin xml references bug due to the API changes (a problem with the PHPVariableValueEditor) (sgibly)
- Spelling fix (sgibly)
- Reparser: heredoc reparsing is fixed (continue to work) (rganor)
- removed redundant sort action from project outline view (ggurfinke)
- PHPUserModel: fix bug for (rganor)
- Implemented issue #163689 - Switch from PHP Debug to PHP Perspective (sgibly)
- Reparser: heredoc reparsing is fixed (rganor)
- IPHPPreferencePageBlock should get PreferencePage and not PropertyPage (ggurfinke)
- removing unused class (rganor)
- PhpTokenContainer: fix update states bug (rganor)
2007-02-13
- bug #156167 fixed (sben-zeev)
- CDATA block: php content is now parsed (rganor)
- Extension point name fix (sgibly)
- tokenizer fix - embedded php is now updated on the length (rganor)
- disabled the default content assist's keylistener (ggurfinke)
- Removed a System.out.println (sgibly)
- A fix for bug #163780 - debugger irregular state control.
Modified the code according to Toshihiro Izumi <euthanasia_waltz@yahoo.co.jp> suggestion.
Since this situation occurs sometimes, testing it will take some more time before we can say this problem is behind us. (sgibly)
- added an option to replace contentAssist mechanism (ggurfinke)
- revert to last changes: if php region should be replaced - color the SDRegion (rganor)
- Improved the fix for #163830 (multiple debug sessions).
Make sure that the fix does not effect the non-debug sessions. (sgibly)
- wrapping the document data in one DocumentReader class (rganor)
- Fixed bug #165095 - Path to the file is not shown in expression window - we only see c:\\\
A fix according to a patch given from moshe@zend.com (sgibly)
- remove redundant sysouts (rganor)
- PhpScriptRegion: preformance issue fix (rganor)
2007-02-12
- Implemented the enhancement request #163830 - "Multiple Debug Sessions Should Provide a Message to the User" (sgibly)
- PhpScriptRegion: add assert question (rganor)
- fix bugs: 173247 (rganor)
- make validator a singleton (slapsha)
- a bit of refactoring (slapsha)
2007-02-11
- work on php reparser (rganor)
- Minor tune up (slapsha)
- Fix working with filter (slapsha)
- fix the template proposal order in the completion list.
templates should be first (rganor)
- bug #168797 - Add content type for .php5 files
fixed. (rganor)
- fixing for performance issues (rganor)
- Bug #172751 - fixed.
The php lexer is operated during the php tokenizer (one pass) (rganor)
2007-02-08- Preparation for external filtering... (slapsha)