[plt-scheme] PLT Source Browser

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Feb 3 18:02:27 EST 2006

On second thought, you may want to just re-use the syntax-level
libraries and generate html (probably in a table?) or an image (plus an
image map). Check out the process-program-unit in the bottom of
plt/collects/drscheme/private/module-overview.ss. I think that's the
only code you'd need.

Robby

At Fri, 03 Feb 2006 23:49:48 +0100, Jens Axel Søgaard wrote:
> Robby Findler wrote:
> > At Fri, 03 Feb 2006 23:17:13 +0100, Jens Axel Søgaard wrote:
> > 
> >>Hi all,
> >>
> >>Prompted by the dicussions on this list, I have put together the
> >>beginnings of a PLT Source Browser. The intention is that it
> >>become a part of the PLaneT web site at some point. A preliminary
> >>version is available at:
> >>
> >>     <http://ja.soegaard.net/planet/html/>
> >>
> >>What do you think? What can be improved? Any obvious mistakes?
> > 
> > Looks really great! I like the colors in the code, too.
> 
> The credit for the source highlighter goes to Sitaram and Anton.
> 
> > One other idea: show the module graph for each module, starting from
> > that module to let you jump around to dependencies. The
> > module-overview.ss file is wired into drscheme, but it could be made to
> > produce .pngs too with someone willing to hack on it.
> 
> Nice idea.
> 
> Click at files mentioned in an (require ...) would also be nice
> addition.
> 
> -- 
> Jens Axel Søgaard
> 
> 
> 
> 
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.