[racket] DrRacket feature request: colored contracts
Check Syntax does have this information, but currently uses it only
for tooltips (to indicate who is to blame). Generally speaking, the
coloring is based only on lexing information (like "is this a string?"
"is this a paren?" etc). I'm not sure if that's the best thing, but
the reason I did it that was was to avoid colors flashing around, as
the check syntax information comes and goes as you edit the buffer.
Robby
On Sun, Nov 11, 2012 at 8:57 AM, Laurent <laurent.orseau at gmail.com> wrote:
> Hi,
>
> Starting my Xmas wish list:
> In case some developer doesn't know what to do (sure...), I think it would
> be visually quite helpful if contracts could be syntax-colored, for example
> in lighter blue. That would help quickly distinguish between the actual code
> and the debugging code.
>
> Thanks :)
> Laurent
>
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>