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 - clang output highlighting
Summary: clang output highlighting
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.2.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 21:37 UTC by chila
Modified: 2013-08-22 07:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
CodeLite Clang Highlight 1 (240.63 KB, image/png)
2012-12-04 15:10 UTC, chila
Details

Note You need to log in before you can comment on or make changes to this bug.
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.