[plt-scheme] Highlighting parentheses.

From: Geoffrey King (lordgeoffrey at optushome.com.au)
Date: Fri Nov 30 17:25:26 EST 2007

If that happens please make it configurable, otherwise i would have to 
change editors.
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
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20071201/5981aebd/attachment.html>

Posted on the users mailing list.