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

Bug 199677

Summary: "Automatically Fold uninteresting elements" should fold comments other then javadoc comments
Product: z_Archived Reporter: Raphael Ackermann <raphael.ackermann>
Component: MylynAssignee: Project Inbox <mylyn-triaged>
Status: CLOSED MOVED QA Contact:
Severity: enhancement    
Priority: P5 CC: raffi.khatchadourian
Version: unspecifiedKeywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Raphael Ackermann CLA 2007-08-12 09:30:28 EDT
Commented out code like

	// @Override
	// public void markDirty(boolean dirty) {
	// if (repositoryTask != null) {
	// repositoryTask.setDirty(dirty);
	// }
	// super.markDirty(dirty);
	// }

//	/**
//	 * Update task state
//	 */
//	protected void updateTask() {
//		if (taskData == null)
//			return;
//		if (repositoryTask != null) {
//			TasksUiPlugin.getSynchronizationManager().saveOutgoing(repositoryTask, changedAttributes);
//		}
//		if (parentEditor != null) {
//			parentEditor.notifyTaskChanged();
//		}
//		markDirty(false);
//	}

should be folded and hidden when the "Automatically Fold uninteresting elements"  button is invoked. It might be worth to distinguish between javadoc comments and other comments and hide the ones that are most likely not interesting.
Comment 1 Mik Kersten CLA 2009-07-24 16:42:03 EDT
Need a contribution to make this happen.
Comment 2 Raffi Khatchadourian CLA 2010-10-27 17:06:26 EDT
+1
Comment 3 Eclipse Webmaster CLA 2022-11-15 11:45:08 EST
Mylyn has been restructured, and our issue tracking has moved to GitHub [1].

We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub.

[1] https://github.com/orgs/eclipse-mylyn