[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Titleblocks: unlocking and filling in.
[ Ales here, I'm reposting this since majordomo didn't recognize the
e-mail as being subscribed to the geda-dev/geda-user mailinglist. ]
-- Cut here --
Date: Fri, 17 Dec 2004 10:38:59 -0800 (PST)
From: "Jean-Francois L. Blavier" <blavier@xxxxxxxxxxxxxxxxxxx>
Kim and Florian,
> I had the same problem today :) my search revealed:
I too was wondering about that ;)
> The only way how to selected locked components is with a selection box.
>
> So, just select them using a selection box, then unlock them from the
> edit menu or eShift l and then you can select the frame just as an usual
> component.
Unfortunately, I had very neatly positioned the titleblock into
the upper left-hand corner of the workspace. Try as I might, I
could not include the titleblock into the selection box. The
solution was to use vi and edit the file, like so:
$ diff adc-pwr.sch.orig adc-pwr.sch
2c2
< C 0 73700 0 0 0 title-bordered-C.sym
---
> C 0 73700 1 0 0 title-bordered-C.sym
Triple hurrah for open ASCII file formats !!
Cheers,
Jean-Francois