Your IP : 18.216.219.61


Current Path : /lib64/python2.7/idlelib/
Upload File :
Current File : //lib64/python2.7/idlelib/configHandler.pyc

�
�mec@sDdZddlZddlZddlZddlmZddlmZmZmZde	fd��YZ
de	fd��YZd	e	fd
��YZde	fd��YZ
d
efd��YZdefd��YZdfd��YZe�Zedkr@d�Zeej�eej�ejdjdd�GHndS(s�Provides 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.

i����N(t
macosxSupport(tConfigParsert
NoOptionErrortNoSectionErrortInvalidConfigTypecBseZRS((t__name__t
__module__(((s-/usr/lib64/python2.7/idlelib/configHandler.pyRstInvalidConfigSetcBseZRS((RR(((s-/usr/lib64/python2.7/idlelib/configHandler.pyRstInvalidFgBgcBseZRS((RR(((s-/usr/lib64/python2.7/idlelib/configHandler.pyRstInvalidThemecBseZRS((RR(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR	stIdleConfParsercBs>eZdZdd�Zdded�Zd�Zd�ZRS(sI
    A ConfigParser specialised for idle configuration file handling
    cCs ||_tj|d|�dS(sK
        cfgFile - string, fully specified configuration file name
        tdefaultsN(tfileRt__init__(tselftcfgFiletcfgDefaults((s-/usr/lib64/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-/usr/lib64/python2.7/idlelib/configHandler.pytGet*scCs$|j|�r|j|�SgSdS(s6
        Get an option list for given section
        N(thas_sectiontoptions(RR((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
GetOptionList8s
cCs|j|j�dS(s7
        Load the configuration file from disk
        N(treadR(R((s-/usr/lib64/python2.7/idlelib/configHandler.pytLoadAsN(	RRt__doc__tNoneR
tFalseRRR!(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR
s
		tIdleUserConfParsercBsMeZdZd�Zd�Zd�Zd�Zd�Zd�Zd�Z	RS(sG
    IdleConfigParser specialised for user configuration handling.
    cCs#|j|�s|j|�ndS(s2
        if section doesn't exist, add it
        N(Rtadd_section(RR((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
AddSectionLscCs:x3|j�D]%}|j|�s
|j|�q
q
WdS(s:
        remove any sections that have no options
        N(tsectionsRtremove_section(RR((s-/usr/lib64/python2.7/idlelib/configHandler.pytRemoveEmptySectionsSscCs"|j�|j�rdSdSdS(sp
        Remove empty sections and then return 1 if parser has no sections
        left, else return 0.
        iiN(R*R((R((s-/usr/lib64/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-/usr/lib64/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-/usr/lib64/python2.7/idlelib/configHandler.pyt	SetOptionnscCs,tjj|j�r(tj|j�ndS(sF
        Removes the user config file from disk if it exists.
        N(tostpathtexistsRtremove(R((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
RemoveFilescCsv|j�sh|j}yt|d�}Wn-tk
rWtj|�t|d�}nX|j|�n
|j�dS(s�Update 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-/usr/lib64/python2.7/idlelib/configHandler.pytSave�s	

(
RRR"R'R*R+R-R0R5R<(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR%Gs						tIdleConfcBs
eZdZd�Zd�Zd�Zddeed�Z	d�Z
d�Zdd�Zd�Z
d	�Zd
�Zeeed�Zd�Zd
�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zdd�Zd�Zd�Zd�Zd�ZRS(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�|j�dS(N(t
defaultCfgtuserCfgtcfgtCreateConfigHandlerstLoadCfgFiles(R((s-/usr/lib64/python2.7/idlelib/configHandler.pyR
�s
			
cCs�tdkr!tjjt�}ntjjtjd�}|j�}d}i}i}xP|D]H}tjj|d|d�||<tjj|d|d	�||<q_Wx<|D]4}t	||�|j
|<t||�|j|<q�Wd
S(sp
        set up a dictionary of config parsers for default and user
        configurations respectively
        t__main__itmaint
extensionst	highlighttkeyssconfig-s.defs.cfgN(smainREs	highlightskeys(
RR1R2tdirnamet__file__tabspathtsyst
GetUserCfgDirtjoinR
R>R%R?(RtidleDirtuserDirtconfigTypestdefCfgFilestusrCfgFilestcfgType((s-/usr/lib64/python2.7/idlelib/configHandler.pyRA�s
!%
cCsd}tjjd�}|dkrxtjj|�sxd|d}ytjj|�Wntk
rknXd}qxn|dkr�tj�}ntjj	||�}tjj|�sytj
|�Wqttfk
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-/usr/lib64/python2.7/idlelib/configHandler.pyRL�s*

c		CsGy@|j|j||�r?|j|j||d|d|�SWnhtk
r�d||||j|j||d|�f}ytjj|�Wq�tk
r�q�XnXy@|j|j||�r�|j|j||d|d|�SWntk
r�nX|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-/usr/lib64/python2.7/idlelib/configHandler.pyt	GetOption�s6
	



cCs|j|j|||�dS(s?In user's config file, set section's option to value.

        N(R?R0(RR^RRR/((s-/usr/lib64/python2.7/idlelib/configHandler.pyR0scCsc|d	krtd�n|dkr4|j|}n%|dkrP|j|}n	td�|j�S(
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-/usr/lib64/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|dkr�|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-/usr/lib64/python2.7/idlelib/configHandler.pytGetHighlight)s
cCs�|dkr|jd}n%|dkr8|jd}n	td�idd6dd6dd	6dd
6dd6dd6dd
6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd 6dd!6dd"6}x�|j�D]�}|j||�skd#||||f}ytjj|�Wqktk
rgqkXn|j	||d||�}|||<qW|S($sj
        type - string, 'default' or 'user' theme type
        themeName - string, theme name
        Returns a dictionary which holds {option:value} for each element
        in the specified theme. Values are loaded over a set of ultimate last
        fallback defaults to guarantee that all theme elements are present in
        a newly created theme.
        RbRFRsInvalid theme type specifieds#000000snormal-foregrounds#ffffffsnormal-backgroundskeyword-foregroundskeyword-backgroundsbuiltin-foregroundsbuiltin-backgroundscomment-foregroundscomment-backgroundsstring-foregroundsstring-backgroundsdefinition-foregroundsdefinition-backgroundshilite-foregroundtgrayshilite-backgroundsbreak-foregroundsbreak-backgroundshit-foregroundshit-backgroundserror-foregroundserror-backgroundscursor-foregroundsstdout-foregroundsstdout-backgroundsstderr-foregroundsstderr-backgroundsconsole-foregroundsconsole-backgrounds�
 Warning: configHandler.py - IdleConf.GetThemeDict -
 problem retrieving theme element %r
 from theme %r.
 returning default value: %r
(
R?R>R	RGRRKRVR:R8R(RRt	themeNameRdRlRmR`tcolour((s-/usr/lib64/python2.7/idlelib/configHandler.pyRkDsV		


cCs|jddddd�S(s@
        Returns the name of the currently active theme
        RDtThemetnameRt(Ra(R((s-/usr/lib64/python2.7/idlelib/configHandler.pytCurrentTheme�scCs|jddddd�S(sB
        Returns the name of the currently active key set
        RDtKeysRwRRx(Ra(R((s-/usr/lib64/python2.7/idlelib/configHandler.pytCurrentKeys�sc	Cs|j|jdd��}|j|jdd��}x*|D]"}||kr=|j|�q=q=W|rg}x�|D]�}|jd|ddtdd�rv|s�|r�|r�d}nd}|jd||dtddd	t�r|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$(	Rtactive_onlyteditor_onlyt
shell_onlytextnst	userExtnstextntactiveExtnsR((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
GetExtensions�s.

			cCsu|}g}x6|D].}|jd�r|j|j|��qqW|j�|j�x|D]
}||=q`W|S(Nt	_bindingst_cfgBindings(R�R�(tendswithR�tindextsorttreverse(RtextnNameListtnamestkbNameIndiciesRwR�((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�s



cCsjd}d|d}xO|jdd�D];}x2|j|�j�D]}||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<<s>>R�iN(R#R�tGetExtensionKeysRG(RtvirtualEventtextNametvEventR�tevent((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetExtnNameForEvent�sc	Cs�|d}|j�}i}|jdj|�r~|jdj|�}x3|D](}d|d}||}|||<qOWn|S(s�
        returns a dictionary of the configurable keybindings for a particular
        extension,as they exist in the dictionary returned by GetCurrentKeySet;
        that is, where previously used bindings are disabled.
        R�REs<<s>>(tGetCurrentKeySetR>RR(	Rt
extensionNametkeysNamet
activeKeystextKeyst
eventNamest	eventNameR�tbinding((s-/usr/lib64/python2.7/idlelib/configHandler.pyR��s


cCs�|d}i}|jdj|�r�|jdj|�}xJ|D]?}|jd||dd�j�}d|d}|||<qCWn|S(s�
        returns a dictionary of the configurable keybindings for a particular
        extension, as defined in the configuration files, or an empty dictionary
        if no bindings are found
        R�RERRxs<<s>>(R>RRRatsplit(RR�R�R�R�R�R�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt__GetRawExtensionKeys�s

cCs�|d}|j|�}|jdj|�r�|jdj|�}xJ|D]?}|jd||dd�j�}d|d}|||<qLWn|S(s

        Returns a dictionary of all the event bindings for a particular
        extension. The configurable keybindings are returned as they exist in
        the dictionary returned by GetCurrentKeySet; that is, where re-used
        keybindings are disabled.
        R�RERRxs<<s>>(R�R>RRRaR�(RR�t	bindsNametextBindsR�R�R�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetExtensionBindings�s

cCs2|dd!}|jd||dd�j�}|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. '<<event>>'
        ii����RGRRx(RaR�(Rt
keySetNameteventStrR�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
GetKeyBindings
!cCs�|j|j��}tj�rx[|j�D]J\}}g|D]}|jdd�^qA}||kr.|||<q.q.Wn|S(Ns<Alt-s<Option-(t	GetKeySetR{RtrunningAsOSXApptitemstreplace(Rtresulttktvtxtv2((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�s%cCs�|j|�}|jdd�}xn|D]f}|j|�}|r(xH|j�D]7}|||j�kryd||<n||||<qPWq(q(W|S(s�
        Returns a dictionary of: all requested core keybindings, plus the
        keybindings for all currently active extensions. If a binding defined
        in an extension is already in use, that binding is disabled.
        R�iRx(tGetCoreKeysR�t_IdleConf__GetRawExtensionKeysRGtvalues(RR�tkeySetR�R�R�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�s

cCsd|d|j�j�kS(s�
        returns true if the virtual event is bound in the core idle keybindings.
        virtualEvent - string, name of the virtual event to test for, without
                       the enclosing '<< >>'
        s<<s>>(R�RG(RR�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
IsCoreBinding.scCs�i1ddgd6ddgd6ddgd	6d
dgd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}|r�x{|j�D]j}|j||�}|r@|||<qdg||||f}ytjj|�Wqtk
r~qXqWn|S(hsZ
        returns the requested set of core keybindings, with fallbacks if
        required.
        Keybindings loaded from the config file(s) are loaded _over_ these
        defaults, so if there is a problem getting any core binding there will
        be an 'ultimate last resort fallback' to the CUA-ish bindings
        defined here.
        s<Control-c>s<Control-C>s<<copy>>s<Control-x>s<Control-X>s<<cut>>s<Control-v>s<Control-V>s	<<paste>>s<Control-a>s<Home>s<<beginning-of-line>>s<Control-l>s<<center-insert>>s<Control-q>s<<close-all-windows>>s<Alt-F4>s<<close-window>>s<<do-nothing>>s<Control-d>s<<end-of-file>>s<F1>s<<python-docs>>s
<Shift-F1>s<<python-context-help>>s<Alt-n>s<<history-next>>s<Alt-p>s<<history-previous>>s<<interrupt-execution>>s<F6>s<<view-restart>>s<Control-F6>s<<restart-shell>>s<Alt-c>s<<open-class-browser>>s<Alt-m>s<<open-module>>s<Control-n>s<<open-new-window>>s<Control-o>s<<open-window-from-file>>s<Control-j>s<<plain-newline-and-indent>>s<Control-p>s<<print-window>>s<Control-y>s<<redo>>s<Escape>s<<remove-selection>>s
<Alt-Shift-S>s<<save-copy-of-window-as-file>>s<Alt-s>s<<save-window-as-file>>s<Control-s>s<<save-window>>s<Alt-a>s<<select-all>>s<Control-slash>s<<toggle-auto-coloring>>s<Control-z>s<<undo>>s<Control-g>s<F3>s<<find-again>>s<Alt-F3>s<<find-in-files>>s<Control-F3>s<<find-selection>>s<Control-f>s<<find>>s<Control-h>s<<replace>>s<Alt-g>s
<<goto-line>>s<Key-BackSpace>s<<smart-backspace>>s<Key-Return>s<Key-KP_Enter>s<<newline-and-indent>>s	<Key-Tab>s<<smart-indent>>s<Control-Key-bracketright>s<<indent-region>>s<Control-Key-bracketleft>s<<dedent-region>>s<Alt-Key-3>s<<comment-region>>s<Alt-Key-4>s<<uncomment-region>>s<Alt-Key-5>s<<tabify-region>>s<Alt-Key-6>s<<untabify-region>>s<Alt-Key-t>s<<toggle-tabs>>s<Alt-Key-u>s<<change-indentwidth>>s<Control-Key-BackSpace>s<<del-word-left>>s<Control-Key-Delete>s<<del-word-right>>s�
 Warning: configHandler.py - IdleConf.GetCoreKeys -
 problem retrieving key binding for event %r
 from key set %r.
 returning default value: %r
(RGR�RKRVR:R8(RR�tkeyBindingsR�R�R`((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�6s|	


















































c	Csg}|dkr"|jd}n%|dkr>|jd}n	td�|jd�}x�|D]�}|jd|dd�}|jd�dkr�d}d}n2tj|d�}|d	j�}|d
j�}|r]|r]|j	|||f�q]q]W|j
dd��|S(
s�Fetch 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;i����RxiitkeycSst|d�S(Ni(R(R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt<lambda>�s(R?R>RRRtfindtstringR�tstripR�R�(	RRcthelpSourcesRdRRR/tmenuItemthelpPath((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetExtraHelpSourceList�s&
	
	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-/usr/lib64/python2.7/idlelib/configHandler.pytGetAllExtraHelpSourcesList�scCs@x9|jj�D](}|j|j�|j|j�qWdS(s/
        load all configuration files.
        N(R>RGR!R?(RR�((s-/usr/lib64/python2.7/idlelib/configHandler.pyRB�scCs/x(|jj�D]}|j|j�qWdS(sH
        write all loaded user configuration files back to disk
        N(R?RGR<(RR�((s-/usr/lib64/python2.7/idlelib/configHandler.pytSaveUserCfgFiles�sN(RRR"R
RARLR#R�R$RaR0ReRrRkRyR{R�RR�R�R�R�R�R�R�R�R�R�R�RBR�(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR=�s6
			/			@		!	
								M	 	
	RCcCs�dG|GdGHx�|j�D]|}||j�}|GH|GHxY|D]Q}||j|�}|GH|GHx+|D]#}|GdG||j||�GHqkWqAWqWdS(Ns
t=(RGR(RR(R@R�R(RRR((s-/usr/lib64/python2.7/idlelib/configHandler.pytdumpCfg�s


RDRvRw(R"R1RKR�tidlelibRRRRt	ExceptionRRRR	R
R%R=tidleConfRR�R>R?R(((s-/usr/lib64/python2.7/idlelib/configHandler.pyt<module>s((Q��&