[squeak-dev] The Trunk: ST80-ct.285.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 5 17:09:18 UTC 2022


Christoph Thiede uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ct.285.mcz

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

Name: ST80-ct.285
Author: ct
Time: 5 May 2022, 7:09:16.433219 pm
UUID: d6868024-c3a3-de43-939b-54403bee278b
Ancestors: ST80-mt.284

Complements Tools-ct.1150 (merges toolCodePane.3.cs, improved MVC compatibility for view accesses from model).

=============== Diff against ST80-mt.284 ===============

Item was added:
+ ----- Method: PluggableTextView>>tallyIt (in category 'controller access') -----
+ tallyIt
+ 
+ 	^ self controller tallyIt!

Item was added:
+ ----- Method: StringHolderView>>accept (in category 'controller access') -----
+ accept
+ 
+ 	^ self controller accept!

Item was added:
+ ----- Method: StringHolderView>>text (in category 'controller access') -----
+ text
+ 
+ 	^ self displayContents text!



More information about the Squeak-dev mailing list