Bug 148233 - [projection] Support folding of comments within methods
Summary: [projection] Support folding of comments within methods
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P4 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 64088 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-22 11:04 EDT by Mark A. Ziesemer CLA
Modified: 2006-08-22 03:07 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 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. ***