tQc@sDdZddlZddlZddlZddlmZddlmZmZmZde fdYZ de fdYZ d e fd YZ d e fd YZ d efdYZdefdYZdfdYZeZedkr@dZeejeejejdjddGHndS(sProvides access to stored IDLE configuration information. Refer to the comments at the beginning of config-main.def for a description of the available configuration files and the design implemented to update user configuration information. In particular, user configuration choices which duplicate the defaults will be removed from the user's configuration files, and if a file becomes empty, it will be deleted. The contents of the user files may be altered using the Options/Configure IDLE menu to access the configuration GUI (configDialog.py), or manually. Throughout this module there is an emphasis on returning useable defaults when a problem occurs in returning a requested configuration value back to idle. This is to allow IDLE to continue to function in spite of errors in the retrieval of config information. When a default is returned instead of a requested config value, a message is printed to stderr to aid in configuration problem notification and resolution. iN(t macosxSupport(t ConfigParsert NoOptionErrortNoSectionErrortInvalidConfigTypecBseZRS((t__name__t __module__(((s+/sys/lib/python2.7/idlelib/configHandler.pyRstInvalidConfigSetcBseZRS((RR(((s+/sys/lib/python2.7/idlelib/configHandler.pyRst InvalidFgBgcBseZRS((RR(((s+/sys/lib/python2.7/idlelib/configHandler.pyRst InvalidThemecBseZRS((RR(((s+/sys/lib/python2.7/idlelib/configHandler.pyR stIdleConfParsercBs>eZdZddZddedZdZdZRS(sI A ConfigParser specialised for idle configuration file handling cCs ||_tj|d|dS(sK cfgFile - string, fully specified configuration file name tdefaultsN(tfileRt__init__(tselftcfgFilet cfgDefaults((s+/sys/lib/python2.7/idlelib/configHandler.pyR #s cCsh|j||s|S|dkr2|j||S|dkrN|j||S|j||d|SdS(s Get an option value for given section/option or return default. If type is specified, return as type. tbooltinttrawN(t has_optiont getbooleantgetinttget(RtsectiontoptionttypetdefaultR((s+/sys/lib/python2.7/idlelib/configHandler.pytGet*s  cCs$|j|r|j|SgSdS(s6 Get an option list for given section N(t has_sectiontoptions(RR((s+/sys/lib/python2.7/idlelib/configHandler.pyt GetOptionList8s cCs|j|jdS(s7 Load the configuration file from disk N(treadR (R((s+/sys/lib/python2.7/idlelib/configHandler.pytLoadAsN( RRt__doc__tNoneR tFalseRRR!(((s+/sys/lib/python2.7/idlelib/configHandler.pyR s   tIdleUserConfParsercBsMeZdZdZdZdZdZdZdZdZ RS(sG IdleConfigParser specialised for user configuration handling. cCs#|j|s|j|ndS(s2 if section doesn't exist, add it N(Rt add_section(RR((s+/sys/lib/python2.7/idlelib/configHandler.pyt AddSectionLscCs:x3|jD]%}|j|s |j|q q WdS(s: remove any sections that have no options N(tsectionsRtremove_section(RR((s+/sys/lib/python2.7/idlelib/configHandler.pytRemoveEmptySectionsSscCs"|j|jrdSdSdS(sp Remove empty sections and then return 1 if parser has no sections left, else return 0. iiN(R*R((R((s+/sys/lib/python2.7/idlelib/configHandler.pytIsEmpty[s  cCs#|j|r|j||SdS(sl If section/option exists, remove it. Returns 1 if option was removed, 0 otherwise. N(Rt remove_option(RRR((s+/sys/lib/python2.7/idlelib/configHandler.pyt RemoveOptionfscCs|j||rH|j|||kr.dS|j|||dSn6|j|sg|j|n|j|||dSdS(s Sets option to value, adding section if required. Returns 1 if option was added or changed, otherwise 0. iiN(RRtsetRR&(RRRtvalue((s+/sys/lib/python2.7/idlelib/configHandler.pyt SetOptionnscCs,tjj|jr(tj|jndS(sF Removes the user config file from disk if it exists. N(tostpathtexistsR tremove(R((s+/sys/lib/python2.7/idlelib/configHandler.pyt RemoveFilescCsv|jsh|j}yt|d}Wn-tk rWtj|t|d}nX|j|n |jdS(sUpdate user configuration file. Remove empty sections. If resulting config isn't empty, write the file to disk. If config is empty, remove the file from disk if it exists. twN(R+R topentIOErrorR1tunlinktwriteR5(RtfnameR((s+/sys/lib/python2.7/idlelib/configHandler.pytSaves    ( RRR"R'R*R+R-R0R5R<(((s+/sys/lib/python2.7/idlelib/configHandler.pyR%Gs     tIdleConfcBs eZdZdZdZdZddeedZ dZ dZ ddZ dZ d Zd Zeeed Zd Zd ZdZdZdZdZdZdZdZddZdZdZdZdZRS(s holds config parsers for all idle config files: default config files (idle install dir)/config-main.def (idle install dir)/config-extensions.def (idle install dir)/config-highlight.def (idle install dir)/config-keys.def user config files (user home dir)/.idlerc/config-main.cfg (user home dir)/.idlerc/config-extensions.cfg (user home dir)/.idlerc/config-highlight.cfg (user home dir)/.idlerc/config-keys.cfg cCs3i|_i|_i|_|j|jdS(N(t defaultCfgtuserCfgtcfgtCreateConfigHandlerst LoadCfgFiles(R((s+/sys/lib/python2.7/idlelib/configHandler.pyR s     cCstdkr!tjjt}ntjjtjd}|j}d }i}i}xP|D]H}tjj|d|d||R%R?(RtidleDirtuserDirt configTypest defCfgFilest usrCfgFilestcfgType((s+/sys/lib/python2.7/idlelib/configHandler.pyRAs   !% cCsd}tjjd}|dkrxtjj|sxd|d}ytjj|Wntk rknXd}qxn|dkrtj}ntjj ||}tjj|s ytj |Wq t tfk rd|d}tjj|t q Xn|S(sr Creates (if required) and returns a filesystem directory for storing user config files. s.idlerct~s. Warning: os.path.expanduser("~") points to s , but the path does not exist. s2 Warning: unable to create user config directory s) Check path and permissions. Exiting! ( R1R2t expanduserR3RKtstderrR:R8tgetcwdRMtmkdirtOSErrort SystemExit(RtcfgDirROtwarn((s+/sys/lib/python2.7/idlelib/configHandler.pyRLs*     c CsGy@|j|j||r?|j|j||d|d|SWnhtk rd||||j|j||d|f}ytjj|Wqtk rqXnXy@|j|j||r|j|j||d|d|SWntk rnX|rCd|||f}ytjj|WqCtk r?qCXn|S(sf Get an option value for given config type and given general configuration section/option or return a default. If type is specified, return as type. Firstly the user configuration is checked, with a fallback to the default configuration, and a final 'catch all' fallback to a useable passed-in default if the option isn't present in either the user or the default configuration. configType must be one of ('main','extensions','highlight','keys') If a default is returned, and warn_on_default is True, a warning is printed to stderr. RRsv Warning: configHandler.py - IdleConf.GetOption - invalid %r value for configuration option %r from section %r: %r s Warning: configHandler.py - IdleConf.GetOption - problem retrieving configuration option %r from section %r. returning default value: %r ( R?RRt ValueErrorRKRVR:R8R>( Rt configTypeRRRRtwarn_on_defaultRtwarning((s+/sys/lib/python2.7/idlelib/configHandler.pyt GetOptions6      cCs|j|j|||dS(s?In user's config file, set section's option to value. N(R?R0(RR^RRR/((s+/sys/lib/python2.7/idlelib/configHandler.pyR0scCsc|d krtdn|dkr4|j|}n%|dkrP|j|}n td|jS( s Get a list of sections from either the user or default config for the given config type. configSet must be either 'user' or 'default' configType must be one of ('main','extensions','highlight','keys') RDRERFRGsInvalid configType specifiedtuserRsInvalid configSet specified(smains extensionss highlightskeys(RR?R>RR((Rt configSetR^t cfgParser((s+/sys/lib/python2.7/idlelib/configHandler.pytGetSectionLists     cCs|jdj|r+|jd|}n|jd|}||d}|dkrd|d}n||d}i|d6|d 6}|s|S|d kr|dS|d kr|d Std d S(s$ return individual highlighting theme elements. fgBg - string ('fg'or'bg') or None, if None return a dictionary containing fg and bg colours (appropriate for passing to Tkinter in, e.g., a tag_config call), otherwise fg or bg colour only as specified. RFRRbs -foregroundtcursorsnormal-backgrounds -backgroundt foregroundt backgroundtfgtbgsInvalid fgBg specifiedN(R>Rt GetThemeDictR(RtthemetelementtfgBgt themeDicttforetbackRF((s+/sys/lib/python2.7/idlelib/configHandler.pyt GetHighlight)s    cCs|dkr|jd}n%|dkr8|jd}n tdidd6dd6dd 6dd 6dd 6dd 6dd 6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd 6dd!6dd"6}x|jD]}|j||skd#||||f}ytjj|Wqktk rgqkXn|j ||d||}|||R RGRRKRVR:R8R(RRt themeNameRdRlRmR`tcolour((s+/sys/lib/python2.7/idlelib/configHandler.pyRkDsV      cCs|jdddddS(s@ Returns the name of the currently active theme RDtThemetnameRt(Ra(R((s+/sys/lib/python2.7/idlelib/configHandler.pyt CurrentThemescCs|jdddddS(sB Returns the name of the currently active key set RDtKeysRwRRx(Ra(R((s+/sys/lib/python2.7/idlelib/configHandler.pyt CurrentKeyssc Cs|j|jdd}|j|jdd}x*|D]"}||kr=|j|q=q=W|rg}x|D]}|jd|ddtddrv|s|r|rd}nd}|jd||dtddd tr|j|qq|j|qvqvW|S|Sd S( s Gets a list of all idle extensions declared in the config files. active_only - boolean, if true only return active (enabled) extensions RRERbtenableRRt enable_editort enable_shellR_N(tRemoveKeyBindNamesRetappendRatTrueR$( Rt active_onlyt editor_onlyt shell_onlytextnst userExtnstextnt activeExtnsR((s+/sys/lib/python2.7/idlelib/configHandler.pyt GetExtensionss.        cCsu|}g}x6|D].}|jdr|j|j|qqW|j|jx|D] }||=q`W|S(Nt _bindingst _cfgBindings(RR(tendswithRtindextsorttreverse(Rt extnNameListtnamestkbNameIndiciesRwR((s+/sys/lib/python2.7/idlelib/configHandler.pyRs     cCsjd}d|d}xO|jddD];}x2|j|jD]}||krC|}qCqCWq'W|S(s Returns the name of the extension that virtualEvent is bound in, or None if not bound in any extension. virtualEvent - string, name of the virtual event to test for, without the enclosing '<< >>' s<>RiN(R#RtGetExtensionKeysRG(Rt virtualEventtextNametvEventRtevent((s+/sys/lib/python2.7/idlelib/configHandler.pytGetExtnNameForEvents c Cs|d}|j}i}|jdj|r~|jdj|}x3|D](}d|d}||}|||>(tGetCurrentKeySetR>RR( Rt extensionNametkeysNamet activeKeystextKeyst eventNamest eventNameRtbinding((s+/sys/lib/python2.7/idlelib/configHandler.pyRs    cCs|d}i}|jdj|r|jdj|}xJ|D]?}|jd||ddj}d|d}|||>(R>RRRatsplit(RRRRRRRR((s+/sys/lib/python2.7/idlelib/configHandler.pyt__GetRawExtensionKeyss   cCs|d}|j|}|jdj|r|jdj|}xJ|D]?}|jd||ddj}d|d}|||>(RR>RRRaR(RRt bindsNametextBindsRRRR((s+/sys/lib/python2.7/idlelib/configHandler.pytGetExtensionBindingss   cCs2|dd!}|jd||ddj}|S(s returns the keybinding for a specific event. keySetName - string, name of key binding set eventStr - string, the virtual event we want the binding for, represented as a string, eg. '<>' iiRGRRx(RaR(Rt keySetNameteventStrRR((s+/sys/lib/python2.7/idlelib/configHandler.pyt GetKeyBindings !cCs|j|j}tjrx[|jD]J\}}g|D]}|jdd^qA}||kr.|||>' s<>(RRG(RR((s+/sys/lib/python2.7/idlelib/configHandler.pyt IsCoreBinding.scCsi1ddgd6ddgd6ddgd 6d d gd 6d gd6dgd6dgd6dgd6dgd6dgd6dgd6dgd6dgd6dgd6dgd 6d!gd"6d#gd$6d%gd&6d'gd(6d)gd*6d+gd,6d-gd.6d/gd06d1gd26d3gd46d5gd66d7gd86d9gd:6d;gd<6d=gd>6d?d@gdA6dBgdC6dDgdE6dFgdG6dHgdI6dJgdK6dLgdM6dNdOgdP6dQgdR6dSgdT6dUgdV6dWgdX6dYgdZ6d[gd\6d]gd^6d_gd`6dagdb6dcgdd6degdf6}|rx{|jD]j}|j||}|r@|||s s<>s s s<>s s s <>s ss<>s s<>s s<>ss<>s<>s s<>ss<>s s<>ss<>ss<>s<>ss<>s s<>ss<>ss<>s s<>s s<>s s<>s s<>s s<>ss<>s s<>ss<>s s<>ss<>ss<>s s<>s ss<>ss<>s s<>s s<>s s <>ss <>ss<>s ss<>s s<>ss<>ss<>s s<>s s<>s s<>s s<>s s<>s s<>ss<>ss<>s Warning: configHandler.py - IdleConf.GetCoreKeys - problem retrieving key binding for event %r from key set %r. returning default value: %r (RGRRKRVR:R8(RRt keyBindingsRRR`((s+/sys/lib/python2.7/idlelib/configHandler.pyR6s|                                                     c Csg}|dkr"|jd}n%|dkr>|jd}n td|jd}x|D]}|jd|dd}|jddkrd}d}n2tj|d}|d j}|d j}|r]|r]|j |||fq]q]W|j d d |S( sFetch list of extra help sources from a given configSet. Valid configSets are 'user' or 'default'. Return a list of tuples of the form (menu_item , path_to_help_file , option), or return the empty list. 'option' is the sequence number of the help resource. 'option' values determine the position of the menu items on the Help menu, therefore the returned list must be sorted by 'option'. RbRDRsInvalid configSet specifiedt HelpFilest;iRxiitkeycSst|dS(Ni(R(R((s+/sys/lib/python2.7/idlelib/configHandler.pyts( R?R>RRRtfindtstringRtstripRR( RRct helpSourcesRdRRR/tmenuItemthelpPath((s+/sys/lib/python2.7/idlelib/configHandler.pytGetExtraHelpSourceLists&       cCs |jd|jd}|S(s Returns a list of tuples containing the details of all additional help sources configured, or an empty list if there are none. Tuples are of the format returned by GetExtraHelpSourceList. RRb(R(RtallHelpSources((s+/sys/lib/python2.7/idlelib/configHandler.pytGetAllExtraHelpSourcesLists cCs@x9|jjD](}|j|j|j|jqWdS(s/ load all configuration files. N(R>RGR!R?(RR((s+/sys/lib/python2.7/idlelib/configHandler.pyRBscCs/x(|jjD]}|j|jqWdS(sH write all loaded user configuration files back to disk N(R?RGR<(RR((s+/sys/lib/python2.7/idlelib/configHandler.pytSaveUserCfgFilessN(RRR"R RARLR#RR$RaR0ReRrRkRyR{RRRRRRRRRRRRRRBR(((s+/sys/lib/python2.7/idlelib/configHandler.pyR=s6    /    @  !        M RCcCsdG|GdGHx|jD]|}||j}|GH|GHxY|D]Q}||j|}|GH|GHx+|D]#}|GdG||j||GHqkWqAWqWdS(Ns t=(RGR(RR(R@RR(RRR((s+/sys/lib/python2.7/idlelib/configHandler.pytdumpCfgs   RDRvRw(R"R1RKRtidlelibRRRRt ExceptionRRRR R R%R=tidleConfRRR>R?R(((s+/sys/lib/python2.7/idlelib/configHandler.pyts(   (Q&