Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.693.mcz==================== Summary ====================
Name: Collections-mt.693
Author: mt
Time: 13 May 2016, 9:37:08.465429 pm
UUID: 68109039-441c-e344-a65b-e5b114d57cfa
Ancestors: Collections-mt.692
Extend the TranscriptStream's model protocol to support "Window Active On First Click" preference. Usually, only subclasses of Model behave accordingly. Other "models" have to mimick the protocol.
=============== Diff against Collections-mt.692 ===============
Item was added:
+ ----- Method: TranscriptStream>>windowActiveOnFirstClick (in category 'model protocol') -----
+ windowActiveOnFirstClick
+
+ ^ Model windowActiveOnFirstClick!