>
> Certainly fixing eeschema will break designs, unless somebody can think of a
> fix point
> where eeschema can heal the design.
>
maybe a compare and fix function?
int StrICmpAndFix( wxString* aFixable, const wxString& aOther )
{
if match on case insenstive
{
if not match on case sensitive
*aFixable = aOther
}
}
This could be used in the loader compare area, so once things are fixed, you
can stop
thinking about it, just for schematic component names I think.
Dick
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp