Ed Leafe wrote: > On Feb 26, 2007, at 4:38 PM, Uwe Grauer wrote: > >> It's not only the code which changes, it's the cdxml file too. > > I know; the attributes that get written are a dict, and as I said > before, dicts don't have an order. That's why I plan on using temp > files for running the design instead of forcing a save. This way the > only time the cdxml and .py files will change is when you actually > save them.
I think that for a future milestone in the post-1.0 era (don't redesign it now), only the items that got changed should be changed in the source file (cdxml or py). I have this working in ReportDesigner, but I don't remember how I did it at the moment because I use dicts as well, but when I make a change to a report design and save it, only the affected areas show in the diff. I realize how much more complex cdxml's are versus rfxml's. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
