The Trunk: Tools-cmm.292.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-cmm.292.mcz

commits-2
Chris Muller uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-cmm.292.mcz

==================== Summary ====================

Name: Tools-cmm.292
Author: cmm
Time: 30 January 2011, 2:20:32.856 pm
UUID: 1cb18c62-875b-4f44-8ab5-c839c1034df7
Ancestors: Tools-laza.291

Default shouldStyle to false.

=============== Diff against Tools-laza.291 ===============

Item was changed:
  ----- Method: Workspace class>>shouldStyle (in category 'preferences') -----
  shouldStyle
-
  <preference: 'Shout styling in Workspace'
  category: 'browsing'
  description: 'After enabled, new workspaces use shout to style their contents.'
  type: #Boolean>
+ ^ ShouldStyle ifNil: [ false ]!
- ^ShouldStyle ifNil: [ ^true ]!