Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.583.mcz==================== Summary ====================
Name: Tools-mt.583
Author: mt
Time: 12 April 2015, 6:33:23.285 pm
UUID: 263063d1-76b2-764d-aaad-3de55bbb20a8
Ancestors: Tools-mt.582
Compatibility for MVC. There are no fancy multi-selection lists in MVC. The callback must be simpler so that we can use regular lists there.
=============== Diff against Tools-mt.582 ===============
Item was added:
+ ----- Method: MessageTrace>>toggleSelectionAt: (in category 'actions') -----
+ toggleSelectionAt: currentPosition
+ "Compatibility with MVC"
+
+ ^ self
+ toggleSelectionAt: currentPosition
+ shifted: false
+ controlled: false!