3  f%@sdZddlmZddlZddlmZddlZdaddZddZ d d Z d d Z d dZ ddZ ddZddZddZddZddZddZddZedkrdd lmZed!d"d#dS)$z3 A number of functions that enhance IDLE on macOS. ) expanduserN)platformcCsjtdkrbtj}|jjdd}d|kr,dan,d|kr:dand|jjd d d krTd and a|jndadS)zl Initializes OS X Tk variant values for isAquaTk(), isCarbonTk(), isCocoaTk(), and isXQuartz(). darwintkZwindowingsystemZx11xquartzZaquaotherZAppKitZwinfoZserver.cocoacarbonN)rtkinterZTkrcall_tk_typeZdestroy)rootZwsr3/opt/alt/python36/lib64/python3.6/idlelib/macosx.py _init_tk_types rcCsts ttdkptdkS)zK Returns True if IDLE is using a native OS X Tk (Cocoa or Carbon). r r )r rrrrrisAquaTk%srcCsts ttdkS)zb Returns True if IDLE is using a Carbon Aqua Tk (instead of the newer Cocoa Aqua Tk). r )r rrrrr isCarbonTk-srcCsts ttdkS)z8 Returns True if IDLE is using a Cocoa Aqua Tk. r )r rrrrr isCocoaTk6srcCsts ttdkS)z7 Returns True if IDLE is using an OS X X11 Tk. r)r rrrrr isXQuartz>srcCs2tr*|jjdd}|dkr dSdj|SdSdS) a2 Returns a string warning message if the Tk version in use appears to be one known to cause problems with IDLE. 1. Apple Cocoa-based Tk 8.5.7 shipped with Mac OS X 10.6 is unusable. 2. Apple Cocoa-based Tk 8.5.9 in OS X 10.7 and 10.8 is better but can still crash unexpectedly. info patchlevel8.5.78.5.9FzWARNING: The version of Tcl/Tk ({0}) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current information.N)rr)rrr format)rrrrrtkVersionWarningGs rcCsNtdkr dStd}y t|d }tj|SQRXWntk rHdSXdS)z- Fetch the macOS system preferences. rNz.~/Library/Preferences/.GlobalPreferences.plistrb)rropenplistlibloadOSError)Z plist_pathZ plist_filerrrreadSystemPreferences\s r!cCs,tdkr dSt}|r(|jddkr(dSdS)zJ Warn if "Prefer tabs when opening documents" is set to "Always". rNZAppleWindowTabbingModealwayszWARNING: The system preference "Prefer tabs when opening documents" is set to "Always". This will cause various problems with IDLE. For the best experience, change this setting when running IDLE (via System Preferences -> Dock).)rr!get)ZprefsrrrpreferTabsPreferenceWarningks r$csfdd}|jd|dS)z This ensures that the application will respond to open AppleEvents, which makes is feasible to use IDLE as the default application for python files. csx|D]}j|qWdS)N)r)argsfn)flistrr doOpenFiles z'addOpenEventSupport..doOpenFilez::tk::mac::OpenDocumentN) createcommand)rr'r(r)r'raddOpenEventSupports r*c Cs.y|jjddWntjk r(YnXdS)NZconsoleZhide)rr r ZTclError)rrrr hideTkConsolesr+c sddlm}ddlm}ddlm|jddd#}|jddd$d=|jddjd ||jd%ddd=|jd&dd=|}j|d i}||d dd |d <}|jd |dd|ffdd }j |d'fdd } d(fdd } d)fdd } j d| j d| j d| rNj dj j dj t r||ddd |d<}|jd|d|jjddd*dgftrj d!| j d"| |jd+dd=dS),zf Replace the Tk root menu by something that is more appropriate for IDLE with an Aqua Tk. r)Menu)mainmenu)windowN)menur.)nameZtearoffZWindow)labelr3Z underlinecs8|jd}|dkrd}|dkr*|jd|j|dS)Nendr/r)indexdeleteZadd_windows_to_menu)r3r6)r.rrpostwindowsmenus   z)overrideRootMenu..postwindowsmenucsddlm}|jdS)zHandle Help 'About IDLE' event.r) help_aboutN)idlelibr;Z AboutDialog)eventr;)rrr about_dialogs z&overrideRootMenu..about_dialogcs$ddlm}j_|jddS)z&Handle Options 'Configure IDLE' event.r) configdialogZSettingsN)r<r?Z inversedictZ instance_dictZ ConfigDialog)r=r?)r'rrr config_dialogs z'overrideRootMenu..config_dialogcsddlm}|jdS)zHandle Help 'IDLE Help' event.r)helpN)r<rAZ show_idlehelp)r=rA)rrr help_dialogs z%overrideRootMenu..help_dialog<>z<>z::tk::mac::ShowPreferencesz<>exitZappleZ applicationZIDLE)r5r3 About IDLEZ tkAboutDialogz::tk::mac::ShowHelpr7rF)N)N)N)rErCr7)r r,r<r-r.ZmenudefsinsertZ configureZ add_cascadeZregister_callbackZbindr)Zclose_all_callbackrr) rr'r,r-Z closeItemZmenubarZmenudictr3r:r>r@rBr)r'rr.roverrideRootMenusH            rIcCs(|jdd|jdd|jdddS)zRemoved bad AquaTk Button-2 (right) and Paste bindings. They prevent context menu access and seem to be gone in AquaTk8.6. See issue #24801. ZTextzz z<>N)Z unbind_class)rrrr fixb2contexts  rJcCs.tr*t|t||t||t|dS)a Perform initial OS X customizations if needed. Called from pyshell.main() after initial calls to Tk() There are currently three major versions of Tk in use on OS X: 1. Aqua Cocoa Tk (native default since OS X 10.6) 2. Aqua Carbon Tk (original native, 32-bit only, deprecated) 3. X11 (supported by some third-party distributors, deprecated) There are various differences among the three that affect IDLE behavior, primarily with menus, mouse key events, and accelerators. Some one-time customizations are performed here. Others are dynamically tested throughout idlelib by calls to the isAquaTk(), isCarbonTk(), isCocoaTk(), isXQuartz() functions which are initialized here as well. N)rr+rIr*rJ)rr'rrrsetupApps   rK__main__)mainzidlelib.idle_test.test_macosxr0) verbosity)__doc__Zos.pathrrsysrr r rrrrrrr!r$r*r+rIrJrK__name__ZunittestrMrrrrs*    h