A new version of Help-Squeak-Project was added to project The Inbox:
http://source.squeak.org/inbox/Help-Squeak-Project-ct.78.mcz==================== Summary ====================
Name: Help-Squeak-Project-ct.78
Author: ct
Time: 16 February 2020, 3:46:28.999 pm
UUID: 55894bbb-ffb5-ec42-abed-48dd24e8bc63
Ancestors: Help-Squeak-Project-tpr.77
Adds non-exhaustive statements of #defaultPageKey to various help topics
Complements HelpSystem-Core-ct.125.
=============== Diff against Help-Squeak-Project-tpr.77 ===============
Item was added:
+ AnObsoleteMyTestBook subclass: #Mynested2
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'Help-Squeak-Project'!
Item was added:
+ AnObsoleteMyTestBook subclass: #Mynestedtestbook123
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'Help-Squeak-Project'!
Item was added:
+ ----- Method: SqueakHelp class>>defaultPageKey (in category 'accessing') -----
+ defaultPageKey
+
+ ^ #introduction!
Item was added:
+ ----- Method: SqueakToolsHelp class>>defaultPageKey (in category 'accessing') -----
+ defaultPageKey
+
+ ^ #basicDevelopmentTools!
Item was added:
+ ----- Method: SqueakToolsTranscriptHelp class>>defaultPageKey (in category 'accessing') -----
+ defaultPageKey
+
+ ^ #transcript!