[squeak-dev] The Inbox: ST80-ct.243.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 2 21:26:06 UTC 2019


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
  !



More information about the Squeak-dev mailing list