DMD now has colorized syntax highlighting in error messages
Random D user via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue May 16 11:53:49 PDT 2017
On Sunday, 14 May 2017 at 14:07:20 UTC, Walter Bright wrote:
> https://github.com/dlang/dmd/pull/6777
>
> It turned out to be unexpectedly easy to implement.
Nice.
But color highlighting should always be configurable (otherwise
it's half done), because there are a lot of people who like
colors, but can't distinguish between certain color combinations,
because of a color disability. Or they might have poor displays
or viewing conditions etc.
I guess this should be simple to add, just output the colors into
an .ini file and read them back if the file exists.
More information about the Digitalmars-d-announce
mailing list