[plt-scheme] "Projects"

From: Carl Eastlund (cce at ccs.neu.edu)
Date: Thu Sep 27 00:30:14 EDT 2007

How about modules required by a "filename.ss" or (file "filename.ss")
spec, rather than by directory hierarchy.  That way "../" prefixes
will still count as "the same project".  I have plenty of code with
parent-directory references.

--Carl

On 9/26/07, Eli Barzilay <eli at barzilay.org> wrote:
> Maybe a good imitation of the "Project" feature is to open (in tabs)
> all files that are both required (or included etc -- runtime-paths)
> from the current file, and that are either in the current-file's
> directory or a subdir.  This way you need only two operations (open
> main file, open relatives) to open a "Project".
>
> Maybe even more -- an "Open Project" menu entry that does the above
> two operations, or, if you select a directory, open all files in that
> directory and subdirs.  Also, it could add a "<foo> Project" entry to
> the recently-used menu, so it's easy to do the same in the future.
> (And avoid adding all of the project's files to the recent list.)
>
> --
>           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                   http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.