Marcel Taeumel uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-mt.330.mcz==================== Summary ====================
Name: Graphics-mt.330
Author: mt
Time: 4 May 2016, 3:45:51.954971 pm
UUID: 0124a0a6-dfc0-264d-867c-96e10cd5e7d4
Ancestors: Graphics-mt.329
Until we find a better way, let projects provide generic means of composing DisplayText into a Form. Used, for example, for our emergency debugger.
=============== Diff against Graphics-mt.329 ===============
Item was added:
+ ----- Method: DisplayText>>composeForm (in category 'private') -----
+ composeForm
+
+ form := Project current composeDisplayTextIntoForm: self.!