Re: [kicad] Re: Multiple track dragging development

2023-07-18 Thread Stuart Tyler
Hi Jon, Thanks for the feedback. Yes, I agree with all your points. I started off copying drag track but backed out of this as I got stuck accessing the multiple selections, but totally agree with your points. I have not looked through the component dragger as yet and will visit that over the ne

Re: [kicad] Re: Multiple track dragging development

2023-07-18 Thread Jon Evans
Hi Stuart, Some general comments on this project: 1) This functionality should be built into the router, not into the edit routines outside the router IMO. So this should be implemented as part of DRAGGER probably. If you look at how the rest of the router works, you should be able to re-use al

[kicad] Re: Multiple track dragging development

2023-07-18 Thread Stuart Tyler
Hi, I have tried to add a track, but its not appearing on the board. Here is my code in my code that does the track add. Is in edit_tool_move_fct.cpp (1259) printf( "*** Adding new track to board ***\r\n" ); std::vector bulkAddedItems;