> Hi all,
> 
> I'm currently having fun with my grenum stuff. I discovered one bug, but th=
> ere's one thing which I have to know.
> 
> Does gschem puts new symbols to the end of the file? Is it allways the case?
> 
> Levente

Hi Levente --

I am not the expert.  However, I do know that libgeda/gschem holds
your schematic internally as a long linked list of graphical symbols
and objects. Therefore, it makes sense for newly added parts to be put
at the end of the list.

Since file IO is just a loop over your list of symbols & objects, it
makes sense that the most recently added parts are put last in the
.sch file.

Stuart

Reply via email to