[nebulastudio-discuss] XML descriptions of Nebula classes to provide better wrappers and editor integration

Leaf Garland leaf at puremagic.com
Wed May 5 07:25:14 PDT 2004



On Wed, 5 May 2004, Vadim Macagon wrote:

> Yes. I've thought about using XML for the next generation of a class
> builder. The problem is since the XML is an intermidiate format where do
> we store the C++ code that actually implements the script commands?
> Generating empty shells isn't going to be good enough since that's what
> the existing class builder does and when you want to add a new script
> command later on it's the same old copy pasting again. Could the C++
> code be stored in the XML?
>
> >    * Should we move docs out of the _cmds.cc files in favor of putting
> >      it here and letting autodoc.py use this information?
>
> Err, well if we start using XML could store the docs anywhere...
> actually the same stuff as I said about for the C++ code applies to the docs

I don't think it would be a good idea to have the code only in XML files.
Not everybody is going to want to use tools to edit/write cmds and having
to write code in the middle of an XML file is pants. If we had round-trip
tools, something that could take a cmds.cc file and produce XML and
something that can take XML and produce cmds.cc then that might work. We
might need to change the format of the cmds.cc files but that's to be
expected.

More when I get a chance to write emails from home :)

Cheers,
Leaf.



More information about the nebulastudio-discuss mailing list