Re: [Kicad-developers] [PATCH] libedit: preselect active component when switching

2017-01-30 Thread Wayne Stambaugh
This seems fine to me. On 1/30/2017 4:57 PM, Chris Pavlina wrote: > Hi, > > This patch makes libedit preselect the current part when choosing the > next part to edit. That makes it easier to go through a library one part > at a time and not lose your place. I figure this is pretty > noncontrovers

[Kicad-developers] [PATCH] libedit: preselect active component when switching

2017-01-30 Thread Chris Pavlina
Hi, This patch makes libedit preselect the current part when choosing the next part to edit. That makes it easier to go through a library one part at a time and not lose your place. I figure this is pretty noncontroversial, so I'll push it in a day or so if nobody sees anything wrong with it. --