[BUG][FIX] Some control keys broken

Dan Ingalls Dan.Ingalls at disney.com
Wed Nov 10 01:02:20 UTC 1999


>I found that, in 2.6, ctrl-l no longer shifted lines left. A fix is enclosed.
>
>Cheers,
>Bob
>
>'From Squeak2.6 of 15 October 1999 [latest update: #1578] on 9 November 1999 at 6:59:37 pm'!
>"Change Set:		fixControlKeys
>Date:			9 November 1999
>Author:			Bob Arning
>
>The recent addition of page up and page down to ParagraphEditor class>>specialShiftCmdKeys highlighted a problem. Since ParagraphEditor>>dispatchOnCharacter:with: tested #specialShiftCmdKeys before normal control keys, those control keys whose ascii values were also in #specialShiftCmdKeys were non-functional. This change set reorders the tests so that old functionality is regained and no new functionality is lost (gee, I hope that's true)."!

Hi, Bob -

I thought I fixed this, and interestingly the fix was in #1579.  Time to update.

	- Dan

PS:  I had the same "hope that's true" feeling, but it's been working for us for a month now.





More information about the Squeak-dev mailing list