Re: [Idle-dev] Submitted Guilherme Polo's enhancement

2010-10-15 Thread Kevin Walzer
On 10/15/10 12:25 AM, Bruce Sherwood wrote: I'm trying to find out why when you quit on the Mac unsaved changes don't trigger an invitation to save the file. Instead, IDLE quits and you lose your edits. There is code to bind cmd-q to the edit window and, on the Mac, to the Tk root, through macos

Re: [Idle-dev] Submitted Guilherme Polo's enhancement

2010-10-15 Thread Bruce Sherwood
The following statement is executed in macosxSupport.py, which I assume was an attempt to override, but it's unsuccessful: root.bind('<>', flist.close_all_callback) Bruce Sherwood On Fri, Oct 15, 2010 at 6:17 AM, Kevin Walzer wrote: > > Tk on the Mac has a built in command called ::tk::mac::Qui

Re: [Idle-dev] Submitted Guilherme Polo's enhancement

2010-10-15 Thread Kevin Walzer
On 10/15/10 9:34 AM, Bruce Sherwood wrote: The following statement is executed in macosxSupport.py, which I assume was an attempt to override, but it's unsuccessful: root.bind('<>', flist.close_all_callback) Bruce Sherwood A grep of the 2.6 idleib code on my system does not turn up any refer

Re: [Idle-dev] Submitted Guilherme Polo's enhancement

2010-10-15 Thread Tal Einat
On Fri, Oct 15, 2010 at 7:58 AM, Bruce Sherwood wrote: > I'm quite happy to prepare a patch for 2.7; one possibility is to make > a diff from the 2.7 version of vidle. I guess I misinterpreted your > comments about 32/64 etc. I'll be out of touch for the next couple > days. I'm really excited abou