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

Summary: Allow Error Mark colors to be configurable
Product: editor Reporter: gliesian <gliesian>
Component: OptionsAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P1    
Version: 7.0.1   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

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.)