[squeak-dev] Ctrl and ALt keys trouble in 4.1rc5

Stéphane Rollandin lecteur at zogotounga.net
Sat Apr 17 13:55:09 UTC 2010


I believe there is a bug in TextEditor>>#dispatchOnCharacter:with:
where in the lines

	((honorCommandKeys := Preferences cmdKeysInText) and: [char = Character 
enter])
		ifTrue: [^ self dispatchOnEnterWith: typeAheadStream].

the test char = Character enter returns true when I do a Ctrl-C, so the 
editor think I pressed Enter

no time to investigate further just now...

Stef





More information about the Squeak-dev mailing list