[plt-scheme] "Projects"

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Sep 26 23:35:52 EDT 2007

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.