Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318967 - code folding,a wired thing when edit file.
Summary: code folding,a wired thing when edit file.
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-06 04:25 EDT by Zhongwei Zhao CLA
Modified: 2020-05-14 10:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.