Bug 486677 - Folding in CDT hides problem markers
Summary: Folding in CDT hides problem markers
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 8.8.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-27 14:57 EST by David Cok CLA
Modified: 2020-09-04 15:23 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 David Cok CLA 2016-01-27 14:57:50 EST
When code is folded in the CDT Editor, any problem markers on the hidden lines disappear from both the left and right rulers. In the JDT such markers are still shown on the head line of the folded region. This behavior easily leads to problems being ignored.

I propose that the behavior should be the same as the JDT - show the marker at an appropriate line, even if the true location is hidden by folding. At the least it should be a customizable behavior that can be set to on by default.