Nov. 27, 2009
7:51 a.m.
2009/11/26 Henrik Jegbjerg Hansen <hjh@freecode.dk>:
Is it possible to get rid of the blinking cursor? Â I prefer the non-blinking which is default on Squeak.
TextMorph allInstancesDo:[: each | each stopBlinking ]
Maybe there should be a preference setting for this?
Yes, you should change (or remove) in #keyboardFocusChange: the blinking behavior. See senders of #addPreference:categories:... to install a new preference. Hernán