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" option, and the 
Lib/idlelib/macosxSupport.py code supports using the Preferences menu item to 
open the configuration dialog. (The only other item would be the Code Context 
toggle.)

Extensions that rely on the Options menu being present will not function 
properly, especially when the menu item involves a queried boolean variable for 
its checkmark status.

----------
components: IDLE
keywords: easy
messages: 185098
nosy: Todd.Rovito, ned.deily, roger.serwy
priority: normal
severity: normal
status: open
title: IDLE: Always include "Options" menu on MacOSX
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17532>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to