@@ -122,12 +122,15 @@ <h3>Navigation</h3>
122
122
< div class ="section " id ="menus ">
123
123
< h2 > Menus< a class ="headerlink " href ="#menus " title ="Permalink to this headline "> ¶</ a > </ h2 >
124
124
< p > IDLE has two main window types, the Shell window and the Editor window. It is
125
- possible to have multiple editor windows simultaneously. Output windows, such
126
- as used for Edit / Find in Files, are a subtype of edit window. They currently
127
- have the same top menu as Editor windows but a different default title and
128
- context menu.</ p >
129
- < p > IDLE’s menus dynamically change based on which window is currently selected.
130
- Each menu documented below indicates which window type it is associated with.</ p >
125
+ possible to have multiple editor windows simultaneously. On Windows and
126
+ Linux, each has its own top menu. Each menu documented below indicates
127
+ which window type it is associated with.</ p >
128
+ < p > Output windows, such as used for Edit => Find in Files, are a subtype of editor
129
+ window. They currently have the same top menu but a different
130
+ default title and context menu.</ p >
131
+ < p > On MacOS, there is one application menu. It dynamically changes according
132
+ to the window currently selected. It has an IDLE menu, and some entries
133
+ described below are moved around to conform to Apple guidlines.</ p >
131
134
< div class ="section " id ="file-menu-shell-and-editor ">
132
135
< h3 > File menu (Shell and Editor)< a class ="headerlink " href ="#file-menu-shell-and-editor " title ="Permalink to this headline "> ¶</ a > </ h3 >
133
136
< dl class ="docutils ">
@@ -753,6 +756,12 @@ <h3>Setting preferences<a class="headerlink" href="#setting-preferences" title="
753
756
IDLE ships with four built-in key sets. In addition, a user can create a
754
757
custom key set in the Configure IDLE dialog under the keys tab.</ p >
755
758
</ div >
759
+ < div class ="section " id ="idle-on-macos ">
760
+ < h3 > IDLE on MacOS< a class ="headerlink " href ="#idle-on-macos " title ="Permalink to this headline "> ¶</ a > </ h3 >
761
+ < p > Under System Preferences: Dock, one can set “Prefer tabs when opening
762
+ documents” to “Always”. This setting is not compatible with the tk/tkinter
763
+ GUI framework used by IDLE, and it breaks a few IDLE features.</ p >
764
+ </ div >
756
765
< div class ="section " id ="extensions ">
757
766
< h3 > Extensions< a class ="headerlink " href ="#extensions " title ="Permalink to this headline "> ¶</ a > </ h3 >
758
767
< p > IDLE contains an extension facility. Preferences for extensions can be
@@ -808,6 +817,7 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
808
817
< li > < a class ="reference internal " href ="#help-and-preferences "> Help and preferences</ a > < ul >
809
818
< li > < a class ="reference internal " href ="#help-sources "> Help sources</ a > </ li >
810
819
< li > < a class ="reference internal " href ="#setting-preferences "> Setting preferences</ a > </ li >
820
+ < li > < a class ="reference internal " href ="#idle-on-macos "> IDLE on MacOS</ a > </ li >
811
821
< li > < a class ="reference internal " href ="#extensions "> Extensions</ a > </ li >
812
822
</ ul >
813
823
</ li >
@@ -889,7 +899,7 @@ <h3>Navigation</h3>
889
899
< br />
890
900
< br />
891
901
892
- Last updated on Nov 06 , 2018.
902
+ Last updated on Nov 10 , 2018.
893
903
< a href ="https://docs.python.org/3/bugs.html "> Found a bug</ a > ?
894
904
< br />
895
905
0 commit comments