Changes like this: xdesign->AddChild( node( wxT( "title" ), g_RootSheet->GetScreen()->GetTitle() ) ); xdesign->AddChild( node( wxT( "revision" ), g_RootSheet->GetScreen()->GetRevision() ) );
On Thu, Dec 11, 2014 at 2:39 PM, Justin Partain <[email protected]> wrote: > Yes, there's actually a commented todo in the netform.cpp file in EESchema > src: > > "@todo might do a list of schematic pages > > <page name=""> > <title/> > <revision/> > <company/> > <comments> > <comment>blah</comment> <!-- comment1 --> > <comment>blah</comment> <!-- comment2 --> > </comments> > <pagesize/> > </page> > : > > and a sheet hierarchy report here > <sheets> > <sheet name="sheetname1" page="pagenameA"> > <sheet name="sheetname2" page="pagenameB"/> use recursion > to output? > </sheet> > </sheets>" > > This is what I was speaking to, and though I'm just dangerous enough to > find where to make the changes, attempts I've made to successfully make > them failed. > > > On Thu, Dec 11, 2014 at 1:03 PM, Lorenzo Marcantonio < > [email protected]> wrote: > >> On Thu, Dec 11, 2014 at 11:30:41AM -0500, Justin Partain wrote: >> > Extended source file information would be great as well (like schematic >> > Title, Revision Number, Comments, etc that are input into Page Settings >> in >> > EESchema). Currently, these fields are available to pull from, but not >> > available in the BOM .XML file. >> >> I don't see practical issues in adding these in the XML file. >> >> Except that they can vary on each sheet :P what would you export, the >> root sheet one? A collection of every sheet? >> >> -- >> Lorenzo Marcantonio >> Logos Srl >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~kicad-developers >> More help : https://help.launchpad.net/ListHelp >> > >
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

