[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset f8df7c50132f by Ned Deily in branch '2.7': Issue #17532: Prevent exception when changing key sets if Options menu is empty. http://hg.python.org/cpython/rev/f8df7c50132f New changeset db6a22943a3f by Ned Deily in branch '3.3': Issue #17532: Prevent

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-05-22 Thread Ned Deily
Ned Deily added the comment: Thanks again for the patch. Committed for release in 2.7.6, 3.3.3, and 3.4.0. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset e134714e3b30 by Ned Deily in branch '2.7': Issue #17532: Always include Options menu for IDLE on OS X. http://hg.python.org/cpython/rev/e134714e3b30 New changeset 75c3e9a659bc by Ned Deily in branch '3.3': Issue #17532: Always include Options menu f

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-23 Thread Guilherme Simões
Guilherme Simões added the comment: Since extensions are probably going to be included into IDLE soon I'm attaching a version of the patch that also changes PyShell.py. -- Added file: http://bugs.python.org/file3/17532MenuOptions-2.patch ___ Pyth

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-23 Thread Roger Serwy
Roger Serwy added the comment: The Options menu will become populated as soon as other extensions get included into IDLE, such as issue6143. -- ___ Python tracker ___ __

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-23 Thread Guilherme Simões
Guilherme Simões added the comment: I didn't restore the menu in the shell window because it would be empty then. Perhaps a better alternative is to automatically remove any empty menu. That way if someone inserted a new option in the menu in the future it would show automatically in the MacOS

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Guilherme. While the patch does restore the Options menu for Edit windows, a similar change is needed in idlelib/PyShell.py to also restore the menu for the shell window. I will refresh the patch or include it in the changes for Issue17654 w

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-18 Thread Guilherme Simões
Guilherme Simões added the comment: Hi Roger, I just signed the contributor agreement. Unfortunately, I can't test on older MacOS versions, but I also think it should work. -- ___ Python tracker _

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-17 Thread Roger Serwy
Roger Serwy added the comment: Hi Guilherme, Have you signed the contributor agreement? It can be found at: http://www.python.org/psf/contrib/contrib-form/ Your patch looks good to me, but I don't have a Mac to test against. I trust Todd's test that it works on the latest MacOSX version. Hop

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-17 Thread Todd Rovito
Todd Rovito added the comment: I tested the patch on OS X 10.8 and it works perfect!!! Thanks Guilherme. -- ___ Python tracker ___ __

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-17 Thread Guilherme Simões
Guilherme Simões added the comment: I actually removed something I shouldn't have in the first patch so I'm attaching a new one. -- Added file: http://bugs.python.org/file29899/17532MenuOptions-1.patch ___ Python tracker

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-04-16 Thread Guilherme Simões
Guilherme Simões added the comment: I tested the extensions in MacOS and they seem to work (even the Terminal Mode). The Options menu appear and everything seems to be fine. The patch attached removes the Configure entry from the Options menu because this entry is already in the application me

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-03-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue17532] IDLE: Always include "Options" menu on MacOSX

2013-03-23 Thread Roger Serwy
New submission from Roger Serwy: Presently, the "Options" menu gets eliminated if IDLE runs as an OSX app. This behavior was introduced in 2006 in revision 654c380cf8b9. I guess that the original motivation for eliminating the Options menu since it usually only contained the "Configure IDLE"