[plt-scheme] Highlighting parentheses.

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Fri Nov 30 08:58:58 EST 2007

I prefer the current highlighting. Too many colors just make it annoying.

Chongkai

Majorinc, Kazimir wrote:
> One simple, nevertheless very useful feature of PLT is highlighting 
> the parentheses, and not only parentheses but also everything in 
> between. It is much better.
>
> (==>/inner (in: (f 1926: a)
>                 (g 1952: a))
>            (ariadnes-thread (
>                              (list
>                                (1. 1958: a)
>                                (2. 1959: a))
>                              (list
>                                (1. 1953: (& (~ a) a))
>                                (2. 1957: a))))
>            (cond (in: (gf-var? f))
>                  (cond (in: (gf-var? g))
>                        (cond/out: #t))
>                  (cond/out: #t))
>            (==>/inner/out: #t))
>
> However, can I propose that you consider something like this:
>
> (==>/inner (in: (f 1926: a)
>                 (g 1952: a))
>            (ariadnes-thread (
>                              (list
>                                (1. 1958: a)
>                                (2. 1959: a))
>                              (list
>                                (1. 1953: (& (~ a) a))
>                                (2. 1957: a))))
>            (cond (in: (gf-var? f))
>                  (cond (in: (gf-var? g))
>                        (cond/out: #t))
>                  (cond/out: #t))
>            (==>/inner/out: #t))
>
> It could be easier to find parentheses on the wrong place. There is no 
> need that users chose all these colours, any choice compatible with 
> text colour is OK.
>
> Thank you,
> Kazimir Majorinc
> ------------------------------------------------------------------------
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>   



Posted on the users mailing list.