| Summary: | "Automatically Fold uninteresting elements" should fold comments other then javadoc comments | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Raphael Ackermann <raphael.ackermann> |
| Component: | Mylyn | Assignee: | Project Inbox <mylyn-triaged> |
| Status: | CLOSED MOVED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 | CC: | raffi.khatchadourian |
| Version: | unspecified | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Need a contribution to make this happen. +1 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 |
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.