[racket] scribble indentation in drracket

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Feb 21 22:06:32 EST 2015

I write lots and, sadly, manually indent everything.

There is a start on this but there are still some problems to be
ironed out. You can find the code here:

  https://github.com/racket/gui/blob/master/gui-lib/scribble/private/indentation.rkt

It shows up in DrRacket when you type esc;q (where it reindents the
paragraph). In other words, it makes some decisions about linebreaking
and then does indentation. It is not wired in yet for actual
indentation.

Also, I don't know why it says that Sam is the only contributor there:
the code was actually written by Lei Wang.

Robby


On Sat, Feb 21, 2015 at 8:54 PM, Jon Zeppieri <zeppieri at gmail.com> wrote:
> Is there some secret to this, or does no one write scribble in drracket?
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.