Saving Workspace content to file in Squeak 3.9a

Marcus Denker denker at iam.unibe.ch
Wed Jan 18 09:38:12 UTC 2006


On 18.01.2006, at 09:50, Joseph Frippiat wrote:

> How do I save the workspace contents to a file in Squeak 3.9a?    
> This option disappeared :'(  .
>

The problem is that it does not open a workspace, but a stringholder  
window.

StandartToolSet class

openWorkspace
	StringHolder new openAsMorphLabel: 'Workspace'


replace that by


openWorkspace
	Workspace open



More information about the Squeak-dev mailing list