From: Ned Deily Date: Sat, 4 Jul 2015 22:04:42 +0000 (-0700) Subject: Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference X-Git-Tag: v2.7.11rc1~255^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f949aafb62bc591f0ff4f832a4e8874d7ca1aa;p=python Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference on OS X. Original patch by André Freitas. --- diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index c842b2639c..24e22c103d 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -248,7 +248,8 @@ Configure IDLE help sources can be specified. Non-default user setting are saved in a .idlerc directory in the user's home directory. Problems caused by bad user configuration files are solved by editing or deleting one or more of the - files in .idlerc. + files in .idlerc. On OS X, open the configuration dialog by selecting + Preferences in the application menu. Configure Extensions Open a configuration dialog for setting preferences for extensions diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 6b1c0023ee..c4d7155be5 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -90,10 +90,9 @@ Options Menu: Configure IDLE -- Open a configuration dialog. Fonts, indentation, keybindings, and color themes may be altered. Startup Preferences may be set, and Additional Help - Sources can be specified. - - On OS X this menu is not present, use - menu 'IDLE -> Preferences...' instead. + Sources can be specified. On OS X, open the + configuration dialog by selecting Preferences + in the application menu. --- Code Context -- Open a pane at the top of the edit window which shows the block context of the section of code