Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 321951 - code folding does not works when closures are used
Summary: code folding does not works when closures are used
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Server 2003
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact: Ilina Stefanova CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 04:01 EDT by Giorgio Liscio CLA
Modified: 2020-05-14 11: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 Giorgio Liscio CLA 2010-08-06 04:01:52 EDT
Build Identifier: Build id: 20100617-1415

hi, test the code to reproduce

Reproducible: Always

Steps to Reproduce:
try to fold this function:

	function test()// <-- this function
	{
		$closure = function()
		{
			echo "test";
		};
		echo "this is not folded";
                echo "at all";
	}
Comment 1 Zhongwei Zhao CLA 2011-05-16 01:27:05 EDT
works for me
Comment 2 Kalin CLA 2011-08-02 10:39:44 EDT
Verified.
Closing...