[plt-scheme] paired braces in interaction mode?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Mar 1 16:53:21 EST 2008

I've brought that back highlighting of previous repl expressions to
DrScheme (in the new paren matcher). You can also hit return while the
cursor is at the end of an sexp to bring it down to the latest prompt
(if you select something and hit return, that brings down the
selection). This is now checked in to SVN.

hth,
Robby

On Wed, Feb 20, 2008 at 4:47 AM, Dmitry Lizorkin <lizorkin at ispras.ru> wrote:
> Hello,
>
>  I'm probably missing something obvious. How can PLT IDE be customized to
>  highlight paired braces in interaction mode for all S-expressions? AFAICT,
>  paired braces are highlighted for the expression being currently edited
>  only, but not for previously evaluated expressions and evaluation results.
>  This feature was available in older versions of PLT (precisely, versions up
>  to 205 inclusively, IIANM), but now it seems to be turned off, at least by
>  default.
>
>  Dmitry
>
>  P.S. Also, it was a convenient feature of the interaction mode when a
>  previously evaluated S-expression could be copied into editing position by
>  putting a cursor on this expression and pressing enter.
>
>  _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.