[squeak-dev] The Trunk: 60Deprecated-mt.41.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 13 11:59:42 UTC 2019


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.41.mcz

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

Name: 60Deprecated-mt.41
Author: mt
Time: 13 August 2019, 1:59:42.625456 pm
UUID: d297ff2b-1d59-ba42-b5de-4a05ecda9b4c
Ancestors: 60Deprecated-mt.40

Deprecates old edit-method for class-based help topics.

=============== Diff against 60Deprecated-mt.40 ===============

Item was added:
+ ----- Method: CustomHelp class>>accept:title:contents: (in category '*60Deprecated-editing') -----
+ accept: aSelector title: title contents: text
+ 	"Accept edited text. Compile it into a HelpTopic"
+ 
+ 	self deprecated: 'mt: Use ClassBasedHelpTopic >> #accept:for:. Edit such topics via HelpBrowser'.
+ 
+ 	(ClassBasedHelpTopic new helpClass: self)
+ 		accept: text for: aSelector.!



More information about the Squeak-dev mailing list