Comment 17 for bug 1837002

Revision history for this message
Dino Ghilardi (dino-ghilardi) wrote : Re: [Bug 1837002] Re: Wishlist: Schematic copy paste offers options on how to deal with existing annotation

On 03/09/19 17:26, Jeff Young wrote:
> @Dino, which Paste Special checkbox did you have checked? If you
> checked Keep, and there were no timestamp collisions, it's supposed to
> keep the existing timestamps.
>

In the sheet where I cut (before cutting) (get from the .sch file)

$Comp
L Device:R R1
U 1 1 5D7344E1
P 5850 4150
F 0 "R1" H 5920 4196 50 0000 L CNN
F 1 "R" H 5920 4105 50 0000 L CNN
F 2 "Resistor_SMD:R_0603_1608Metric" V 5780 4150 50 0001 C CNN
F 3 "~" H 5850 4150 50 0001 C CNN
 1 5850 4150
 1 0 0 -1
$EndComp

In the file of the sheet where I paste (after pasting)

$Comp
L Device:R R1
U 1 1 5D7344E1
P 5950 4050
F 0 "R1" H 6020 4096 50 0000 L CNN
F 1 "R" H 6020 4005 50 0000 L CNN
F 2 "Resistor_SMD:R_0603_1608Metric" V 5880 4050 50 0001 C CNN
F 3 "~" H 5950 4050 50 0001 C CNN
 1 5950 4050
 1 0 0 -1
$EndComp

So it seems the timestamp is kept (U 1 1 .... is the same in both files).
May be the sync with pcbnew uses not only the timestamp but also the
sheet where the symbol is located?

Cheers,
Dino.