The Trunk: Collections-mt.781.mcz

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

The Trunk: Collections-mt.781.mcz

commits-2
Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.781.mcz

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

Name: Collections-mt.781
Author: mt
Time: 26 January 2018, 7:41:59.694036 am
UUID: c0e03e0a-31fe-384d-bc46-71aff7946d0f
Ancestors: Collections-mt.780

For the ReleaseBuilder, adds setter for #characterLimit Transcript preference.

=============== Diff against Collections-mt.780 ===============

Item was added:
+ ----- Method: TranscriptStream class>>characterLimit: (in category 'preferences') -----
+ characterLimit: anInteger
+
+ CharacterLimit := anInteger.!