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

Bug 289007

Summary: [projection] Should offer to not fold areas with Error problem markers on opening
Product: [Eclipse Project] JDT Reporter: Nitin Dahyabhai <thatnitind>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, markus.kell.r
Version: 3.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Nitin Dahyabhai CLA 2009-09-09 17:22:07 EDT
I only initially fold the header comments and import statements in my Java Editor by default, but when my build path is messed up, I have to expand that area to see the problem annotation in the import (the fully qualified name often helping me find what's broken).  It would be helpful if the editor just didn't fold an otherwise "initially foldable" area if it contains an error marker.
Comment 1 Dani Megert CLA 2009-09-14 07:11:57 EDT
>I have to expand that area to see the problem annotation in the import 
Or simply click the 'Next Annotation' toolbar icon or hit Ctrl+. which will expand the folded section and directly take you to the error. Another option is to see the error(s) in the hover or in the Problems view.

No plans to add this.
Comment 2 Nitin Dahyabhai CLA 2010-03-03 02:24:17 EST
.