DMD now has colorized syntax highlighting in error messages

Walter Bright via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 16 08:28:47 PDT 2017


On 5/16/2017 8:13 AM, H. S. Teoh via Digitalmars-d-announce wrote:
> Simpler solution: print the identifier in quotes, e.g.:
>
>      error: undefined identifier 'maybe'
>
> There: instantly clear without needing any colors.

I know about the quotes. With longer message lines, they get lost.

To turn off color, just add:

    -color=off

to your dmd.conf file.



More information about the Digitalmars-d-announce mailing list