Andreas Raab uploaded a new version of HelpSystem-Core to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Core-ar.50.mcz==================== Summary ====================
Name: HelpSystem-Core-ar.50
Author: ar
Time: 2 September 2010, 7:53:02.765 pm
UUID: a2158842-806c-224d-ad11-d41ba142b858
Ancestors: HelpSystem-Core-tbn.49, HelpSystem-Core-sd.49
Merging HelpSystem-Core-sd.49:
Help on Help->Introduction: minor grammatical change
=============== Diff against HelpSystem-Core-tbn.49 ===============
Item was changed:
----- Method: HelpOnHelp classSide>>introduction (in category 'pages') -----
introduction
"This method was automatically generated. Edit it using:"
"HelpOnHelp edit: #introduction"
^HelpTopic
title: 'Introduction'
contents:
'WELCOME TO THE HELP SYSTEM
The help system is a simple user interface to display help contents to the user. It can be accessed from the world menu using "Tools" -> "Help Browser" or by evaluating ''HelpBrowser open'' in a workspace.
+ There is a predefined mechanism allowing you to have help contents stored as source code using methods in specific help provider classes. This allows you to manage the help texts using the standard development tools. But this is only one possible representation.
- There is a predefined mechanism allowing you to have help contents stored as source code using methods in specific help provider classes. This allows to manage the help texts using the standard development tools. But this is only one possible representation.
Yes, this is a good solution.
!!' readStream nextChunkText!