It would very hepful when building the PCB (soldering components), to beable to select components (Either in Schematic or PCB) with these twomethods: - One by one (By holding down the Shift key while clicking on thecomponent) - By parameters. For instance, select all components with value=10K andFootprint=0603.It also would be very hepful that, once multiple components are selected,to be able to change (On all of them at once) any of their attributes:Value, footprint, user field, name visibility in PCB, etc
Hi Jeff,>"We have multiple selection, and in a very few cases multiple modification(tracks and vias, for >instance)."Yes, but it works directly in PCB but, is there anyway to do the same fromschematic? I mean, select several compoenents in schematic and see thesecomponents highlihted in PCB?>"A find by parameters feature will be possible with the new objectparameter system, so we can >probably tackle this for V6 if we have time."Great!
Hi Xavi,Multiple selection will come for free in 6.0 (with the GAL canvas & toolsetfor eeschema). While we won’t get multiple editing for free, we should getthe cross-probing highlighting for free.Cheers,Jeff.> On 13 Mar 2018, at 11:11, Xavi Torres <xtm@tinet.cat> wrote:>> Hi Jeff,>>> "We have multiple selection, and in a very few cases multiple> modification (tracks and vias, for >instance).">> Yes, but it works directly in PCB but, is there anyway to do the same> from schematic? I mean, select several compoenents in schematic and see> these components highlihted in PCB?>>> "A find by parameters feature will be possible with the new object> parameter system, so we can >probably tackle this for V6 if we have> time.">> Great!>> --> You received this bug notification because you are a member of KiCad Bug> Squad, which is subscribed to KiCad.> https://bugs.launchpad.net/bugs/1640873>> Title:> Select and modify/highlight multiple components>> Status in KiCad:> Triaged>> Bug description:> It would very hepful when building the PCB (soldering components), to beable to select components (Either in Schematic or PCB) with these twomethods:> - One by one (By holding down the Shift key while clicking on thecomponent)> - By parameters. For instance, select all components with value=10K andFootprint=0603.>> It also would be very hepful that, once multiple components are> selected, to be able to change (On all of them at once) any of their> attributes: Value, footprint, user field, name visibility in PCB, etc>> To manage notifications about this bug go to:> https://bugs.launchpad.net/kicad/+bug/1640873/+subscriptions
Thanks! Glad this one will get fixed. Any idea on an estimate of how longit will take for 6.0.0-rc1 to come out? Are there full-time devs working onKiCad now? How many?
Not any time soon as we are still working on 5.1 due to issue with gtk3 onlinux. I'm hoping we will release 5.1 before FOSDEM 2019 (first week inFebruary). Once 5.1 is released the development branch will be open for v6development. Given the list of new features slated for v6, I suspect itwill be at least a year (most likely longer) until it is released. Thereare no full time KiCad developers. There are only two paid part timedevelopers and another 5-6 volunteers that occasionally get paid toimplement some feature. I think we do a heck of job given our manpowerlimitations.
Yes. The people here are doing a great job, mainly because of partial timededication (besides your own jobs).As my partial dedication, I keep on track my reported issues and help thecommunity here with debug on Linux/GTK.@ Gabriel, keep this bug on trackreporting if it fix was not good, this is great help for the KiCadcommunity.
Hi everyone, I'd want to try to look into multiple modification but I'm notsure if it is worth it if the new property system is going to be introducedin v6. What does the timeline for this look like now (about a year laterfrom the last update in this discussion).If this is still something worth implementing, does anyone mind sharing howexactly would this be implemented, code structure wise?
@ nuff- You should not address the issues in this domain yet. It's a largechange/feature being worked on by Orson (one of the lead developers). Onceit is in place, there will be room for improvement and you might check backthen.In the meantime, if you are interested in getting some KiCad coding, thereare a number of open bugs marked "Starter" that will be very good toaddress. You can find them underhttps://bugs.launchpad.net/kicad/+bugs?field.tag=starter
The original comment mentions hand-assembly. As assembly is a very different task from PCB layout, I think it is probably unwise to optimize pcbnew for it, as a dedicated interface for it will always be superior.