How do I create separate fileouts for different projects I have going on in my image? What's the best way to save the Squeak code I'm working on to an external file?
Repeat after me: "change sorters are our friends". ;-)
Open up a simple Change Sorter or a dual change sorter. (World menu 'open...'/'simple change sorter')
Create your own ChangeSet ("new change set...") or select one already existing.
Pop up the menu and select "make changes go to me".
You can then move or copy any other methods in other change sets to yours, or filein your code, or make a change in your method and accept, or whatever. (All code changes you make in other browser windows will be reflected in this current changeset.)
When you fileout your change set it will contain all the methods you changed or added.
You can also browse the change set, add preambles or a postscript, ...