eechema search & replace
Bug #1747037 reported by
Franck78
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
High
|
Jeff Young | ||
Ubuntu |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Hello,
The search&replace ignores the field LIBRARY NAME shown on left when you edit a component.
$Comp
L IRF540N Q18 <==== need text editor to search&replace this field "IRF540N"
U 1 1 57D95DEA
P 24650 20050
F 0 "Q18" H 24300 19900 50 0000 L CNN
F 1 "IRL540N" H 24300 19800 50 0000 L CNN
F 2 "TO_SOT_
F 3 "" H 24650 20050 50 0000 L CNN
1 24650 20050
1 0 0 -1
$EndComp
The dialog box clearly says : "search all fields' component"
Kicad version 4.0.7
description: | updated |
Changed in kicad: | |
status: | New → Confirmed |
assignee: | nobody → Jeff Young (jeyjey) |
Changed in kicad: | |
status: | Confirmed → In Progress |
importance: | Undecided → High |
milestone: | none → 5.0.0-rc2 |
Changed in kicad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is not a field. Fields begin with F. You are pointing to the name
of the symbol in the library. Change that to a name that doesn't exist
in any library and you will break your schematic.
On 02/02/2018 11:30 AM, Franck78 wrote: Packages_ THT:TO- 220_Neutral123_ Vertical_ LargePads" H 24250 20150 50 0001 L CIN Packages_ THT:TO- 220_Neutral123_ Vertical_ LargePads" H 24250 20150 50 0001 L CIN
> Public bug reported:
>
> Hello,
>
> The search&replace ignores the field LIBRARY NAME shown on left when you
> edit a component.
>
> $Comp
> L IRF540N Q18 <==== need text editor to search&replace this field "IRF540N"
> U 1 1 57D95DEA
> P 24650 20050
> F 0 "Q18" H 24300 19900 50 0000 L CNN
> F 1 "IRL540N" H 24300 19800 50 0000 L CNN
> F 2 "TO_SOT_
> F 3 "" H 24650 20050 50 0000 L CNN
> 1 24650 20050
> 1 0 0 -1
> $EndComp
>
> The dialog box clearly says : "search all fields' component"
>
> Kicad version 4.0.7
>
> ** Affects: kicad
> Importance: Undecided
> Status: New
>
>
> ** Tags: editing mass
>
> ** Description changed:
>
> Hello,
>
> The search&replace ignores the field LIBRARY NAME shown on left when you
> edit a component.
>
> $Comp
> L IRF540N Q18 <==== need text editor to search&replace this field "IRF540N"
> U 1 1 57D95DEA
> P 24650 20050
> F 0 "Q18" H 24300 19900 50 0000 L CNN
> F 1 "IRL540N" H 24300 19800 50 0000 L CNN
> F 2 "TO_SOT_
> F 3 "" H 24650 20050 50 0000 L CNN
> - 1 24650 20050
> - 1 0 0 -1
> + 1 24650 20050
> + 1 0 0 -1
> $EndComp
>
> The dialog box clearly says : "search all fields' component"
> +
> + Kicad version 4.0.7
>