I just played with HelpSystem in-depth for the first time and it's really cool. I'll start using it.
@Steph: What's the advantage, if any, of DrDoc's approach, and could the two be integrated? Bert suggested hooking custom PackageInfo classes into HelpSystem on the Squeak list @ http://forum.world.st/Documentation-What-about-package-comments-td2062634.ht....
I need metadata for packages - license - author - source - documentation -> so why not handling it suing help but may be we just need a With the rewrite of package I did and nearly nobody care about we can just add all the meta data and help to them without relying on yet another class and superclass. DrDoc is not really working and nearly emtpy. It was a toy to play with the idea. It is just a little class that can be added to any package and does not rely on a superclass to have the metadata. I prefer that than to rely on CustomHelp or a superclass. Now if you follow the list you probably know my state of mind... Stef