This is just a small style question about sdef files.
I have an app where I customize some objects of the standard suite,
in particular the document and the application. They are subclasses
of NSDocument and NSApplication resp. and have some additional
elements, properties and commands, whose type may be declared in the
custom suite for my application. My question is whether it is
appropriate to declare them in the StandardSuite, or would it be
better style to declare them in my custom suite? Or perhaps both?
(this is happens in the sdefs derived
from .scriptSuite/.scriptTerminology files, but seems incorrect or
deprecated). I guess that for performance reasons it does not really
matter.