I'm trying to setup a system where there is a parent that multiple
help plugins are registered to, but where they all aren't necessarily
registered at the same time. It seems that if a set of plugins aren't
registered at the same time, they won't show up in visual studio. That
is that if I register HelpA and HelpB together under HelpCollection
they'll both show up, but if then I update HelpA and then just
register HelpA under HelpCollection only HelpA will appear even though
I previously registered HelpB under HelpCollection.
If I look at the namespaces in FAR, they are all there and registered
properly. Why the difference between what I see in FAR and in Visual
Studio? I'm curious if I'm missing some option to enable it so that
you can sort of build on a collection of plugins all attached to one
namespace.
Tavis