[squeak-dev] The Trunk: 60Deprecated-ct.114.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 5 17:08:31 UTC 2022


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

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

Name: 60Deprecated-ct.114
Author: ct
Time: 5 May 2022, 7:08:29.764219 pm
UUID: 0c6ec5c2-197e-2b43-844c-167ee867a0e3
Ancestors: 60Deprecated-ct.113

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

=============== Diff against 60Deprecated-ct.113 ===============

Item was added:
+ ----- Method: CodeHolder>>searchPane (in category '*60Deprecated-categories & search pane') -----
+ searchPane
+ 
+ 	self deprecated.
+ 	^ self searchTextMorph!

Item was added:
+ ----- Method: StringHolder>>someTextPaneWithSelector: (in category '*60Deprecated-Tools') -----
+ someTextPaneWithSelector: aSymbol
+ 
+ 	self deprecated.
+ 	^ self anyTextPaneWithSelector: aSymbol!



More information about the Squeak-dev mailing list