Lukas,
I wanted to be able to put a longer description of the
Blog.
PRStructure and all other subclasses except PRCase don't have an
attached document.
yeah, that's what I found out after writing the email :-)
The decision if a PRStructure can be nested or not is
orthogonal to
the functionality the class provides. The nesting is solely with the
PRChildren decoration that can be added and removed on demand, in
fact this happens behind the curtain. In SmallWiki this was different
and caused a lot of problems. By overriding #canBeChildOf: and
#canBeParentOf: you can control what can be nested into what else.
So the question to subclass PRStructure or PRCase is solely a
question if you need the parser, formatter and editor for the wiki
syntax.
That makes sense, thanks a lot!
Matthias