[racket] DrRacket feature request: colored contracts

From: Laurent (laurent.orseau at gmail.com)
Date: Sun Nov 11 10:21:15 EST 2012

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

Ah yes, there might be this problem indeed.
Maybe it could be possible to keep a "partial" state of the syntax checker,
and only discard the parts that are being edited, until the document can be
checked entirely, possibly with a warning at the bottom right saying that
the syntax checker is not currently in sync.
That would help for the contract coloring as well as for the identifier
information rectangle, but I'm not sure this is easy to implement.

Laurent


> 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
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121111/bbadd4ac/attachment.html>

Posted on the users mailing list.