Re: [Kicad-developers] Module editor settings

2015-08-25 Thread Lorenzo Marcantonio
On Mon, 24 Aug 2015 20:50:14 +0200, Maciej Sumiński wrote: > I guess it might be my mistake in the recent changes, I am sorry for > inconvenience. Would you try the attached patch? If it solves all the > problems, please let me know and I will commit it. Not a big inconvenience, I guess... that ch

Re: [Kicad-developers] Module editor settings

2015-08-24 Thread Maciej Sumiński
On 08/23/2015 05:23 PM, Lorenzo Marcantonio wrote: > > Strange thing of the day. In the footprint editor settings I customize > things as desired, they persist correctly between invocations. > > Choosing new footprint however reset them to the compiled-in defaults... > > First look impression: c

Re: [Kicad-developers] Module editor settings

2015-08-24 Thread Lorenzo Marcantonio
On Mon, 24 Aug 2015 17:52:35 +0200, Wayne Stambaugh wrote: > I looked at your patch and it works as advertised but is this the > behavior we want? I'm not sure I want the library editor configuration > to change when I change the schematic editor. Would it be more prudent > to have separate conf

Re: [Kicad-developers] Module editor settings

2015-08-24 Thread Wayne Stambaugh
Jon, I looked at your patch and it works as advertised but is this the behavior we want? I'm not sure I want the library editor configuration to change when I change the schematic editor. Would it be more prudent to have separate configuration settings for the library editor and viewer in case t

Re: [Kicad-developers] Module editor settings

2015-08-23 Thread Jon Neal
Depending on what settings you want to have saved you could try my patch at the end of this bug: https://bugs.launchpad.net/kicad/+bug/1468388 This pushes the cursor panning, zooming, etc settings from pcbnew to the footprint editor. On Sun, Aug 23, 2015 at 11:23 AM, Lorenzo Marcantonio < l.marca

[Kicad-developers] Module editor settings

2015-08-23 Thread Lorenzo Marcantonio
Strange thing of the day. In the footprint editor settings I customize things as desired, they persist correctly between invocations. Choosing new footprint however reset them to the compiled-in defaults... First look impression: could it be that the 'fake board' the editor uses (and which conta