The Trunk: ST80-mt.244.mcz

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

The Trunk: ST80-mt.244.mcz

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

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

Name: ST80-mt.244
Author: mt
Time: 22 November 2019, 2:13:01.763303 pm
UUID: 0da72d4e-ba58-4a43-90ab-138d7cce93dd
Ancestors: ST80-mt.243

Complements Tools-mt.917.

=============== Diff against ST80-mt.243 ===============

Item was changed:
  ----- Method: FormInspectView class>>openOn:withLabel: (in category 'instance creation') -----
  openOn: aFormDictionary withLabel: aLabel
  "open a graphical dictionary in a window having the label aLabel.
       aFormDictionary should be a dictionary containing as value a form."
 
       ^ DictionaryInspector
                  openOn: aFormDictionary
-                 withEvalPane: true
                  withLabel: aLabel
  !