[plt-scheme] drscheme extension to save an load a set of tabs

From: Stephen De Gabrielle (spdegabrielle at gmail.com)
Date: Mon Aug 25 04:45:59 EDT 2008

Hi,
this is a first run at this;

 projects-project.plt	ProjectsMgr is a simple drscheme extension that
provides buttons to save and reload tabs.
	(require (planet "project.scm" ("spdegabrielle" "projects-project.plt" 1 0)))

install and restart scheme to get two new buttons
 save-project - saves the current set of tabs
 load-project - load the saved set

let me know what you think

source at  http://code.google.com/p/projects-project/source/browse/#svn/trunk

Cheers,

Stephen


Posted on the users mailing list.