straw-man 3.2 default preferences

Scott Wallace scott.wallace at squeakland.org
Fri Apr 19 20:07:53 UTC 2002


Here's one quick way: select the following and "print it":

String streamContents: [:aStream | (Preferences allPreferenceObjects 
asSortedCollection:  [:a :b | a name < b name]) do:
     [:pref | aStream cr; cr; nextPutAll: (pref name, ' *', pref 
defaultValue asString, '* ', pref helpString)]]

  -- Scott


At 6:00 PM +1200 4/19/02, Richard A. O'Keefe wrote:
>Scott Wallace <scott.wallace at squeakland.org> wrote:
>	Here for your slings and arrows is a list of possible default
>	settings for preferences for 3.2.
>
>	Here is today's list of proposed out-of-box settings
>	[list of 129 preferences snipped]
>
>I would like to be helpful, because after all I'll have to cope with whatever
>they are very sopn, but I have no idea what they mean.
>
>Presumably these things have balloon help.  Could we possibly have a list
>with descriptions?




More information about the Squeak-dev mailing list