[Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Ronald Oussoren
Hi, I'd really it if someone could have a look at patch 1491759 (www.python.org/sf/1491759). This patch improves the L&F of IDLE on MacOS X. I'd like to have this in before 2.5b1 ;-) Ronald ___ IDLE-dev mailing list [email protected] http://mail.

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Guido van Rossum
On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > I'd really it if someone could have a look at patch 1491759 > (www.python.org/sf/1491759). This patch improves the L&F of IDLE on > MacOS X. I'd like to have this in before 2.5b1 ;-) I gave it a quick try. It still needs work I think (unless

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Ronald Oussoren
On 5-jun-2006, at 19:16, Guido van Rossum wrote: > On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: >> I'd really it if someone could have a look at patch 1491759 >> (www.python.org/sf/1491759). This patch improves the L&F of IDLE on >> MacOS X. I'd like to have this in before 2.5b1 ;-) > >

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Guido van Rossum
On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > That's expected behaviour due to the way OSX works. There's a > Makefile for building an application bundle (IDLE.app) in Mac/OSX/ > IDLE. The easiest way to get the application bundle is to install a > framework build, that will install IDLE.

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Ronald Oussoren
On 5-jun-2006, at 22:09, Guido van Rossum wrote: > On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: >> That's expected behaviour due to the way OSX works. There's a >> Makefile for building an application bundle (IDLE.app) in Mac/OSX/ >> IDLE. The easiest way to get the application bundle is

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Ronald Oussoren
On 5-jun-2006, at 21:00, Ronald Oussoren wrote: > > On 5-jun-2006, at 19:16, Guido van Rossum wrote: > >> >> - it comes up with the Windows bindings as defaults (and yes, I threw >> away ~/.idlerc) > > That's one of the open issues for this patch. I've no idea to > override the default keybinding

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Guido van Rossum
On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 5-jun-2006, at 22:09, Guido van Rossum wrote: > > > On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > >> That's expected behaviour due to the way OSX works. There's a > >> Makefile for building an application bundle (IDLE.app) in Ma

Re: [Idle-dev] Request for review: IDLE L&F on OSX

2006-06-05 Thread Ronald Oussoren
On 5-jun-2006, at 23:16, Guido van Rossum wrote: > On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: >> >> On 5-jun-2006, at 22:09, Guido van Rossum wrote: >> >> > On 6/5/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: >> >> That's expected behaviour due to the way OSX works. There's a >> >> M