Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-20 Thread Thor-Arne
3:00 AM To: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions Hi, On 20.05.2016 00:25, Thor-Arne wrote: Delete wire is on the delete button. and delete segment is on the backspace key. Ah, that makes (some) sense. To me

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread José Ignacio
The current behavior is fairly annoying, you can't really know beforehand how much the command is gonna delete, since collinear wires are not always merged (only when drawing more traces, not when dragging points), so sometimes it might delete just a single little chunk of the line, or the whole

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Simon Richter
Hi, On 20.05.2016 00:25, Thor-Arne wrote: > Delete wire is on the delete button. and delete segment is on the > backspace key. Ah, that makes (some) sense. To me, the behaviour of the delete key looks fairly nonsensical, because it will stop at corners, but not at junctions, while I'd expect

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Duane Johnson
ne.net> wrote: > > It should be listed on the hot-key list. > > Perhaps some other key is used. > > > > From: Duane Johnson > > Sent: Friday, May 20, 2016 12:36 AM > > To: Thor-Arne > > Subject: Re: [Kicad-developers] [PATCH] Schematic Cleanup: Spl

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Simon Wells
all the >> time. >> >> -Original Message- From: Chris Pavlina >> Sent: Friday, May 20, 2016 12:10 AM >> To: Simon Richter >> Cc: kicad-developers@lists.launchpad.net >> Subject: Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at >>

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Thor-Arne
It should be listed on the hot-key list. Perhaps some other key is used. From: Duane Johnson Sent: Friday, May 20, 2016 12:36 AM To: Thor-Arne Subject: Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions I didn't know about this behavior. On the Mac

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Thor-Arne
the time. -Original Message- From: Chris Pavlina Sent: Friday, May 20, 2016 12:10 AM To: Simon Richter Cc: kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions I like the behavior of this patch, it seems a lot closer

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Chris Pavlina
I like the behavior of this patch, it seems a lot closer to how I'd expect deleting wires to work. :) On Thu, May 19, 2016 at 08:49:09PM +0200, Simon Richter wrote: > Hi jp, > > On 19.05.2016 19:44, jp charras wrote: > > > It could be worth to *clearly* explain in your patches what bug you want

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Simon Richter
Hi jp, On 19.05.2016 19:44, jp charras wrote: > It could be worth to *clearly* explain in your patches what bug you want to > fix, or what enhancement > you are adding. Good point. The last batch has two goals: 1. fix a long-standing annoyance that deleting a line segment will delete the

Re: [Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread jp charras
Le 19/05/2016 à 18:03, Simon Richter a écrit : > --- > eeschema/bus-wire-junction.cpp | 3 +++ > eeschema/sch_screen.cpp| 18 ++ > 2 files changed, 21 insertions(+) Simon, It could be worth to *clearly* explain in your patches what bug you want to fix, or what

[Kicad-developers] [PATCH] Schematic Cleanup: Split lines at junctions

2016-05-19 Thread Simon Richter
--- eeschema/bus-wire-junction.cpp | 3 +++ eeschema/sch_screen.cpp| 18 ++ 2 files changed, 21 insertions(+) diff --git a/eeschema/bus-wire-junction.cpp b/eeschema/bus-wire-junction.cpp index 44dcdf3..36a416d 100644 --- a/eeschema/bus-wire-junction.cpp +++