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

commits at source.squeak.org commits at source.squeak.org
Mon Nov 11 10:03:49 UTC 2019


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

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

Name: 60Deprecated-mt.60
Author: mt
Time: 11 November 2019, 11:03:48.645633 am
UUID: 03eb927c-f129-0e4a-b1d8-cbf4a0d7d4d3
Ancestors: 60Deprecated-mt.59

Complements HelpSystem-Core-mt.117.

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

Item was added:
+ ----- Method: HelpBrowser class>>openForCodeOn: (in category '*60Deprecated-instance creation') -----
+ openForCodeOn: aHelpTopic
+       
+ 	self deprecated: 'Styling is configured at the level of help topics. Browse implementors of #usesCodeStyling.'.
+ 	^ self openOn: aHelpTopic!

Item was added:
+ ----- Method: TheWorldMainDockingBar>>openHelp:topic:styled: (in category '*60Deprecated-help') -----
+ openHelp: bookSymbol topic: topicSymbol styled: boolean
+ 
+ 	self deprecated: 'Styling is configured at the level of help topics. Browse implementors of #usesCodeStyling.'.
+ 	^ self openHelp: bookSymbol topic: topicSymbol!



More information about the Squeak-dev mailing list