Re: [Kicad-developers] Eeschema refactor update.

2016-05-02 Thread Wayne Stambaugh
Thanks! :) I knew this was going to be a PITA before I started. I just didn't think it was going to be this big of a PITA. It has to be done if we have any hope of moving the schematic editor forward. I'll get there eventually. On 5/2/2016 2:24 PM, Chris Pavlina wrote: > I'll send you a big

Re: [Kicad-developers] Eeschema refactor update.

2016-05-02 Thread Chris Pavlina
I'll send you a big bag to collect all that yak hair. On Mon, May 02, 2016 at 02:14:58PM -0400, Wayne Stambaugh wrote: > After several more false starts trying to design a unified SCHEMATIC > object, I've finally figured out the thorn in my side. There is a > circular dependency between

[Kicad-developers] Eeschema refactor update.

2016-05-02 Thread Wayne Stambaugh
After several more false starts trying to design a unified SCHEMATIC object, I've finally figured out the thorn in my side. There is a circular dependency between SCH_SHEET::Load( SCH_EDIT_FRAME* aFrame ) and SCH_EDIT_FRAME::LoadOneEEFile() which I was tripping over every time. The only way