X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <5107628C.7030907@innocent.com> Date: Tue, 29 Jan 2013 00:47:56 -0500 From: Gus Fantanas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: geda-user AT delorie DOT com CC: DJ Delorie Subject: Re: [geda-user] Importing Schematics From Inside PCB: Lessons Learned (WAS: Re: [geda-user] Still Struggling with PCB's Import Feature ) References: <51036C6D DOT 8050808 AT innocent DOT com> <201301261928 DOT r0QJSg6W032060 AT envy DOT delorie DOT com> <5106260C DOT 4000508 AT innocent DOT com> <201301281846 DOT r0SIkeI4016232 AT envy DOT delorie DOT com> <51072809 DOT 5030306 AT innocent DOT com> <51074805 DOT 8000407 AT innocent DOT com> <201301290358 DOT r0T3w52R027473 AT envy DOT delorie DOT com> In-Reply-To: <201301290358.r0T3w52R027473@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1359438476; bh=x+oqr4YExmcG1/RREYD86tygDECm5JeVb3D/JwtZRLQ=; h=Received:Received:Message-ID:Date:From:Reply-To:MIME-Version:To: Subject:Content-Type; b=rFSa0mFosy1fyprF2a7XVdyR3P2OjOC32AgaskYM3VjI5TEse7/IZIsYIg+qyUZsQ EmyiWeBmJ+kKaSTFhSa3M64SE37PI0h3iMnOun+wIXZ1NeB+1jSlKW3sE6/+bYqDFL 0DrZaoBXpsCahIbPNnBte8EttXgeKOZkakAKUOAYil4D7ILgN1ZDAZBSAo/uQ/UBE/ BshY+VRSWS7AaJvbPbpfKiMFfnO/XXWdfi4Ky7pgcMYJOTFHPL+pM4HE+kvknQPV5v qQEyDA9CMlyft0HFOOs8wpqScTGxshbGTws8Sds0FAsz52JbpGYawFcNxVGsv9TdLz vDlIw/sRmEGtg== Reply-To: geda-user AT delorie DOT com On 01/28/2013 10:58 PM, DJ Delorie wrote: >> 7. Declare each gschem file to be imported with ' >> Attribute("import::source[[:digit:]]*" "path/to/file") ' one per line > Or, from within PCB, use the attribute gui: > > Edit -> Edit Attributes Of -> Layout > > and use "New" for each source file, entering the import::source > and into the text boxes. > Damn! That's what I had been looking for all this time! Thank you!