[squeak-dev] Re: Preference #swapMouseButtons in Cuis?

Juan Vuletich juan at jvuletich.org
Fri Jul 17 17:44:03 UTC 2009


Andreas Raab wrote:
> Juan Vuletich wrote:
>> New preference system? Do you have any pointers? (Just curious...)
>
> http://bugs.squeak.org/view.php?id=7306 (remember I suggested using 
> this in MessageTally?)
>

Oh, yes. Thanks. Cuis doesn't support pragmas, though.

WRT MessageTally, in Cuis we have

spyAllOn: aBlock      "aBlock can be something like [ (Delay 
forMilliseconds: 100) wait]"
spyOn: aBlock
spyOnProcess: aProcess forMilliseconds: msecDuration

These covers all I needed pretty well. I also added:

Utilities reportCPUandRAM

This is triggered by a hotkey in our system. In case of unexpected 
slowdowns (we use a very slow processor), the hotkey is pressed and the 
report sent to me for analysis. Very handy :)

Cheers,
Juan Vuletich

> Cheers,
>   - Andreas




More information about the Squeak-dev mailing list