An 3.9 image for developers

Klaus D. Witzel klaus.witzel at cobss.com
Thu Sep 14 19:14:14 UTC 2006


Hi Gary,

on Thu, 14 Sep 2006 20:58:01 +0200, you wrote:
> Or perhaps this should be put in, due to VM differences:
>
> Preferences class>>swapMouseButtons
> 	"If we are on windows, flip anyway so that we are compatible
> 	with other oses."
>
> 	|answer|
> 	answer := self
> 		valueOfFlag: #swapMouseButtons
> 		ifAbsent: [false].
> 	SmalltalkImage current platformName = 'Win32'

Good idea but, what happens when the VM is corrected (the dev.image will  
be downlodable for many years to come).

/Klaus

> 		ifTrue: [answer := answer not].
> 	^answer
>
>
> Haven't got a Mac etc to see how their VMs behave :-(
>
> Added this ince I transfer my image between Windows/Linux environments  
> on a
> daily basis!




More information about the Squeak-dev mailing list