[spyder] Re: features and timing of 3.0 release

2016-04-24 Thread Phillip Vallance
Gonzalo Peña-Castellanos, Does this mean tab-reordering won't be apart of the 3.0 release? On Saturday, April 16, 2016 at 12:13:28 PM UTC-4, Gonzalo Peña-Castellanos wrote: > > Hi Dan thanks for your comments. > > It is very encouraging for the developer team to hear about new users >

[spyder] Re: features and timing of 3.0 release

2016-04-16 Thread Gonzalo Peña-Castellanos
Hi Dan thanks for your comments. It is very encouraging for the developer team to hear about new users (mostly) happy with Spyder. I am in charge of making the tab ordering for the editor https://github.com/spyder-ide/spyder/pull/2372, but I am not entirely happy with the approach I took so I

[spyder] Re: features and timing of 3.0 release

2016-03-30 Thread Dan Codiga
Thank you for the suggestion about WinPdb. I will try that. I don't use a debugger a whole lot either. My code is typically just barely complex enough to need a debugger, but not so simple that I can be productive without a good IDE (i.e. with just a text editor, or with just ipython

[spyder] Re: features and timing of 3.0 release

2016-03-10 Thread Nikolay Karelin
Hello Dan, If the debugger in Spyder is limiting for you, you can try WinPdb - it is not quite supported, but rather well written. Alternatively, you can use some 'real' Python IDE with powerful debugger. I prefer PyCharm (free version is ok) for that. But when I once asked on local Python