2007-01-30
- added a builder to StartupOnInitialize as argument+ fixed WSDL and CodeAnalyzer Builders accordingly (ymazor)
- fixed bug #172140. The DefaultPHPBuilderExtension now receievs a specific PHPProjectBuilder for each project and not using the latest one which is wrong (ymazor)
- fixes (yleon)
- reparser fix for PHP DOC completion (rganor)
- Fix the wizard fragments registry to sort correctly (sgibly)
- Bug fix #171926 - the creation of projectModel must be synced (ggurfinke)
- release the model from read (sgibly)
- fix php code that doesn't closed (rganor)
- Bug fix #172139 - Comments tag disappear in Enter (ggurfinke)
- Bug fix #172128 PHPdoc blocks are ignored by the formatter action (ggurfinke)
- Fixed for region container (mspector)
- Use an externalize message for the debugger protocol version error (sgibly)
- Fixed for Region containers. (mspector)
- PhpTokenizer: fix ?> in a /* bug (rganor)
- revert bug #152088 - after discussion, we have decided that it's not an intended behaviour in PHP editor. (mspector)
- Fixed: #171920 (mspector)
- Replaced all remaining PHP-IDE entries (ggoldbarg)
- PhpTokenizer: fix ?> in a string bug (rganor)
2007-01-29
- fixed CA for handeling cases where php is embeded inside html tag (ggurfinke)
- small bug fix in MachingCharAutoEditStrategy (ggurfinke)
- contentAssist in the end of the document didn't work (ggurfinke)
- 1) fix undo
2) after full reparser - recolor php region (rganor)
- the ElementImplForPHP should return an empty validator if it has been asked for one for php node (ggurfinke)
- fixed "case" indentation at the begining of the line (ggurfinke)
- fixed autoEditing at end of document (ggurfinke)
- changes in the completion mechanism near the multiline comments and doc block (ggurfinke)
- Fix revealing of PHP element in the editor - we should not select whole the userData, but only the element name. (mspector)
- Php Lexer: forget to store the last state in comment (rganor)
- Fixed #152088 (when double clicking on $this->var, should select whole the structure) (mspector)
- fixing some more reparser cases (rganor)
- Bug fix #171982 - fixed autoEdit for close tag and end of document cases (ggurfinke)
- should look for PHPRegionContenxt.PHP_CLOSE and not PHPRegionTypes.PHP_CLOSETAG (ggurfinke)
- Fix situation, when we are standing on the PHP_CLOSE tag, and requesting the code completion. (mspector)
- removed the trailing spaces from the php open tag (ggurfinke)
- Fixed add block action (mspector)
- Notify the user when the internal debugger is not properly set. (sgibly)
- fixed handling <??> and <? ?> (ymazor)
- fix bug#171921 - PHP Menu options should be aviliable when using an existing workspace with a new build.
Create patch due to major API changes (eklein)
- Bug fix #171613 - problem with parsing of return type (contributed by moshe@zend.com) (ggurfinke)
- Do not need html validation for php elements (ggurfinke)
- Fixed NullPointerException (mspector)
- Fix looking for partition start/end. (mspector)
- fixing line style problems (rganor)
- added a PHP filter category for Problems View (ymazor)
- fixed bug #167312 , create a PHP_PROBLEM Marker instead of a wst validation element (ymazor)
- added PHPProblem Marker Type (ymazor)
- add getPartition() method, which returns ITypedRegion (mspector)
- bug fix #171982 - formatter didn't work after document model changes (ggurfinke)
- fix double-click strategy for PHPdoc tags. (mspector)
- Bug: 171940 fixed (sben-zeev)
- 1) fixing reparser problems
2) doc block partitions are united into one region (rganor)
- Fixed double click strategy (mspector)
2007-01-28
- Fix "Add description" action. (mspector)
- fixed new regions changes (ymazor)
- remove check for partitiontype to the ContentAssistSupport classes (ymazor)
- bug #171910 - Open the file in the editor even if the line offset was not resolved (sgibly)
- Fixed bug #171910 - The debug console links did not mark the line when opening the file. (sgibly)
- Fix block comments (mspector)
- *** empty log message *** (yleon)
- Terminate the debug session when trying to connect to php without a debugger.
The termination will be done after 10 seconds (sgibly)
- fix major performance bug (rganor)
- fixe Open Manual action (mspector)
- fix Open Declaration action (mspector)
- add comment (mspector)
- Fix Debug hover. (mspector)
- Fix color/style preference page (mspector)
2007-01-26
- isLineComment(offset) added to PHP Script Token API (rganor)
- Fixed "underline" style in Line style provider. (mspector)
- fix go-to-source for include("file") (mspector)
- adding partition type (rganor)
- Fix coloring in PHP source viewer. (mspector)
- Php Token Container: check bad location - adding negative numbers check (rganor)
- add comments (mspector)
- reparser: fixing the TextReplaceEvent if /* is inserted (rganor)
- fix the case when the first PHP token region is the start of the statement (mspector)
- Fix text hovers. (mspector)
- - fix gateStatement() according to DOM changes.
- add documentation. (mspector)
- deprecated PhpElementImpl (rganor)
- reparser: fix state not change problem (rganor)
2007-01-25
- line style for color picker fix (rganor)
- Editor changes: changing the way partitiones are found (rganor)
- Unneeded here. (slapsha)
- DOM Element: adding isPhpTag() for php methods (rganor)
2007-01-24
- PHP Debug preferences page: Change the 'Project Options' title to 'Debug Options' (sgibly)
- Editor model changes: removing php lexer as memeber of the script region (rganor)