[squeak-dev] The Trunk: System-ct.1250.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 22 15:44:40 UTC 2021


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

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

Name: System-ct.1250
Author: ct
Time: 22 November 2021, 4:44:35.354933 pm
UUID: dcc24550-22d3-a249-98dd-75a12a064072
Ancestors: System-mt.1249, System-ct.1242

Merges System-ct.1242. Be patient with me, I will learn all of this stuff. :-)

=============== Diff against System-mt.1249 ===============

Item was added:
+ ----- Method: Preferences class>>allowEtoyUserCustomEvents (in category 'standard queries') -----
+ allowEtoyUserCustomEvents
+ 	^ self
+ 		valueOfFlag: #allowEtoyUserCustomEvents
+ 		ifAbsent: [false]!

Item was removed:
- ----- Method: ToolSet class>>browseClassComment: (in category 'browsing') -----
- browseClassComment: aClass
- 
- 	self default ifNil: [^self inform: 'Cannot open Browser' translated].
- 	^ self default browseClassComment: aClass!

Item was added:
+ ----- Method: ToolSet class>>browseClassCommentOf: (in category 'browsing') -----
+ browseClassCommentOf: aClass
+ 
+ 	self default ifNil: [^self inform: 'Cannot open Browser' translated].
+ 	^ self default browseClassCommentOf: aClass!



More information about the Squeak-dev mailing list