How do I get rid of Bulding with Squeak Project?

Bruce ONeel beoneel at bluewin.ch
Sat Sep 15 12:25:31 UTC 2001


Jerome Chan <eviltofu at earthlink.net> wrote:
> I followed the instructions on the document to get rid of the World of
> Squeak demos. Now how do I get rid of Building with Squeak? It just stays
> there and refuses to go. Can we extend the Project Navigator to do a "Remove
> this project" command?

I use

p := (Project allProjects) at: 2
Project deletingProject: p

obviously the 2 needs to change depending on your system.  I just print
out 
the results of the first line before executing the second.

Is this correct?  Who knows.  It seems to get rid of the projects and
shrink the 
image, and the image doesn't crash.  YMMV 

cheers

bruce




More information about the Squeak-dev mailing list