[BUG] Preferences>disableProgrammerFacilities doesn't

Bob Arning arning at charm.net
Tue Jul 24 01:03:30 UTC 2001


On Mon, 23 Jul 2001 16:50:09 -0700 Tim Rowledge <tim at sumeru.stanford.edu> wrote:
>I tried using Preferences>disableProgrammerFacilities to do the no-halos
>stuff and took careful note of the dire warnings. Unfortunately, the
>crucial preference #cmdGesturesEnabled is completely ignored; turning it
>off has no effect! In 2.7 (the only othe image level I have to hand
>right now) HandMorph>specialGesture: appeared to be where this
>preference was checked but there appears to be no analogue of this
>immediately discernable in 3.1 
>
>I'd really appreciate some pointer to a suitable place to check the preference.

Tim,

It looks like the preference is not used for this any more. If you change

Morph>>handleMouseDown:
...
	anEvent blueButtonChanged ifTrue:[^self "blueButtonDown: anEvent"].
...

then the cmd(alt)-click stuff will be ignored.

Cheers,
Bob




More information about the Squeak-dev mailing list