Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Strontium
On 13/12/15 01:20, Wayne Stambaugh wrote: I just tried this. Nice! This is definitely nicer than the Python shell we are using. I'm with Nick, where's the patch? On 12/12/2015 10:00 AM Attached is A ROUGH PATCH, but its not correct yet. I am posting it for comments, and maybe someone can

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Nick Østergaard
Hi Strotium I have not really used the python shell that much in KiCad, but will this also allow tab completion like we see in ipython? 2015-12-11 15:57 GMT+01:00 Strontium : > Hello Kicad developers, > > I have been a very long time follower of kicad and I think the work

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Wayne Stambaugh
I just tried this. Nice! This is definitely nicer than the Python shell we are using. I'm with Nick, where's the patch? On 12/12/2015 10:00 AM, Nick Østergaard wrote: > I have heard that it opens fine on linux, windows and OS X. I don't > expect it to break anything. I am just waiting for the

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Wayne Stambaugh
Duh? Ignore this. Sorry for the noise. On 12/12/2015 12:16 PM, Wayne Stambaugh wrote: > I finally got a chance to test this patch, I like it. It works as > advertised and is very handy. I have only one minor gripe is that it > appears to space the fields with the same delta no matter what the

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Wayne Stambaugh
I finally got a chance to test this patch, I like it. It works as advertised and is very handy. I have only one minor gripe is that it appears to space the fields with the same delta no matter what the text size (see screenshot). It looks like your placing the center of the text height at a

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Nick Østergaard
I have heard that it opens fine on linux, windows and OS X. I don't expect it to break anything. I am just waiting for the patch to test that. 2015-12-11 20:36 GMT+01:00 Wayne Stambaugh : > What say our Python devs. I'm fine with it assuming it doesn't break > anything

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Adam Wolf
Does this actually work with OS X in KiCad, or just in OS X in general? Last time I tried to use the python shell in KiCad on OS X you couldn't enter any key that also was used as a command with a modifier button, and when I tried to chase it down, it was actually a complicated Wx issue. This

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Garth Corral
This appears to be fixed. > On Dec 12, 2015, at 11:09 AM, Nick Østergaard wrote: > > AFIK that issue has been fixed, but I don't really know for sure, > since I don't have OS X. > > 2015-12-12 19:55 GMT+01:00 Adam Wolf : >> Does this actually

Re: [Kicad-developers] Enhanced Python Shell

2015-12-12 Thread Nick Østergaard
AFIK that issue has been fixed, but I don't really know for sure, since I don't have OS X. 2015-12-12 19:55 GMT+01:00 Adam Wolf : > Does this actually work with OS X in KiCad, or just in OS X in general? > Last time I tried to use the python shell in KiCad on OS X

[Kicad-developers] Enhanced Python Shell

2015-12-11 Thread Strontium
Hello Kicad developers, I have been a very long time follower of kicad and I think the work done to it over the years is simply amazing. I would love to contribute where I can. I have had need to play with the python scripting of Kicad. Kicad uses wxpython. Wxpython includes within it, a

Re: [Kicad-developers] Enhanced Python Shell

2015-12-11 Thread Chris Pavlina
I second this suggestion. It's way nicer than the dinky little Notepad-with-REPL we're using right now. -- Chris On Fri, Dec 11, 2015 at 10:57:26PM +0800, Strontium wrote: > Hello Kicad developers, > > I have been a very long time follower of kicad and I think the work done to > it over the

Re: [Kicad-developers] Enhanced Python Shell

2015-12-11 Thread Wayne Stambaugh
What say our Python devs. I'm fine with it assuming it doesn't break anything (read all platforms). On 12/11/2015 10:03 AM, Chris Pavlina wrote: > I second this suggestion. It's way nicer than the dinky little > Notepad-with-REPL we're using right now. > > -- > Chris > > On Fri, Dec 11, 2015