The Inbox: ST80-ct.243.mcz

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

The Inbox: ST80-ct.243.mcz

commits-2
A new version of ST80 was added to project The Inbox:
http://source.squeak.org/inbox/ST80-ct.243.mcz

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

Name: ST80-ct.243
Author: ct
Time: 2 October 2019, 11:26:08.396682 pm
UUID: b8fbe456-4614-e748-b8d1-8c97d0fc8b84
Ancestors: ST80-mt.241

Complements Tools-ct.902 (deprecate Inspector constructors)

=============== Diff against ST80-mt.241 ===============

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
  !