The Trunk: 60Deprecated-mt.41.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 60Deprecated-mt.41.mcz

commits-2
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.!