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 180399 - Allow Error Mark colors to be configurable
Summary: Allow Error Mark colors to be configurable
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.0.1
Hardware: PC Windows Vista
: P1 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 13:56 UTC by gliesian
Modified: 2016-07-13 19:02 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-02-07 13:56:11 UTC
Colors are configurable for many things in the IDE but not the Error Marks.

Consider adding a tab to the Fonts & COlors panel of the Options window to support configuration of Error Mark colors.

Here are some current colors associated with different types of marks:
(1)Thin black line with solid centered square --> Current line
(2)dark grey --> Bookmark 
(3)pink --> Line breakpoint
(4)orange --> Warning (e.g. Unused import) 
(5)red --> Error (e.g. ‘;’ expected, cannot find symbol, etc.)