[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: New autonumber text dialog
Hi Werner,
[snip]
>> Minor nit, you may want to switch the order of "close" and "apply"
>> as every other dialog box in gschem has "apply" (or okay) on the left
>> and then close on the right.
>
>changed.
Thanks.
>Oops, I forgot the error handling if gschem does not find source pages.
>Changed in CVS.
Tested and doesn't hang anymore. Woo. :)
[snip]
>Well, the function collects the used numbers. Even if I don't renumber
>text in lower hierarchies I collect the used numbers as I don't want to
>use them twice (in the current and the lower hierachys).
>
>Hmmm, do the people want to have duplicate numbers sometimes?
I think it's okay the way it is for now. Let's see what people
complain about next... ;->
[snip]
>Something came in my mind. The function might still crash if there are
>dependancy loops in the hierarchy. (not tested).
>schematic1.sch references schematic2.sch
>and
>schematic2 references schematic1.sch
>Shall I handle that error, too? That would take some time.
I think that's a little bit more uncommon so I think this can wait.
I played some more with the autonumber dialog box and it works well
and fixes a lot of the past issues. Hopefully this will be the *last*
iteration on refdes renumbering. :)
-Ales
PS. Any objections if I add a refdes=U? to the combo pulldown?