This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 223210

Summary: clang output highlighting
Product: cnd Reporter: chila
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: CodeLite Clang Highlight 1

Description chila 2012-12-03 21:37:16 UTC
CND does not highlight clang output. I've seen CodeLite clang highlighting and it's a very nice thing to have.
Comment 1 soldatov 2012-12-04 06:59:09 UTC
Can you attach screenshot with CodeLite?
Comment 2 chila 2012-12-04 15:10:40 UTC
Created attachment 128843 [details]
CodeLite Clang Highlight 1

It parses the text and shows them in different colors, not plain blue like netbeans. With different colors is much easier reading complex errors.
Comment 3 chila 2012-12-04 15:14:24 UTC
Paths are in blue, errors in red, notes in yellow. It could also be nice if the clang cursor can be parsed, so once you click in the error the editor cursor is placed there.