The Inbox: HelpSystem-Core-kfr.74.mcz

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

The Inbox: HelpSystem-Core-kfr.74.mcz

commits-2
A new version of HelpSystem-Core was added to project The Inbox:
http://source.squeak.org/inbox/HelpSystem-Core-kfr.74.mcz

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

Name: HelpSystem-Core-kfr.74
Author: kfr
Time: 4 May 2015, 7:54:59.518 pm
UUID: 0661be6b-4789-064c-badd-75797c7e030c
Ancestors: HelpSystem-Core-mt.73

Make all HelpTopics have a "title" page that can give a description for what the HelpTopic is about.

Add this description in 'contents' method

=============== Diff against HelpSystem-Core-mt.73 ===============

Item was changed:
  ----- Method: ClassBasedHelpTopic>>contents (in category 'accessing') -----
  contents
+ "Title page for the book"
+ ^helpClass contents contents
+ !
- "A book has no contents. Only its pages do."
-
- ^ ''!

Item was added:
+ ----- Method: CustomHelp class>>contents (in category 'accessing') -----
+ contents
+
+ ^''!