Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318967

Summary: code folding,a wired thing when edit file.
Product: z_Archived Reporter: Zhongwei Zhao <zhaozhongwei>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: zulus
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Zhongwei Zhao CLA 2010-07-06 04:25:42 EDT
here is the php content:
<?php
function showHead()
{
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
</head>
<?php
}

class a {
    const JIGGAZZZ = 'test';
    function aa($param) {
    	echo JIGGAd|;//cursor position
    }
}

then we fold function showHead,then press backspace(or type any char),<head> will expand but showHead still collapses.
Comment 1 Dawid Pakula CLA 2020-04-22 07:38:47 EDT
Works fine for me now, so probably fixed in the meantime.