← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] eeschema Ctrl+F (find) with "wrap around" off, bug 1199689

 

Thiadmer,

Nice catch! I finished testing your patch. That should pretty much clean up the Eeschema find issues. I just committed it in the testing branch r4243. I'll let the dust settle and apply it to the stable branch when I get a chance.

Thanks,

Wayne

On 7/19/2013 4:20 AM, Thiadmer Riemersma wrote:
Hello everyone,

When you search for components (or labels) in eeschema, the last match
would not be returned, unless you turn on "wrap around end of search
list". Details are in submission
https://bugs.launchpad.net/kicad/+bug/1199689/comments/2 (comment #2).

This patch makes sure that the search stops *after* passing the end of
the list, not *at* the end of the list (because the last valid match is
*at* the end of the list).

Regards,
Thiadmer Riemersma


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




References