[Issue 13019] New: Different color for "Warning:"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 2 04:47:17 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13019

          Issue ID: 13019
           Summary: Different color for "Warning:"
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: bearophile_hugs at eml.cc

Now dmd 2.066beta colors error messages, here "Error", "Deprecation" and
"Warning" are in red color (and "test.d(28):" is in light grey):

test.d(28): Error: semicolon expected following auto declaration, not '11101'
test.d(28): Deprecation: octal literals 01001 are deprecated, use
std.conv.octal!1001 instead
test.d(32): Warning: statement is not reachable


If it's possible, I suggest to color "Warning:" in a less intense way, like
orange or light red.

--


More information about the Digitalmars-d-bugs mailing list