Community
Participate
Working Groups
Build Identifier: EclipsePdt-2.2.0.v20100427 The whole HEREDOC element is still black colored, in spite of HEREDOC body was repaired according to the conventions. Reproducible: Always Steps to Reproduce: 1. Copy/paste the following php code in PHP Editor: <?php $test = <<<HEREDOC my test string HEREDOC; ?> Verify HEREDOC element is colored according HEREDOC syntax coloring conventions 2. Add a space just after HEREDOC in line 2 Syntax coloring gets broken, HEREDOC element will be black colored. 3. Repair the code by removing the just added space. Expected: The proper HEREDOC syntax coloring should be applied again. Actual: The whole HEREDOC element is still black colored.
Inspired by bug 253646
There is a kind of such problem,for example: /** * */ => /*** * */ => /** * */
fixed in head
Verified at PDT-2.2.0.v20100616 Syntax coloring now looks fine and closing this issue Verified by Teodor Kirkov teodor.k@zend.com