[squeak-dev] The Trunk: HelpSystem-Core-mt.121.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Nov 7 12:38:29 UTC 2020


Hm, this is conflicting with my proposal of displaying to contents of the defaultSubtopic, see HelpSystem-Core-ct.125:


[cid:bb14a3ae-0514-4472-b401-e39b3c9b4603]

<http://www.hpi.de/>

If I open the default help browser, bookBlurbs for "Squeak", "Tools", "The Project" etc. are empty anyway. What would the best strategy to merge both approaches? Are there any real users of bookBlurb at all? :-)

Best,
Christoph
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Mittwoch, 4. November 2020 15:53:09
An: squeak-dev at lists.squeakfoundation.org; packages at lists.squeakfoundation.org
Betreff: [squeak-dev] The Trunk: HelpSystem-Core-mt.121.mcz

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

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

Name: HelpSystem-Core-mt.121
Author: mt
Time: 4 November 2020, 3:53:08.89062 pm
UUID: 7d6ada3e-f323-2142-aae9-dba673c642de
Ancestors: HelpSystem-Core-mt.120

Adds a blurb to custom help books. Thanks to Karl (kfr) for the idea!

(HelpSystem-Core-kfr.74 will be moved to treated)

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

Item was changed:
  ----- Method: ClassBasedHelpTopic>>contents (in category 'accessing') -----
  contents
-        "A book has no contents. Only its pages do."

+        ^ helpClass bookBlurb!
-        ^ ''!

Item was added:
+ ----- Method: CustomHelp class>>bookBlurb (in category 'accessing') -----
+ bookBlurb
+        "Returns a short summary of the custom help book"
+
+        ^ self organization classComment!

Item was changed:
  ----- Method: CustomHelp class>>bookName (in category 'accessing') -----
  bookName
         "Returns the name of the custom help book"

+        ^ self name!
-        ^'Help'!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201107/014ecfe2/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 20423 bytes
Desc: pastedImage.png
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201107/014ecfe2/attachment-0001.png>


More information about the Squeak-dev mailing list