Bug 148233

Summary: [projection] Support folding of comments within methods
Product: [Eclipse Project] JDT Reporter: Mark A. Ziesemer <bugs>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4 CC: daniel_megert
Version: 3.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mark A. Ziesemer CLA 2006-06-22 11:04:52 EDT
Example:

class Test{
	/**
	 * This currently folds...
	 */
	/*
	 * As does this...
	 */
	void test(){
		/*
		 * But this doesn't!
		 */
	}
}

While we're at it, what about other block statements, such as if's and 
while's?  Many other IDE's out there allow folding of practically everything.

(Moved from bug 60688.)

Thanks!
Comment 1 Dani Megert CLA 2006-06-23 03:30:30 EDT
>While we're at it, what about other block statements
see bug 60929
Comment 2 Dani Megert CLA 2006-08-22 03:07:13 EDT
*** Bug 64088 has been marked as a duplicate of this bug. ***