Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.709.mcz==================== Summary ====================
Name: Collections-mt.709
Author: mt
Time: 13 August 2016, 9:19:13.299008 am
UUID: be99cb4b-3143-1c48-8258-5df83e13745e
Ancestors: Collections-mt.708
Preference help text updates. Thanks Tim R.!
=============== Diff against Collections-mt.708 ===============
Item was changed:
----- Method: TranscriptStream class>>redirectToStdOut (in category 'preferences') -----
redirectToStdOut
<preference: 'Redirect transcript to stdout'
categoryList: #(printing morphic debug)
+ description: 'When enabled, anything sent to the transcript will be redirected to the stdout stream and (hopefully) the OS terminal.'
- description: 'When enabled, no Morphic is needed when using the transcript interface to debug.'
type: #Boolean>
^ RedirectToStdOut ifNil: [false]!