Re: [Python-Dev] modernizing IDLE

2015-11-10 Thread Michiel Overtoom
> On 11 Nov 2015, at 00:23, Ryan Gonzalez wrote: > > https://news.ycombinator.com/item?id=10519785 Thanks for the URL. I consider myself a reasonably seasoned IDE user, having used Visual Studio, emacs with SLIME, Borland C++Builder, Xcode, Delphi, Eclipse, LightTable and PyCharm, and probab

Re: [Python-Dev] modernizing IDLE

2015-11-10 Thread Ryan Gonzalez
On Tue, Nov 10, 2015 at 5:02 PM, Michiel Overtoom wrote: > > > On 06 Nov 2015, at 18:08, Mark Roseman wrote: > > > > (There’s also currently a post on Hacker News about this). > > You have a link for that HN item? I've looked at the first five pages but > couldn't find it. > > https://news.ycomb

Re: [Python-Dev] modernizing IDLE

2015-11-10 Thread Michiel Overtoom
> On 06 Nov 2015, at 18:08, Mark Roseman wrote: > > (There’s also currently a post on Hacker News about this). You have a link for that HN item? I've looked at the first five pages but couldn't find it. Greetings, ___ Python-Dev mailing list Python

Re: [Python-Dev] modernizing IDLE

2015-11-10 Thread Nick Coghlan
On 7 November 2015 at 03:08, Mark Roseman wrote: > Just wanted to share some documentation I’ve put together (and a snapshot of > the code) on the effort to improve the appearance and behaviour of IDLE: > > http://www.tkdocs.com/tutorial/idle.html > > (There’s also currently a post on Hacker News

Re: [Python-Dev] modernizing IDLE

2015-11-07 Thread Carl Kleffner
there is also http://idlex.sourceforge.net/about.html to mention. 2015-11-06 18:08 GMT+01:00 Mark Roseman : > Just wanted to share some documentation I’ve put together (and a snapshot > of the code) on the effort to improve the appearance and behaviour of IDLE: > > http://www.tkdocs.com/tutorial/

[Python-Dev] modernizing IDLE

2015-11-06 Thread Mark Roseman
Just wanted to share some documentation I’ve put together (and a snapshot of the code) on the effort to improve the appearance and behaviour of IDLE: http://www.tkdocs.com/tutorial/idle.html (There’s also currently a post on Hacker News about t