This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients Todd.Rovito, ned.deily, roger.serwy
Date 2013-03-23.21:41:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364074890.28.0.799485456817.issue17532@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-23 21:41:30roger.serwysetrecipients: + roger.serwy, ned.deily, Todd.Rovito
2013-03-23 21:41:30roger.serwysetmessageid: <1364074890.28.0.799485456817.issue17532@psf.upfronthosting.co.za>
2013-03-23 21:41:30roger.serwylinkissue17532 messages
2013-03-23 21:41:29roger.serwycreate