Hacked By AnonymousFox

Current Path : /opt/alt/python37/lib64/python3.7/idlelib/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/idlelib/__pycache__/configdialog.cpython-37.pyc

B

� fL��@s^dZddlZddlmZmZmZmZmZmZm	Z	m
Z
mZmZm
Z
mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZm Z ddl!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(m)Z)m*Z*m+Z+m,Z,ddl-m.Z/ddl0m1Z2ddlm3Z3ddl4m5Z5m6Z6ddl7m8Z8ddl9m:Z:dd	l;m<Z<dd
l=m>Z>m?Z?ddl@mAZAddlBmCZCdd
lDmEZEddlFmGZGddlHmIZIddlJmKZKddl@mLZLe6�ZMeCeEeGeIeKfZNGdd�de�ZOdaPGdd�de"�ZQGdd�de"�ZRGdd�de"�ZSGdd�de"�ZTGdd�d�ZUeU�ZVdZWd d!d"d#d$�ZXd%d&�ZYGd'd(�d(e"�ZZe[d)k�rZdd*l\m]Z]e]d+d,d-d.�dd/l^m_Z_e_eO�dS)0a�IDLE Configuration Dialog: support user customization of IDLE by GUI

Customize font faces, sizes, and colorization attributes.  Set indentation
defaults.  Customize keybindings.  Colorization and keybindings can be
saved as user defined sets.  Select startup options including shell/editor
and default window size.  Define additional help sources.

Note that tab width in IDLE is currently fixed at eight due to Tk issues.
Refer to comments in EditorWindow autoindent code for details.

�N)�Toplevel�Listbox�Scale�Canvas�	StringVar�
BooleanVar�IntVar�TRUE�FALSE�TOP�BOTTOM�RIGHT�LEFT�SOLID�GROOVE�NONE�BOTH�X�Y�W�E�EW�NS�NSEW�NW�
HORIZONTAL�VERTICAL�ANCHOR�ACTIVE�END)�Frame�
LabelFrame�Button�Checkbutton�Entry�Label�
OptionMenu�Notebook�Radiobutton�	Scrollbar�Style)�
messagebox)�idleConf�
ConfigChanges)�
GetKeysDialog)�
DynOptionMenu)�macosx)�SectionName�
HelpSource)�	view_text)�AutoComplete)�CodeContext)�
ParenMatch)�FormatParagraph)�Squeezer)�ScrollableTextFramecs�eZdZdZd%ddd�dd�Zdd�Zd	d
�Zdd�Zd
d�Zdd�Z	�fdd�Z
dd�Zdd�Zdd�Z
dd�Zdd�Zdd�Zdd �Zd!d"�Zd#d$�Z�ZS)&�ConfigDialogzConfig dialog for IDLE.
    �F)�_htest�_utestcCs�t�||�||_|ri|_|s(|��|jdd�|�|p>d�|��d}|��|s\dnd}|�	d|�d|���|�
�|jttd�|�
|�|�d	|j�|jj��t��|s�|��|��|��d
S)a�Show the tabbed dialog for user configuration.

        Args:
            parent - parent of this dialog
            title - string which is the title of this popup dialog
            _htest - bool, change box location when running htest
            _utest - bool, don't wait_window when running unittest

        Note: Focus set on font page fontlist.

        Methods:
            create_widgets
            cancel: Bound to DELETE_WINDOW protocol.
        �)�borderwidthzIDLE Preferences����+)�height�widthZWM_DELETE_WINDOWN)r�__init__�parent�
instance_dictZwithdraw�	configure�titleZwinfo_rootxZwinfo_rootyZgeometry�create_widgetsZ	resizabler
Z	transientZprotocol�cancel�fontpage�fontlistZ	focus_set�tracers�attachZgrab_setZwm_deiconifyZwait_window)�selfrGrJr<r=�x�y�rT�9/opt/alt/python37/lib64/python3.7/idlelib/configdialog.pyrF0s*
zConfigDialog.__init__cCs�t|�|_}t|�|_t||j�|_t|�|_t|�|_	|�
�|_|j|jdd�|j|jdd�|j|jdd�|j|j	dd�|j|jdd�|�
�|jtttd�|��jtd�d	S)
a�Create and place widgets for tabbed dialog.

        Widgets Bound to self:
            note: Notebook
            highpage: HighPage
            fontpage: FontPage
            keyspage: KeysPage
            genpage: GenPage
            extpage: self.create_page_extensions

        Methods:
            create_action_buttons
            load_configs: Load pages except for extensions.
            activate_config_changes: Tell editors to reload.
        z
Fonts/Tabs)�text�
Highlightsz Keys z	 General Z
Extensions)�side�expand�fill)rXN)r'�note�HighPage�highpage�FontPagerM�KeysPageZkeyspage�GenPageZgenpage�create_page_extensionsZextpage�addZenable_traversal�packrr	r�create_action_buttonsr)rQr[rTrTrUrK`s



zConfigDialog.create_widgetscCs�t��ri}nddi}t|dd�}t|dd�}i|_xbd|jfd|jfd|jfd|jffD]:\}}t|f||t	d	�|��|j|<|j|j
td
d�qZWt|ddd
�j
td�|j
t
d�|S)a�Return frame of action buttons for dialog.

        Methods:
            ok
            apply
            cancel
            help

        Widget Structure:
            outer: Frame
                buttons: Frame
                    (no assignment): Button (ok)
                    (no assignment): Button (apply)
                    (no assignment): Button (cancel)
                    (no assignment): Button (help)
                (no assignment): Frame
        �padding)���)reZOkZApplyZCancelZHelp)rV�command�	takefocusr>)rX�padxr)rDr?)rX)r0ZisAquaTkr Zbuttons�ok�applyrL�helpr"r
rcrrr)rQZpadding_argsZouterZ
buttons_frameZtxt�cmdrTrTrUrds"
z"ConfigDialog.create_action_buttonscCs|��|��dS)zvApply config changes, then dismiss dialog.

        Methods:
            apply
            destroy: inherited
        N)rm�destroy)rQrTrTrUrl�szConfigDialog.okcCs$|��t��|��|��dS)z�Apply config changes and leave dialog open.

        Methods:
            deactivate_current_config
            save_all_changed_extensions
            activate_config_changes
        N)�deactivate_current_config�changes�save_all�save_all_changed_extensions�activate_config_changes)rQrTrTrUrm�szConfigDialog.applycCst��|��dS)zPDismiss config dialog.

        Methods:
            destroy: inherited
        N)rr�clearrp)rQrTrTrUrL�szConfigDialog.cancelcs&|jj�dd�a|��t���dS)Nz1.0�end)rM�font_sample�get�font_sample_textZgrab_release�superrp)rQ)�	__class__rTrUrp�szConfigDialog.destroycCs8|jj|j��dd���}t|dtt�|d�d�dS)z�Create textview for config dialog help.

        Attributes accessed:
            note
        Methods:
            view_text: Method from textview module.
        rV)ZoptionzHelp for IDLE preferencesr;)rJ�contentsN)r[ZtabZselect�stripr3�help_common�
help_pagesry)rQZpagerTrTrUrn�szConfigDialog.helpcCs&|jj��}x|D]}|��qWdS)z�Remove current key bindings.
        Iterate over window instances defined in parent and remove
        the keybindings.
        N)rGrH�keysZRemoveKeybindings)rQ�
win_instances�instancerTrTrUrq�s
z&ConfigDialog.deactivate_current_configcCsd|jj��}x<|D]4}|��|��|��|��|��|��qWxt	D]}|�
�qPWdS)z�Apply configuration changes to current windows.

        Dynamically update the current parent window instances
        with some of the configuration changes.
        N)rGrHr�ZResetColorizerZ	ResetFontZset_notabs_indentwidthZApplyKeybindingsZreset_help_menu_entriesZupdate_cursor_blink�reloadables�reload)rQr�r��klassrTrTrUru�s

z$ConfigDialog.activate_config_changescCsh|j}t|j�}tjd|_tjd|_|�t	�|_	|�
�t|�|_|j
ddd�|jddd�t||jdd�|_|j�d|j�t||jjd	�}|j|j_t|d
d
d�|_|jjdddd
�|jdddd
�|jjdddddgd�|jdd�i|_d|_||_|j|_d}x.t|j �D] }|�!|�|d|d}�qW|j�|�|j�"d�|�d�|S)a7Part of the config dialog used for configuring IDLE extensions.

        This code is generic - it works for any and all IDLE extensions.

        IDLE extensions save their configuration options using idleConf.
        This code reads the current configuration using idleConf, supplies a
        GUI interface to change the configuration values, and saves the
        changes using idleConf.

        Not all changes take effect immediately - some may require restarting IDLE.
        This depends on each extension's implementation.

        All values are treated as text, and it is up to the user to supply
        reasonable values. The only exception to this are the 'enable*' options,
        which are boolean, and can be toggled with a True/False button.

        Methods:
            load_extensions:
            extension_selected: Handle selection from list.
            create_extension_frame: Hold widgets for one extension.
            set_extension_value: Set in userCfg['extensions'].
            save_all_changed_extensions: Call extension page Save().
        �
extensionsr�)�weightrhZbrowse)ZlistvariableZ
selectmodez<<ListboxSelect>>)ri�)rErDZnws)�column�row�sticky�ns�nsew�
)r�r�r�rk)reNr;�{z} )#rGr r[r,�
defaultCfg�ext_defaultCfg�userCfg�ext_userCfg�register�is_int�load_extensionsrZextension_names�rowconfigure�columnconfigurer�extension_list�bind�extension_selectedr)�yview�set�yscrollcommandr!�
details_frame�gridrI�config_frame�current_extensionZ
outerframeZtabbed_page_set�sortedr��create_extension_frameZ
selection_set)rQrG�frameZscrollZ	ext_names�ext_namerTrTrUra�s>





z#ConfigDialog.create_page_extensionsc

Cs^i|_xtjdd�D]}g|j|<qW�x0|jD�]$}t|j�|��}dd�|D�}x|D]}|�|�qZW||}x�|D]�}|jj||dd�}yddd�|}d}WnBtk
r�yt	|�}d	}Wnt
k
r�|}d
}YnXYnXy|jj|||d|d�}Wnt
k
�r|}YnXt|�}	|	�
t|��|j|�|||||	d��qzWq0Wd
S)
zAFill self.extensions with data from the default and user configs.F)Zactive_onlycSsg|]}|�d�r|�qS)Zenable)�
startswith)�.0�opt_namerTrTrU�
<listcomp>>sz0ConfigDialog.load_extensions.<locals>.<listcomp>T)�raw)�True�False�bool�intN)�typer��default)�namer�r��value�var)r�r,Z
GetExtensionsr�r�Z
GetOptionList�remove�Get�KeyErrorr��
ValueErrorr�rr��str�append)
rQr�Zopt_listZenablesr�Zdef_strZdef_objZopt_typer�r�rTrTrUr�3sF


zConfigDialog.load_extensionscCs�|j��}|r|j�|�}|dks,||jkrV|jrV|jjdd�|j|j��d|_|r�|jj|d�|j|jdddd�||_dS)z/Handle selection of an extension from the list.Nr;)rVrr�)r�r�r�)	r��curselectionryr�r��configr�Zgrid_forgetr�)rQ�eventZnewselrTrTrUr�as
zConfigDialog.extension_selectedcCs�t|jddd�}||j|<|j}x�t|j|�D]�\}}t||dd�}|j|dtd�|d}|dd	kr�t	||d
ddd
�j|dt
dd�q0|ddkr�t||d|jdfdd�j|dt
dd�q0t||dd�j|dt
dd�q0WdS)z=Create a frame holding the widgets to configure one extensionr�)rDrEr�)rVr)r�r�r�r�r�r�r�r��)�variable�onvalue�offvaluerEr��)r�r�r�rkr��keyz%Pr�)�textvariable�validate�validatecommandrE�)r�rEN)�VerticalScrolledFramer�r��interior�	enumerater�r%r�rr#rr$r�r)rQr��fZ
entry_arear��optZlabelr�rTrTrUr�ps$
z#ConfigDialog.create_extension_framecCsX|d}|d}|d����p"|}|d�|�||krH|j�||�S|j�|||�S)z�Return True if the configuration was added or changed.

        If the value is the same as the default, then remove it
        from user config file.
        r�r�r�)ryr~r�r�ZRemoveOption�	SetOption)rQZsectionr�r�r�r�rTrTrU�set_extension_value�sz ConfigDialog.set_extension_valuecCsNd}x6|jD],}|j|}x|D]}|�||�r d}q WqW|rJ|j��dS)z�Save configuration changes to the user config file.

        Attributes accessed:
            extensions

        Methods:
            set_extension_value
        FTN)r�r�r�ZSave)rQZhas_changesr�Zoptionsr�rTrTrUrt�s	

z(ConfigDialog.save_all_changed_extensions)r;)�__name__�
__module__�__qualname__�__doc__rFrKrdrlrmrLrprnrqrurar�r�r�r�rt�
__classcell__rTrT)r|rUr:,s"0(

	>.r:u^<ASCII/Latin1>
AaBbCcDdEeFfGgHhIiJj
1234567890#:+=(){}[]
¢£¥§©«®¶½ĞÀÁÂÃÄÅÇÐØß

<IPA,Greek,Cyrillic>
ɐɕɘɞɟɤɫɮɰɷɻʁʃʆʎʞʢʫʭʯ
ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκ
БбДдЖжПпФфЧчЪъЭэѠѤѬӜ

<Hebrew, Arabic>
אבגדהוזחטיךכלםמןנסעף
ابجدهوزحطي٠١٢٣٤٥٦٧٨٩

<Devanagari, Tamil>
०१२३४५६७८९अआइईउऊएऐओऔ
௦௧௨௩௪௫௬௭௮௯அஇஉஎ

<East Asian>
〇一二三四五六七八九
汉字漢字人木火土金水
가냐더려모뵤수유즈치
あいうえおアイウエオ
csVeZdZ�fdd�Zdd�Zdd�Zdd�Zd	d
�Zddd
�Zdd�Z	dd�Z
�ZS)r^cs0t��|�|j|_|��|��|��dS)N)r{rF�highlight_sample�create_page_font_tab�
load_font_cfg�load_tab_cfg)rQ�masterr])r|rTrUrF�s
zFontPage.__init__cCs�t�t|�|j�|_t�t|�|j�|_t�t|�|j�|_t�t|�d�|_	t
|dtdd�}t
|dtdd�}t
|dtdd�}t|�}t|�}t
|tdd�}t|d	d
td�|_|j�d|j�|j�d
|j�|j�d|j�t|�}|j|jjd�|jj|jd�t
|dd�}t||jd�|_t||jdddd�|_t|�}	|	j|_|jjtddd�|j� t!t"�t
|tdd�}
t#||j	ddddd�|_$|j%ddd�|j&ddd�|j'ddddd�|j'ddd ddd!d"�|j'ddddd#d$�|j(t)ddt*d%�|j(t)ddt*d%�|j(t)t+d&�|jj(tt,t*d'�|j(tt-d(�|j(tt+d&�|jj(tt+d&�|jj(tt+d)d*�|	j(t,t.d+�|
j(t)t+dd*�|j$j(t)dt*d,�dS)-a�Return frame of widgets for Font/Tabs tab.

        Fonts: Enable users to provisionally change font face, size, or
        boldness and to see the consequence of proposed choices.  Each
        action set 3 options in changes structuree and changes the
        corresponding aspect of the font sample on this page and
        highlight sample on highlight page.

        Function load_font_cfg initializes font vars and widgets from
        idleConf entries and tk.

        Fontlist: mouse button 1 click or up or down key invoke
        on_fontlist_select(), which sets var font_name.

        Sizelist: clicking the menubutton opens the dropdown menu. A
        mouse button 1 click or return key sets var font_size.

        Bold_toggle: clicking the box toggles var font_bold.

        Changing any of the font vars invokes var_changed_font, which
        adds all 3 font options to changes and calls set_samples.
        Set_samples applies a new font constructed from the font vars to
        font_sample and to highlight_sample on the highlight page.

        Tabs: Enable users to change spaces entered for indent tabs.
        Changing indent_scale value with the mouse sets Var space_num,
        which invokes the default callback to add an entry to
        changes.  Load_tab_cfg initializes space_num to default.

        Widgets for FontPage(Frame):  (*) widgets bound to self
            frame_font: LabelFrame
                frame_font_name: Frame
                    font_name_title: Label
                    (*)fontlist: ListBox - font_name
                    scroll_font: Scrollbar
                frame_font_param: Frame
                    font_size_title: Label
                    (*)sizelist: DynOptionMenu - font_size
                    (*)bold_toggle: Checkbutton - font_bold
            frame_sample: LabelFrame
                (*)font_sample: Label
            frame_indent: LabelFrame
                    indent_title: Label
                    (*)indent_scale: Scale - space_num
        )�main�Indentz
num-spacesrhz Shell/Editor Font )r?�reliefrVz Font Sample (Editable) z Indentation Width zFont Face :)ZjustifyrVr�T)rDrj�exportselectionz<ButtonRelease-1>z<KeyRelease-Up>z<KeyRelease-Down>)ri)r�zSize :)rVNr�rZBold)r�r�r�rV)�wraprErDzPython Standard: 4 Spaces!Z
horizontal�)r��orientZtickintervalZfrom_�to)r�r>)r�r�rk�padyrgr�)r�r�Zrowspanrkr�r�Zew)r�r�rkr�r�)rXrkr�rZ)rX�anchor)rXrYrZ)rXrZr@)rXr�rk)rYrZ)rXrkrZ)/rOrbr�var_changed_font�	font_name�	font_sizer�	font_boldr�	space_numr!rr r%rrr
rNr��on_fontlist_selectr)r�r�r�r/�sizelistr#Zbold_toggler9rVrxr�insertrrzrZindent_scaler�r�r�rcrrrr	rr)rQZ
frame_fontZframe_sampleZframe_indentZframe_font_nameZframe_font_paramZfont_name_titleZscroll_fontZfont_size_titleZfont_sample_frameZindent_titlerTrTrUr��sn.zFontPage.create_page_font_tabc	Cs�t�|dd�}|d��}|d}|ddk}ttt�|���}x|D]}|j�t	|�qFW|j
�|�dd�|D�}y>|�|�}|j�|�|j�
|�|j�|�|j�|�Wntk
r�YnX|j�d	|�|j�|�|��d
S)aLoad current configuration settings for the font options.

        Retrieve current font with idleConf.GetFont and font families
        from tk. Setup fontlist and set font_name.  Setup sizelist,
        which sets font_size.  Set font_bold.  Call set_samples.
        r��EditorWindowrr�rhZboldcSsg|]}|���qSrT)�lower)r��srTrTrUr�fsz*FontPage.load_font_cfg.<locals>.<listcomp>)�7�8�9�10�11�12�13�14�16Z18Z20Z22Z25Z29Z34Z40N)r,ZGetFontr�r�r��tkFontZfamiliesrNr�rr��index�see�
select_set�
select_anchorZactivater�r��SetMenur��set_samples)	rQZconfigured_fontr�r�r�Zfonts�fontZlc_fontsZcurrent_font_indexrTrTrUr�Us*

zFontPage.load_font_cfgcGsZ|j��}t�ddd|�|j��}t�ddd|�|j��}t�ddd|�|��dS)z�Store changes to font attributes.

        When one font attribute changes, save them all, as they are
        not independent from each other. In particular, when we are
        overriding the default font, we need to write out everything.
        r�r�rz	font-sizez	font-boldN)r�ryrr�
add_optionr�r�r�)rQ�paramsr�rTrTrUr�ws


zFontPage.var_changed_fontcCs0|j�|jjdkrtnt�}|j�|���dS)z�Handle selecting a font from the list.

        Event can result from either mouse click or Up or Down key.
        Set font_name and example displays to selection.
        Z
KeyReleaseN)	rNryr�r�rrr�r�r�)rQr�rrTrTrUr��szFontPage.on_fontlist_selectNcCsH|j��}|j��rtjntj}||j��|f}||jd<||jd<dS)z�Update update both screen samples with the font settings.

        Called on font initialization and change events.
        Accesses font_name, font_size, and font_bold Variables.
        Updates font_sample and highlight page highlight_sample.
        rN)	r�ryr�r�ZBOLDZNORMALr�rxr�)rQr�r�Zfont_weightZnew_fontrTrTrUr��s


zFontPage.set_samplescCs$tjdddddd�}|j�|�dS)z�Load current configuration settings for the tab options.

        Attributes updated:
            space_num: Set to value from idleConf.
        r�r�z
num-spaces�r�)r�r�N)r,�	GetOptionr�r�)rQr�rTrTrUr��szFontPage.load_tab_cfgcGs|j��}t�ddd|�dS)z!Store change to indentation size.r�r�z
num-spacesN)r�ryrrr)rQrr�rTrTrU�var_changed_space_num�s
zFontPage.var_changed_space_num)N)r�r�r�rFr�r�r�r�r�r�rr�rTrT)r|rUr^�sp"


r^cs�eZdZ�fdd�Zdd�Zdd�Zdd�Zd	d
�Zdd�Zd
d�Z	dd�Z
dd�Zdd�Zdd�Z
dd�Zdd�Zdd�Zdd�Zdd �Zd!d"�Zd#d$�Zd%d&�Zd'd(�Zd)d*�Z�ZS)+r\cs2t��|�|j|_t|�|_|��|��dS)N)r{rFr��cdr*�style�create_page_highlight�load_theme_cfg)rQr�)r|rTrUrF�s

zHighPage.__init__cs2ddddddddd	d
ddd
dddd��_t�t���j��_t�t���j��_t���_	t�t���j
��_t�t���j��_
t�t���j��_t�dtdd�}t�dtdd�}t|tdd�}|j}�_|jddddtdtd�|�ddd��|�dd d��d!}x |D]\}}|�t||��qWt|�d"t����}x>td|�D]0}	|�|	�d#�|	tt |���d$��d%�d&��qNWx8�jD].}
|
f�fd'd(�	}|�!�j|
dd)|��q�Wd*|d+<�j"jd,dd-d.�t#|d,d/��_$t#|�}t%�j$d0�j&d1��_'t(�j$�jd2dd3��_)t*|�j	dd4�j+d5��_,t*|�j	dd6�j+d5��_-�j	�.d�t%|d7�j/d1��_0t1|d8d9�}
t*|�j
d�j2d:d;��_3t*|�j
d�j2d<d;��_4t(|�jd2d2d=��_5t(|�jd2d2d=��_6t%|d>�j7d1��_8t1|dd?��_9|j:t;d@d@t<t=dA�|j:t>d@d@t?dB��j$j:t>d@d@t?dB�|j:t>d@ddC�|j:t>d@d@t<t=dA��j'j:t>t<t?dDdEdF��j)j:t>t<t?dDdGdF��j,j:t;t@dH��j-j:tAtBdH��j0j:tCt?d@d@dI�|
j:t>tBd@d@dJ��j3j:t>tBd@dK��j4j:t>tBd@ddJ��j5j:t>t?d@d@dI��j6j:t>t?tBd@d@dL��j8j:t>t?d@d@dI��j9j:t>t?d@dM�d2S)Na�Return frame of widgets for Highlighting tab.

        Enable users to provisionally change foreground and background
        colors applied to textual tags.  Color mappings are stored in
        complete listings called themes.  Built-in themes in
        idlelib/config-highlight.def are fixed as far as the dialog is
        concerned. Any theme can be used as the base for a new custom
        theme, stored in .idlerc/config-highlight.cfg.

        Function load_theme_cfg() initializes tk variables and theme
        lists and calls paint_theme_sample() and set_highlight_target()
        for the current theme.  Radiobuttons builtin_theme_on and
        custom_theme_on toggle var theme_source, which controls if the
        current set of colors are from a builtin or custom theme.
        DynOptionMenus builtinlist and customlist contain lists of the
        builtin and custom themes, respectively, and the current item
        from each list is stored in vars builtin_name and custom_name.

        Function paint_theme_sample() applies the colors from the theme
        to the tags in text widget highlight_sample and then invokes
        set_color_sample().  Function set_highlight_target() sets the state
        of the radiobuttons fg_on and bg_on based on the tag and it also
        invokes set_color_sample().

        Function set_color_sample() sets the background color for the frame
        holding the color selector.  This provides a larger visual of the
        color for the current tag and plane (foreground/background).

        Note: set_color_sample() is called from many places and is often
        called more than once when a change is made.  It is invoked when
        foreground or background is selected (radiobuttons), from
        paint_theme_sample() (theme is changed or load_cfg is called), and
        from set_highlight_target() (target tag is changed or load_cfg called).

        Button delete_custom invokes delete_custom() to delete
        a custom theme from idleConf.userCfg['highlight'] and changes.
        Button save_custom invokes save_as_new_theme() which calls
        get_new_theme_name() and create_new() to save a custom theme
        and its colors to idleConf.userCfg['highlight'].

        Radiobuttons fg_on and bg_on toggle var fg_bg_toggle to control
        if the current selected color for a tag is for the foreground or
        background.

        DynOptionMenu targetlist contains a readable description of the
        tags applied to Python source within IDLE.  Selecting one of the
        tags from this list populates highlight_target, which has a callback
        function set_highlight_target().

        Text widget highlight_sample displays a block of text (which is
        mock Python code) in which is embedded the defined tags and reflects
        the color attributes of the current theme and changes for those tags.
        Mouse button 1 allows for selection of a tag and updates
        highlight_target with that tag value.

        Note: The font in highlight_sample is set through the config in
        the fonts tab.

        In other words, a tag can be selected either from targetlist or
        by clicking on the sample text within highlight_sample.  The
        plane (foreground/background) is selected via the radiobutton.
        Together, these two (tag and plane) control what color is
        shown in set_color_sample() for the current theme.  Button set_color
        invokes get_color() which displays a ColorChooser to change the
        color for the selected tag/plane.  If a new color is picked,
        it will be saved to changes and the highlight_sample and
        frame background will be updated.

        Tk Variables:
            color: Color of selected target.
            builtin_name: Menu variable for built-in theme.
            custom_name: Menu variable for custom theme.
            fg_bg_toggle: Toggle for foreground/background color.
                Note: this has no callback.
            theme_source: Selector for built-in or custom theme.
            highlight_target: Menu variable for the highlight tag target.

        Instance Data Attributes:
            theme_elements: Dictionary of tags for text highlighting.
                The key is the display name and the value is a tuple of
                (tag name, display sort order).

        Methods [attachment]:
            load_theme_cfg: Load current highlight colors.
            get_color: Invoke colorchooser [button_set_color].
            set_color_sample_binding: Call set_color_sample [fg_bg_toggle].
            set_highlight_target: set fg_bg_toggle, set_color_sample().
            set_color_sample: Set frame background to target.
            on_new_color_set: Set new color and add option.
            paint_theme_sample: Recolor sample.
            get_new_theme_name: Get from popup.
            create_new: Combine theme with changes and save.
            save_as_new_theme: Save [button_save_custom].
            set_theme_type: Command for [theme_source].
            delete_custom: Activate default [button_delete_custom].
            save_new: Save to userCfg['theme'] (is function).

        Widgets of highlights page frame:  (*) widgets bound to self
            frame_custom: LabelFrame
                (*)highlight_sample: Text
                (*)frame_color_set: Frame
                    (*)button_set_color: Button
                    (*)targetlist: DynOptionMenu - highlight_target
                frame_fg_bg_toggle: Frame
                    (*)fg_on: Radiobutton - fg_bg_toggle
                    (*)bg_on: Radiobutton - fg_bg_toggle
                (*)button_save_custom: Button
            frame_theme: LabelFrame
                theme_type_title: Label
                (*)builtin_theme_on: Radiobutton - theme_source
                (*)custom_theme_on: Radiobutton - theme_source
                (*)builtinlist: DynOptionMenu - builtin_name
                (*)customlist: DynOptionMenu - custom_name
                (*)button_delete_custom: Button
                (*)theme_message: Label
        )�normalZ00)�contextZ01)�keywordZ02)�
definitionZ03)�builtinZ04)�commentZ05)�stringZ06)�hiliteZ07)�hitZ08)�cursorZ09)�breakr�)�consoler�)�errorr�)�stdoutr�)�stderrr�)�
linenumberr�)zNormal Code or TextzCode ContextzPython KeywordszPython DefinitionszPython BuiltinszPython CommentszPython Stringsz
Selected Textz
Found Text�CursorzEditor BreakpointzShell Promptz
Error TextzShell User OutputzShell User ExceptionzLine Numberrhz Custom Highlighting )r?r�rVz Highlighting Theme r�)r�r?)Zcourier�r;Zhand2r)rrrErDrj�highlightthicknessr�z<Double-Button-1>cSsdS)NrrT)�erTrTrU�<lambda>X�z0HighPage.create_page_highlight.<locals>.<lambda>z<B1-Motion>cSsdS)NrrT)rrTrTrUrYr)")z# Click selects item.r)�
r
)zcode context sectionr)r r
)z| cursorr)r r
)�defr)� r
)�funcr
)z(param):
  r
)z"Return None."r)z

  var0 = r
)z'string'r)z

  var1 = r
)z
'selected'r)z

  var2 = r
)z'found'r)z

  var3 = r
)�listr)�(r
)�Noner)z)
r
)z  breakpoint("line")r)z

r
)z>>>r)z	 3.14**2
r
)z9.8596r)r r
)z>>>r)z pri r
)�nr)zt(
r
)�SyntaxErrorr)r r
z1.0z.0�dr"rcs�j�|�dS)N)�highlight_targetr�)r��elem)rQrTrU�temtsz+HighPage.create_page_highlight.<locals>.temz<ButtonPress-1>�disabled�statezframe_color_set.TFrameZsolid)r?r�)rzChoose Color for :)rVriN)rZ
Foreground)r�r�rVriZ
BackgroundzSave as New Custom Themez	Select : )rVza Built-in Theme)r�r�rirVza Custom Theme)rizDelete Custom Theme)r?r>)rXrkr�rYrZ)rXrkr�rZ)rXrkr�r�r)rXrYrZrkr�rg)rXr�)rXrZrkr�)rXr�rkr�)rXr�rk)rXrZr�rkr�)rXrZr�)D�theme_elementsrOrbr�var_changed_builtin_name�builtin_name�var_changed_custom_name�custom_namer�fg_bg_toggle�var_changed_color�color�var_changed_theme_source�theme_source�var_changed_highlight_targetr*r!rr9rrVr�rIr
rr�r�r�lenry�
splitlines�ranger�Ztag_bindrr �frame_color_setr"�	get_colorZbutton_set_colorr/�
targetlistr(�set_color_sample_binding�fg_on�bg_onr��save_as_new_themeZbutton_save_customr%�set_theme_typeZbuiltin_theme_on�custom_theme_on�builtinlist�
customlist�
delete_custom�button_delete_custom�
theme_messagercrr	rrrrr
rr)rQ�frame_customZframe_themeZsample_framerVZstring_tagsr�tagZn_lines�lineno�elementr,Zframe_fg_bg_toggleZtheme_type_titlerT)rQrUr�s�v




zHighPage.create_page_highlightc	s.�j�tjdddddd��t��}�j��r�t�dd�}|���j�	||�t�dd�}|��|s��j
�d	��j�d
�qވj
�	||d�nHt�dd�}|���j
�	||�t�dd�}|���j�	||d����t�j���}|j�fdd
�d��j�	||d�������dS)a�Load current configuration settings for the theme options.

        Based on the theme_source toggle, the theme is set as
        either builtin or custom and the initial widget values
        reflect the current settings from idleConf.

        Attributes updated:
            theme_source: Set from idleConf.
            builtinlist: List of default themes from idleConf.
            customlist: List of custom themes from idleConf.
            custom_theme_on: Disabled if there are no custom themes.
            custom_theme: Message with additional information.
            targetlist: Create menu from self.theme_elements.

        Methods:
            set_theme_type
            paint_theme_sample
            set_highlight_target
        r��Themer�r�r�)r�r��	highlight�user)r-z- no custom themes -rcs�j|dS)Nr�)r/)rR)rQrTrUr�rz)HighPage.load_theme_cfg.<locals>.<lambda>)r�N)r8r�r,rZCurrentThemery�GetSectionList�sortrFr�rEr.r3rGrDr$r/r�r?�paint_theme_sample�set_highlight_target)rQ�current_option�	item_listZtheme_namesrT)rQrUr	�s2

zHighPage.load_theme_cfgcGs�d}|j��}||krXt�ddd�|kr<t�ddd|d�t�ddd|�d|jd<n*t�ddd|�t�dddd	�d	|jd<|��d
S)z�Process new builtin theme selection.

        Add the changed theme's name to the changed_items and recreate
        the sample with the values from the selected theme.
        )zIDLE ClassiczIDLE Newr�rOr�r�name2zNew theme, see HelprVr;N)r1ryr,rrrrrJrT)rQrZ
old_themesr�rTrTrUr0�s

z!HighPage.var_changed_builtin_namecGs.|j��}|dkr*t�ddd|�|��dS)z�Process new custom theme selection.

        If a new custom theme is selected, add the name to the
        changed_items and apply the theme to the sample.
        z- no custom themes -r�rOr�N)r3ryrrrrT)rQrr�rTrTrUr2�s
z HighPage.var_changed_custom_namecGs4|j��}t�ddd|�|r(|��n|��dS)z�Process toggle between builtin and custom theme.

        Update the default toggle value and apply the newly
        selected theme type.
        r�rOr�N)r8ryrrrr0r2)rQrr�rTrTrUr7s


z!HighPage.var_changed_theme_sourcecGs|��dS)zProcess change to color choice.N)�on_new_color_set)rQrrTrTrUr5szHighPage.var_changed_colorcGs|��dS)z5Process selection of new target tag for highlighting.N)rU)rQrrTrTrUr9sz%HighPage.var_changed_highlight_targetcCs\|j��r,d|jd<d|jd<|j�d�n,d|jd<|j�d�d|jd<|j�d�dS)a�Set available screen options based on builtin or custom theme.

        Attributes accessed:
            theme_source

        Attributes updated:
            builtinlist
            customlist
            button_delete_custom
            custom_theme_on

        Called from:
            handler for builtin_theme_on and custom_theme_on
            delete_custom
            create_new
            load_theme_cfg
        r
r.r-)r-)z	!disabledN)r8ryrFrGrIr.rE)rQrTrTrUrDs




zHighPage.set_theme_typecCs�|j��}|j�|jdd�}tj|d||d�\}}|r�||kr�|j��rzd}|�|�}|sbdS|�	|�|j
�|�n|j
�|�dS)a�Handle button to select a new color for the target tag.

        If a new color is selected while using a builtin theme, a
        name must be supplied to create a custom theme.

        Attributes accessed:
            highlight_target
            frame_color_set
            theme_source

        Attributes updated:
            color

        Methods:
            get_new_theme_name
            create_new
        r�
backgroundzPick new color for : )rGrJZinitialcolorz_Your changes will be saved as a new Custom Theme. Enter a name for your new Custom Theme below.N)r*ryr�lookupr=�tkColorChooserZaskcolorr8�get_new_theme_name�
create_newr6r�)rQ�targetZ
prev_colorZ	rgbTupletZcolor_string�message�	new_themerTrTrUr>8s



zHighPage.get_colorcCs~|j��}|jjd|d�|j��r(dnd}|j|j��d}|jj|f||i�|j	��}|d|}t
�d|||�dS)	z4Display sample of new color selection on the dialog.zframe_color_set.TFrame)rZ�
foregroundrZr�-rPN)r6ryrrIr4r/r*r��
tag_configr3rrr)rQZ	new_color�planeZsample_element�themeZ
theme_elementrTrTrUrY^s

zHighPage.on_new_color_setcCs,t�dd�t�dd�}t|d||�j}|S)z*Return name of new theme from query popup.rQrPr�zNew Custom Theme)r,rRr1�result)rQr`�
used_namesrarTrTrUr]is

zHighPage.get_new_theme_namecCs|�d�}|r|�|�dS)z�Prompt for new theme name and create the theme.

        Methods:
            get_new_theme_name
            create_new
        zNew Theme Name:N)r]r^)rQ�new_theme_namerTrTrUrCqs
zHighPage.save_as_new_themecCs�|j��rd}|j��}nd}|j��}t�||�}|tdkrftd|}x|D]}||||<qRW|�||�t�dd�}|�	�|j
�||�|j�d�|�
�dS)a�Create a new custom theme with the given name.

        Create the new theme based on the previously active theme
        with the current changes applied.  Once it is saved, then
        activate the new theme.

        Attributes accessed:
            builtin_name
            custom_name

        Attributes updated:
            customlist
            theme_source

        Method:
            save_new
            set_theme_type
        r�rQrPrN)r8ryr1r3r,ZGetThemeDictrr�save_newrRrSrGr�r�rD)rQriZ
theme_type�
theme_nameraZ
theme_changesrNZcustom_theme_listrTrTrUr^|s 


zHighPage.create_newcCsd|j��dkr4|j�d�|j�d�|j�d�n$|j�d�|j�d�|j�d�|��dS)ahSet fg/bg toggle and color based on highlight tag target.

        Instance variables accessed:
            highlight_target

        Attributes updated:
            fg_on
            bg_on
            fg_bg_toggle

        Methods:
            set_color_sample

        Called from:
            var_changed_highlight_target
            load_theme_cfg
        r)r-r�)z	!disabledN)r*ryrAr.rBr4r��set_color_sample)rQrTrTrUrU�szHighPage.set_highlight_targetcGs|��dS)zrChange color sample based on foreground/background toggle.

        Methods:
            set_color_sample
        N)rl)rQ�argsrTrTrUr@�sz!HighPage.set_color_sample_bindingcCsH|j|j��d}|j��r"dnd}|j�||�}|jjd|d�dS)aSet the color of the frame background to reflect the selected target.

        Instance variables accessed:
            theme_elements
            highlight_target
            fg_bg_toggle
            highlight_sample

        Attributes updated:
            frame_color_set
        rrbrZzframe_color_set.TFrame)rZN)r/r*ryr4r�Ztag_cgetrrI)rQrLrer6rTrTrUrl�s
zHighPage.set_color_samplecCs�|j��r|j��}n
|j��}x�|jD]�}|j|d}t�||�}|dkrbt�|d�d|d<|tdkr�td|}|d|kr�||d|d<|d|kr�||d|d<|jj	|f|�q(W|�
�d	S)
a�Apply the theme colors to each element tag in the sample text.

        Instance attributes accessed:
            theme_elements
            theme_source
            builtin_name
            custom_name

        Attributes updated:
            highlight_sample: Set the tag elements to the theme.

        Methods:
            set_color_sample

        Called from:
            var_changed_builtin_name
            var_changed_custom_name
            load_theme_cfg
        rrr
rZrPz-foregroundrbz-backgroundN)r8ryr1r3r/r,ZGetHighlightrrr�rdrl)rQrfZ
element_titlerNZcolorsZ
theme_dictrTrTrUrT�s"

zHighPage.paint_theme_samplecCs>tjd�|�x(|D] }||}tjd�|||�qWdS)z�Save a newly created theme to idleConf.

        theme_name - string, the name of the new theme
        theme - dictionary containing the new theme
        rPN)r,r��
AddSectionr�)rQrkrfrNr�rTrTrUrjs
zHighPage.save_newcOstj||�S)N)r+�askyesno)rQrm�kwargsrTrTrUro
szHighPage.askyesnocCs�|j��}d}|jd|||d�s&dS|j��t�d|�t�dd�}|�	�|sp|j
�d�|j�
|d�n|j�
||d	�|j�tjd
�dd��|j�tjd
�dd
��t��|j��|j��|��dS)a!Handle event to delete custom theme.

        The current theme is deactivated and the default theme is
        activated.  The custom theme is permanently removed from
        the config file.

        Attributes accessed:
            custom_name

        Attributes updated:
            custom_theme_on
            customlist
            theme_source
            builtin_name

        Methods:
            deactivate_current_config
            save_all_changed_extensions
            activate_config_changes
            set_theme_type
        z.Are you sure you wish to delete the theme %r ?zDelete Theme)rGNrPrQ)r-z- no custom themes -rr�rOr�r�)r3ryrorrqrr�delete_sectionr,rRrSrEr.rGr�r8r�r�r�r1rsrtrurD)rQrk�delmsgrWrTrTrUrHs&



zHighPage.delete_custom)r�r�r�rFrr	r0r2r7r5r9rDr>rYr]rCr^rUr@rlrTrjrorHr�rTrT)r|rUr\�s.4
&((r\cs�eZdZ�fdd�Zdd�Zdd�Zdd�Zd	d
�Zdd�Zd
d�Z	dd�Z
dd�Zdd�Zdd�Z
dd�Zdd�Zdd�Zedd��Zdd �Zd!d"�Z�ZS)#r_cs(t��|�|j|_|��|��dS)N)r{rFr�r�create_page_keys�load_key_cfg)rQr�)r|rTrUrFCszKeysPage.__init__cs"t�t|�|j�|_t�t|�|j�|_t�t|�|j�|_	t�t|�|j
�|_t|dt
dd�}t|dt
dd��t|�}t|dd�}t|�}t|td�}t|ttd�|_|j�d	|j�|jj|d
<|jj|d
<|j|jd<|j|jd<t|d
|jdd�|_�fdd�td�D�}t|d|j	d|jdd�|_ t|d|j	d|jdd�|_!t"|d|jddd�|_#t"|d|jddd�|_$t|dd|j%d�|_&t|dd|j'd�|_(t|ddd�|_)|j*t+ddt,t-d��j*t+ddt-d�|jj*t+t.ddd �|j*t/ddt,t-d�|j0ddd!�|j1ddd!�|j2dddt3d"�|jj2ddt4d#�|j2ddt5d#�|j2ddt6d#�|j j2ddt3t5d#�|j!j2ddt3t5d#�|j#j2ddt4d#�|j$j2ddt4d#�|j)j2ddt4ddd$�|j&j*t/t.d%dd&�|j(j*t/t.d%dd&�|dj*t7t-d%d'�|dj*t7t.d%dd(�dS))a�Return frame of widgets for Keys tab.

        Enable users to provisionally change both individual and sets of
        keybindings (shortcut keys). Except for features implemented as
        extensions, keybindings are stored in complete sets called
        keysets. Built-in keysets in idlelib/config-keys.def are fixed
        as far as the dialog is concerned. Any keyset can be used as the
        base for a new custom keyset, stored in .idlerc/config-keys.cfg.

        Function load_key_cfg() initializes tk variables and keyset
        lists and calls load_keys_list for the current keyset.
        Radiobuttons builtin_keyset_on and custom_keyset_on toggle var
        keyset_source, which controls if the current set of keybindings
        are from a builtin or custom keyset. DynOptionMenus builtinlist
        and customlist contain lists of the builtin and custom keysets,
        respectively, and the current item from each list is stored in
        vars builtin_name and custom_name.

        Button delete_custom_keys invokes delete_custom_keys() to delete
        a custom keyset from idleConf.userCfg['keys'] and changes.  Button
        save_custom_keys invokes save_as_new_key_set() which calls
        get_new_keys_name() and create_new_key_set() to save a custom keyset
        and its keybindings to idleConf.userCfg['keys'].

        Listbox bindingslist contains all of the keybindings for the
        selected keyset.  The keybindings are loaded in load_keys_list()
        and are pairs of (event, [keys]) where keys can be a list
        of one or more key combinations to bind to the same event.
        Mouse button 1 click invokes on_bindingslist_select(), which
        allows button_new_keys to be clicked.

        So, an item is selected in listbindings, which activates
        button_new_keys, and clicking button_new_keys calls function
        get_new_keys().  Function get_new_keys() gets the key mappings from the
        current keyset for the binding event item that was selected.  The
        function then displays another dialog, GetKeysDialog, with the
        selected binding event and current keys and allows new key sequences
        to be entered for that binding event.  If the keys aren't
        changed, nothing happens.  If the keys are changed and the keyset
        is a builtin, function get_new_keys_name() will be called
        for input of a custom keyset name.  If no name is given, then the
        change to the keybinding will abort and no updates will be made.  If
        a custom name is entered in the prompt or if the current keyset was
        already custom (and thus didn't require a prompt), then
        idleConf.userCfg['keys'] is updated in function create_new_key_set()
        with the change to the event binding.  The item listing in bindingslist
        is updated with the new keys.  Var keybinding is also set which invokes
        the callback function, var_changed_keybinding, to add the change to
        the 'keys' or 'extensions' changes tracker based on the binding type.

        Tk Variables:
            keybinding: Action/key bindings.

        Methods:
            load_keys_list: Reload active set.
            create_new_key_set: Combine active keyset and changes.
            set_keys_type: Command for keyset_source.
            save_new_key_set: Save to idleConf.userCfg['keys'] (is function).
            deactivate_current_config: Remove keys bindings in editors.

        Widgets for KeysPage(frame):  (*) widgets bound to self
            frame_key_sets: LabelFrame
                frames[0]: Frame
                    (*)builtin_keyset_on: Radiobutton - var keyset_source
                    (*)custom_keyset_on: Radiobutton - var keyset_source
                    (*)builtinlist: DynOptionMenu - var builtin_name,
                            func keybinding_selected
                    (*)customlist: DynOptionMenu - var custom_name,
                            func keybinding_selected
                    (*)keys_message: Label
                frames[1]: Frame
                    (*)button_delete_custom_keys: Button - delete_custom_keys
                    (*)button_save_custom_keys: Button -  save_as_new_key_set
            frame_custom: LabelFrame
                frame_target: Frame
                    target_title: Label
                    scroll_target_y: Scrollbar
                    scroll_target_x: Scrollbar
                    (*)bindingslist: ListBox - on_bindingslist_select
                    (*)button_new_keys: Button - get_new_keys & ..._name
        rhz Custom Key Bindings )r?r�rVz	 Key Set zAction - Key(s))rV)r�)rjr�z<ButtonRelease-1>rir�ZxscrollcommandzGet New Keys for Selectionr-)rVrir.csg|]}t�ddd��qS)rhr)rer?)r )r��i)�frame_key_setsrTrUr��sz-KeysPage.create_page_keys.<locals>.<listcomp>rr�zUse a Built-in Key Set)r�r�rirVzUse a Custom Key SetN)rizDelete Custom Key Set)rVrizSave as New Custom Key Set)r?r>)rXrkr�rYrZ)rXrkr�rZ)rXrZrkr�)r�)r�r�Z
columnspanr�)r�r�r�)r�r�r�rkr�T)rXrZrYrk)rXrZrY)rXrZrYr�)8rOrbrr0r1r2r3r�var_changed_keyset_source�
keyset_source�var_changed_keybinding�
keybindingr!rr r%r)rrr
�bindingslistr��on_bindingslist_selectr�Zxviewr�r"�get_new_keys�button_new_keysr<r(�
set_keys_typeZbuiltin_keyset_on�custom_keyset_onr/rFrG�delete_custom_keys�button_delete_custom_keys�save_as_new_key_setZbutton_save_custom_keys�keys_messagercrr	rrrr�r�r�rrrrr)rQrKZframe_targetZtarget_titleZscroll_target_yZscroll_target_xZframesrT)rvrUrsIs�R
zKeysPage.create_page_keysc	Cs�|j�tjdddddd��t��}|j��r�t�dd�}|��|j�	||�t�dd�}|��|s�|j
�d	�|j�d
�q�|j
�	||d�nHt�dd�}|��|j
�	||�t�dd�}|��|j�	|t���|��t��}|�|�dS)
z?Load current configuration settings for the keybinding options.r��Keysr�r�r�)r�r�r�rQ)r-z- no custom keys -rN)rxr�r,rZCurrentKeysryrRrSrFr�r�r.r3rG�default_keysr�load_keys_list)rQrVrW�keyset_namerTrTrUrt�s,

zKeysPage.load_key_cfgcGs�d}|j��}||krXt�ddd�|kr<t�ddd|d�t�ddd|�d|jd<n*t�ddd|�t�dddd	�d	|jd<|�|�d
S)z%Process selection of builtin key set.)zIDLE Classic WindowszIDLE Classic UnixzIDLE Classic MaczIDLE Classic OSXr�r�r�rrXzNew key set, see HelprVr;N)r1ryr,rrrrr�r�)rQrZold_keysr�rTrTrUr0s

z!KeysPage.var_changed_builtin_namecGs0|j��}|dkr,t�ddd|�|�|�dS)z$Process selection of custom key set.z- no custom keys -r�r�r�N)r3ryrrrr�)rQrr�rTrTrUr2s
z KeysPage.var_changed_custom_namecGs4|j��}t�ddd|�|r(|��n|��dS)z:Process toggle between builtin key set and custom key set.r�r�r�N)rxryrrrr0r2)rQrr�rTrTrUrw#s


z"KeysPage.var_changed_keyset_sourcecGsj|j��}|j��}|j�t���d}t�|�rDt�	d|||�n"t�
|�}|d}t�	d|||�dS)zStore change to a keybinding.rr�Z_cfgBindingsr�N)rzryr3r{r�splitr,Z
IsCoreBindingrrrZGetExtnNameForEvent)rQrr�Zkey_setr�r�Zext_keybind_sectionrTrTrUry,s



zKeysPage.var_changed_keybindingcCs\|j��r,d|jd<d|jd<|j�d�n,d|jd<|j�d�d|jd<|j�d�dS)z@Set available screen options based on builtin or custom key set.r
r.r-)r-)z	!disabledN)rxryrFrGr�r.r�)rQrTrTrUr8s




zKeysPage.set_keys_typecCsJ|j�t�}|j�|�}|��d}|j��r:|j��}n
|j��}t�	�}|t
dkr�t
d|}x|D]}||��||<qjWt|���}t
|d||�j}	|	�r.|j��r�d}
|�|
�}|s�|j�|�|j�|�dS|�|�|j�|�|j�||d|	�|j�|�|j�|�|j�|	�n|j�|�|j�|�dS)a^Handle event to change key binding for selected line.

        A selection of a key/binding in the list of current
        bindings pops up a dialog to enter a new binding.  If
        the current key set is builtin and a binding has
        changed, then a name for a custom key set needs to be
        entered for the change to be applied.
        rr�zGet New KeyszcYour changes will be saved as a new Custom Key Set. Enter a name for your new Custom Key Set below.Nz - )r{r�rryr�rxr1r3r,ZGetCurrentKeySetrrr$�valuesr.rg�get_new_keys_namer�r��create_new_key_set�deleter�rzr�)rQ�
list_index�binding�	bind_nameZcurrent_key_set_nameZcurrent_bindings�key_set_changesr�Zcurrent_key_sequences�new_keysr`�
new_keysetrTrTrUr}Ds<	





zKeysPage.get_new_keyscCs,t�dd�t�dd�}t|d||�j}|S)z)Return new key set name from query popup.rQr�r�zNew Custom Key Set)r,rRr1rg)rQr`rhr�rTrTrUr�ps

zKeysPage.get_new_keys_namecCs|�d�}|r|�|�dS)z@Prompt for name of new key set and save changes using that name.zNew Key Set Name:N)r�r�)rQZ
new_keys_namerTrTrUr�xs
zKeysPage.save_as_new_key_setcCs|j�d�dS)z6Activate button to assign new keys to selected action.)z	!disabledN)r~r.)rQr�rTrTrUr|~szKeysPage.on_bindingslist_selectc
Cs�|j��r|j��}n
|j��}t�|�}i}x.|D]&}|dd�}d�||�}|||<q4W|tdkr�td|}x|D]}||||<q|W|�||�t�	dd�}	|	�
�|j�|	|�|j�
d�|��dS)z�Create a new custom key set with the given name.

        Copy the bindings/keys from the previously active keyset
        to the new keyset and activate the new custom keyset.
        rh���r"r�rQrN)rxryr1r3r,ZGetCoreKeys�joinrr�save_new_key_setrRrSrGr�r�r)
rQZnew_key_set_nameZprev_key_set_nameZ	prev_keysr�r�Z
event_namer�r�Zcustom_key_listrTrTrUr��s&




zKeysPage.create_new_key_setcCs�d}|j��rd}|j�t�}t�|�}t|���}|��|j�	dt
�xh|D]`}d�||�}|dd�}|tdkr�|td|kr�td||}|j�
t
|d|�qPW|r�|j�|�|j�|�|j�|�d	S)
z�Reload the list of action/key binding pairs for the active key set.

        An action/key binding can be selected to change the key binding.
        FTrr"rhr�r�z - N)r{r�r�rr,Z	GetKeySetr$r�rSr�rr�rrr�r�r�r�)rQr�Zreselectr��keysetZ
bind_namesr�r�rTrTrUr��s&


zKeysPage.load_keys_listcCs>tjd�|�x(|D] }||}tjd�|||�qWdS)aQSave a newly created core key set.

        Add keyset to idleConf.userCfg['keys'], not to disk.
        If the keyset doesn't exist, it is created.  The
        binding/keys are taken from the keyset argument.

        keyset_name - string, the name of the new key set
        keyset - dictionary containing the new keybindings
        r�N)r,r�rnr�)r�r�r�r�rTrTrUr��s
zKeysPage.save_new_key_setcOstj||�S)N)r+ro)rQrmrprTrTrUro�szKeysPage.askyesnocCs�|j��}d}|jd|||d�s&dS|j��t�d|�t�dd�}|�	�|sp|j
�d�|j�
|d�n|j�
||d	�|j�tjd
�dd��|j�tjd
�dd
�p�t���t��|j��|j��|��dS)z�Handle event to delete a custom key set.

        Applying the delete deactivates the current configuration and
        reverts to the default.  The custom key set is permanently
        deleted from the config file.
        z0Are you sure you wish to delete the key set %r ?zDelete Key Set)rGNr�rQ)r-z- no custom keys -rr�r�r�r�)r3ryrorrqrrrqr,rRrSr�r.rGr�rxr�r�r�r1r�rsrtrur)rQr�rrrWrTrTrUr��s*





zKeysPage.delete_custom_keys)r�r�r�rFrsrtr0r2rwryrr}r�r�r|r�r��staticmethodr�ror�r�rTrT)r|rUr_As$!	,r_csdeZdZ�fdd�Zdd�Zdd�Zdd�Zd	d
�Zdd�Zd
d�Z	dd�Z
dd�Zdd�Z�Z
S)r`cs(t��|�|��|��|��dS)N)r{rF�init_validators�create_page_general�load_general_cfg)rQr�)r|rTrUrF�szGenPage.__init__cs*t�d���fdd�}|�|�df|_dS)Nz[0-9]*cs��|�dk	S)z+Return 's is blank or contains only digits'N)�	fullmatch)r�)�digits_or_empty_rerTrU�is_digits_or_empty�sz3GenPage.init_validators.<locals>.is_digits_or_emptyz%P)�re�compiler��digits_only)rQr�rT)r�rUr��s
zGenPage.init_validatorsc Cs�t�t|�d�|_t�t|�d�|_t�t|�d�|_t�t|�d�|_t�t|�d�|_	t�t|�d�|_
t�t|�d�|_t�t|�d�|_t�t|�d	�|_
t�t|�d
�|_t�t|�d�|_t�t|�d�|_t�t|�d
�|_t|dtdd�}t|dtdd�}t|dtdd�}t|dtdd�}t|dd�}t|dd�}t||jddd�|_t||jddd�|_t|dd�}t|dd�}t|dd�}	t||jd|jdd �|_t|d!d�}
t||jd|jdd �|_t|dd�}t|d"d�}t||jdd#�|_t|dd�}
t|
d$d�}t|
d%|j	|jdd&�|_t|dd�}t|d'd�}t ||j
d(d)d*d(�|_!t|dd�}t|d+d�}t||jd%d,�|_"t|d-|jd.�|_#t|dd�}t|d/d�}t||jdd0d�|_$t||jdd1d�|_%t|dd�}t|d2d�}t||jd3|jdd �|_&t|dd�}t|d4d�}t||jdd#�|_'t|dd�}t|d5d�}t||jd|jdd �|_(t|dd�}t|d6d�}t|d3|j
|jdd&�|_)t|�}t|�}t*|d7d8t+d9�|_,t-|�}|j,j.|d:<|j/|j,d;<|j,�0d<|j1�t2|d=d>d?|j3d@�|_4t2|dAd?|j5dB�|_6t2|dCd>d?|j7d@�|_8|j9t:d7d7t;t<dD�|j9t:d7d7t;t<dD�|j9t:d7d7t;t<dD�|j9t:d7d7t;t<dD�|j9t:d7dt=dE�|j9t>t?d7d7dF�|jj9t@t?d7d7dF�|jj9t@t?d7d7dF�|j9t:d7dt=dE�|j9t>t?d7d7dF�|jj9t@tAdGd7dF�|
j9t@tAd7dH�|jj9t@tAdGd7dF�|	j9t@tAd7dH�|j9t:d7dt=dE�|j9t>t?d7d7dF�|jj9t>d7d7dI�|
j9t:d7dt=dE�|j9t>t?d7d7dF�|jj9t:dGd7dI�|j9t:d7dt=dE�|j9t>t?d7d7dF�|j!j9t:dGd7dI�|j9t:d7dt=dE�|j9t>t?d7dJ�|j#j9t@tAdKd7dF�|j"j9t:t?dKd7dF�|j9t:d7dt=dE�|j9t>t?d7d7dF�|j%j9t@t?d7d7dF�|j$j9t@t?d7d7dF�|j9t:d7dt=dE�|j9t>t?d7d7dF�|j&j9t:dGd7dI�|j9t:d7dt=dE�|j9t>t?d7d7dF�|j'j9t>d7d7dI�|j9t:d7dt=dE�|j9t>t?d7d7dF�|j(j9t:d7d7dI�|j9t:d7dt=dE�|j9t>t?d7d7dF�|j)j9t:d7d7dI�|j9t@d7d7tBdE�|j9t:d7d7t;t<dD�|j9t@t?tBdL�|j,j9t>tAt;t<dM�|j4j9t:t?d7dH�|j6j9t:t?dN�|j8j9t:t?d7dH�dOS)Pa�
Return frame of widgets for General tab.

        Enable users to provisionally change general options. Function
        load_general_cfg initializes tk variables and helplist using
        idleConf.  Radiobuttons startup_shell_on and startup_editor_on
        set var startup_edit. Radiobuttons save_ask_on and save_auto_on
        set var autosave. Entry boxes win_width_int and win_height_int
        set var win_width and win_height.  Setting var_name invokes the
        default callback that adds option to changes.

        Helplist: load_general_cfg loads list user_helplist with
        name, position pairs and copies names to listbox helplist.
        Clicking a name invokes help_source selected. Clicking
        button_helplist_name invokes helplist_item_name, which also
        changes user_helplist.  These functions all call
        set_add_delete_state. All but load call update_help_changes to
        rewrite changes['main']['HelpFiles'].

        Widgets for GenPage(Frame):  (*) widgets bound to self
            frame_window: LabelFrame
                frame_run: Frame
                    startup_title: Label
                    (*)startup_editor_on: Radiobutton - startup_edit
                    (*)startup_shell_on: Radiobutton - startup_edit
                frame_win_size: Frame
                    win_size_title: Label
                    win_width_title: Label
                    (*)win_width_int: Entry - win_width
                    win_height_title: Label
                    (*)win_height_int: Entry - win_height
                frame_cursor_blink: Frame
                    cursor_blink_title: Label
                    (*)cursor_blink_bool: Checkbutton - cursor_blink
                frame_autocomplete: Frame
                    auto_wait_title: Label
                    (*)auto_wait_int: Entry - autocomplete_wait
                frame_paren1: Frame
                    paren_style_title: Label
                    (*)paren_style_type: OptionMenu - paren_style
                frame_paren2: Frame
                    paren_time_title: Label
                    (*)paren_flash_time: Entry - flash_delay
                    (*)bell_on: Checkbutton - paren_bell
            frame_editor: LabelFrame
                frame_save: Frame
                    run_save_title: Label
                    (*)save_ask_on: Radiobutton - autosave
                    (*)save_auto_on: Radiobutton - autosave
                frame_format: Frame
                    format_width_title: Label
                    (*)format_width_int: Entry - format_width
                frame_line_numbers_default: Frame
                    line_numbers_default_title: Label
                    (*)line_numbers_default_bool: Checkbutton - line_numbers_default
                frame_context: Frame
                    context_title: Label
                    (*)context_int: Entry - context_lines
            frame_shell: LabelFrame
                frame_auto_squeeze_min_lines: Frame
                    auto_squeeze_min_lines_title: Label
                    (*)auto_squeeze_min_lines_int: Entry - auto_squeeze_min_lines
            frame_help: LabelFrame
                frame_helplist: Frame
                    frame_helplist_buttons: Frame
                        (*)button_helplist_edit
                        (*)button_helplist_add
                        (*)button_helplist_remove
                    (*)helplist: ListBox
                    scroll_helplist: Scrollbar
        )r��Generalzeditor-on-startup)r�r�rE)r�r�rD)r�r�zcursor-blink)r�r4�	popupwait)r�r6r)r�r6zflash-delay)r�r6�bell)r��PyShellzauto-squeeze-min-lines)r�r��autosave)r�r7z	max-width)r�r�zline-numbers-default)r�r5�maxlinesrhz Window Preferences)r?r�rVz Editor Preferencesz Shell Preferencesz Additional Help Sources r)r?z
At Startup)rVr�zOpen Edit Window)r�r�rVzOpen Shell Windowz$Initial Window Size  (in characters)ZWidthrgr�)r�rEr�r�ZHeightzCursor Blink)r�rEz%Completions Popup Wait (milliseconds)rf)rEr�r�r�zParen Match StyleZ
expression�openerZparensz;Time Match Displayed (milliseconds)
(0 is until next input))r�rEzBell on Mismatch)rVr�zAt Start of Run (F5)  zPrompt to Savez	No PromptzFormat Paragraph Max Widthrz Show line numbers in new windowszMax Context Lines :zAuto-Squeeze Min. Lines:r>T)rDrjr�rir�z<ButtonRelease-1>ZEditr-r�)rVr.rEriZAdd)rVrEriZRemove)rXrkr�rYrZ)rXrkr�rZ)rXr�rkr�r�)rXr�r�)rXrkr�)rXr�rkr�)rXr�rZ)rXr�rYrZ)rXr�N)CrOrbr�startup_editr�	win_width�
win_heightr�cursor_blink�autocomplete_wait�paren_style�flash_delay�
paren_bell�auto_squeeze_min_linesr��format_width�line_numbers_default�
context_linesr!rr r%r(Zstartup_editor_onZstartup_shell_onr$r�Z
win_width_intZwin_height_intr#Zcursor_blink_boolZ
auto_wait_intr&Zparen_style_typeZparen_flash_timeZbell_onZsave_ask_onZsave_auto_onZformat_width_intZline_numbers_default_boolZcontext_intZauto_squeeze_min_lines_intrr
�helplistr)r�r�r��help_source_selectedr"�helplist_item_edit�button_helplist_edit�helplist_item_addZbutton_helplist_add�helplist_item_remove�button_helplist_removercrr	rrrrr
rr) rQZframe_windowZframe_editorZframe_shellZ
frame_helpZ	frame_runZ
startup_titleZframe_win_sizeZwin_size_titleZwin_width_titleZwin_height_titleZframe_cursor_blinkZcursor_blink_titleZframe_autocompleteZauto_wait_titleZframe_paren1Zparen_style_titleZframe_paren2Zparen_time_titleZ
frame_saveZrun_save_titleZframe_formatZformat_width_titleZframe_line_numbers_defaultZline_numbers_default_titleZ
frame_contextZ
context_titleZframe_auto_squeeze_min_linesZauto_squeeze_min_lines_titleZframe_helplistZframe_helplist_buttonsZscroll_helplistrTrTrUr�sdH









zGenPage.create_page_generalc	Cs�|j�tjddddd��|j�tjddddd��|j�tjddd	dd��|j�tjddd
dd��|j�tjddd
dd��|j�t�ddd��|j	�tjddddd��|j
�t�ddd��|j�tjdddddd��|j�tjddddd��|j
�tjddddd��|j�tjddddd��|j�tjddddd��t��|_|j�dd�x"|jD]}|j�t|d��qlW|��dS)z<Load current configuration settings for the general options.r�r�zeditor-on-startupr�)r�r�rEr�rDzcursor-blinkr�r4r�r6rzflash-delayr�r�r)r�r�r7z	max-widthzline-numbers-defaultr5r�r�zauto-squeeze-min-linesrwN)r�r�r,rr�r�r�r�r�r�r�r�r�r�r�r�ZGetAllExtraHelpSourcesList�
user_helplistr�r�r�r�set_add_delete_state)rQZ	help_itemrTrTrUr�'s>













zGenPage.load_general_cfgcCs|��dS)z+Handle event for selecting additional help.N)r�)rQr�rTrTrUr�PszGenPage.help_source_selectedcCsh|j��dkr(|j�d�|j�d�n<|j��rL|j�d�|j�d�n|j�d�|j�d�dS)zAToggle the state for the help list buttons based on list entries.r�)r-)z	!disabledN)r��sizer�r.r�r�)rQrTrTrUr�Ts
zGenPage.set_add_delete_statecCs:t|d�j}|r6|j�|�|j�t|d�|��dS)z�Handle add button for the help list.

        Query for name and location of new help sources and add
        them to the list.
        zNew Help SourcerN)r2rgr�r�r�r�r�update_help_changes)rQ�help_sourcerTrTrUr�as
zGenPage.helplist_item_addcCsx|j�t�}|j|}t|d|d|dd�j}|rt||krt||j|<|j�|�|j�||d�|��|�	�dS)z�Handle edit button for the help list.

        Query with existing help source information and update
        config if the values are changed.
        zEdit Help Sourcerr�)Zmenuitem�filepathN)
r�r�rr�r2rgr�r�r�r�)rQ�
item_indexr�Znew_help_sourcerTrTrUr�ms

zGenPage.helplist_item_editcCs4|j�t�}|j|=|j�|�|��|��dS)z`Handle remove button for the help list.

        Delete the help list item from config.
        N)r�r�rr�r�r�r�)rQr�rTrTrUr��s
zGenPage.helplist_item_removecCsZitdd<xHtdt|j�d�D]0}t�ddt|�d�|j|ddd���q"WdS)z2Clear and rebuild the HelpFiles section in changesr�Z	HelpFilesr��;Nrh)rrr<r:r�rr�r�)rQZnumrTrTrUr��s

zGenPage.update_help_changes)r�r�r�rFr�r�r�r�r�r�r�r�r�r�rTrT)r|rUr`�s()
r`c@sDeZdZdZdd�Zdd�Zdd�Zedd	��Zd
d�Z	dd
�Z
dS)�VarTracez"Maintain Tk variables trace state.cCsg|_g|_dS)aStore Tk variables and callbacks.

        untraced: List of tuples (var, callback)
            that do not have the callback attached
            to the Tk var.
        traced: List of tuples (var, callback) where
            that callback has been attached to the var.
        N)�untraced�traced)rQrTrTrUrF�s	zVarTrace.__init__cCs|j��|j��dS)zClear lists (for tests).N)r�rvr�)rQrTrTrUrv�s
zVarTrace.clearcCs*t|t�r|�||�}|j�||f�|S)a_Add (var, callback) tuple to untraced list.

        Args:
            var: Tk variable instance.
            callback: Either function name to be used as a callback
                or a tuple with IdleConf config-type, section, and
                option names used in the default callback.

        Return:
            Tk variable instance.
        )�
isinstance�tuple�
make_callbackr�r�)rQr��callbackrTrTrUrb�s
zVarTrace.addcs��fdd�}|S)zCReturn default callback function to add values to changes instance.cstj����f��dS)z&Add config values to changes instance.N)rrrry)r)r�r�rTrU�default_callback�sz0VarTrace.make_callback.<locals>.default_callbackrT)r�r�r�rT)r�r�rUr��szVarTrace.make_callbackcCs:x4|jr4|j��\}}|�d|�|j�||f�qWdS)z0Attach callback to all vars that are not traced.�writeN)r��popZ	trace_addr�r�)rQr�r�rTrTrUrP�szVarTrace.attachcCsFx@|jr@|j��\}}|�d|��dd�|j�||f�qWdS)z!Remove callback from traced vars.r�rr�N)r�r�Ztrace_removeZ
trace_infor�r�)rQr�r�rTrTrU�detach�szVarTrace.detachN)r�r�r�r�rFrvrbr�r�rPr�rTrTrTrUr��sr�a7When you click either the Apply or Ok buttons, settings in this
dialog that are different from IDLE's default are saved in
a .idlerc directory in your home directory. Except as noted,
these changes apply to all versions of IDLE installed on this
machine. [Cancel] only cancels changes made since the last save.
u
Font sample: This shows what a selection of Basic Multilingual Plane
unicode characters look like for the current font selection.  If the
selected font does not define a character, Tk attempts to find another
font that does.  Substitute glyphs depend on what is available on a
particular system and will not necessarily have the same size as the
font selected.  Line contains 20 characters up to Devanagari, 14 for
Tamil, and 10 for East Asia.

Hebrew and Arabic letters should display right to left, starting with
alef, א and ا.  Arabic digits display left to right.  The
Devanagari and Tamil lines start with digits.  The East Asian lines
are Chinese digits, Chinese Hanzi, Korean Hangul, and Japanese
Hiragana and Katakana.

You can edit the font sample. Changes remain until IDLE is closed.
z�
Highlighting:
The IDLE Dark color theme is new in October 2015.  It can only
be used with older IDLE releases if it is saved as a custom
theme, with a different name.
z�
Keys:
The IDLE Modern Unix key set is new in June 2016.  It can only
be used with older IDLE releases if it is saved as a custom
key set, with a different name.
a_
General:

AutoComplete: Popupwait is milliseconds to wait after key char, without
cursor movement, before popping up completion box.  Key char is '.' after
identifier or a '/' (or '\' on Windows) within a string.

FormatParagraph: Max-width is max chars in lines after re-formatting.
Use with paragraphs in both strings and comment blocks.

ParenMatch: Style indicates what is highlighted when closer is entered:
'opener' - opener '({[' corresponding to closer; 'parens' - both chars;
'expression' (default) - also everything in between.  Flash-delay is how
long to highlight if cursor is not moved (0 means forever).

CodeContext: Maxlines is the maximum number of code context lines to
display when Code Context is turned on for an editor window.

Shell Preferences: Auto-Squeeze Min. Lines is the minimum number of lines
of output to automatically "squeeze".
)z
Fonts/TabsrWr�r�cCs.|sdSyt|�dStk
r(dSXdS)z(Return 's is blank or represents an int'TFN)r�r�)r�rTrTrUr�	sr�c@seZdZdZdd�ZdS)r�z�A pure Tkinter vertically scrollable frame.

    * Use the 'interior' attribute to place widgets inside the scrollable frame
    * Construct and pack/place/grid normally
    * This frame only allows vertical scrolling
    cs�tj||f|�|�t|td�}|jtttd�t|dd|j	dd���jt
ttd�|j
�jd���d���d�t��|_��jdd�td����fd	d
�}��d|����fdd
�}��d|�dS)N)r�)rZrXrYr��)r?rr�rE)rXrZrY)ri)Zwindowr�cs$������f}�jd|d�dS)Nz	0 0 %s %s)Zscrollregion)�winfo_reqwidthZwinfo_reqheightr�)r�r�)�canvasr�rTrU�_configure_interior8	sz;VerticalScrolledFrame.__init__.<locals>._configure_interiorz<Configure>cs&������kr"�j����d�dS)N)rE)r�Zwinfo_widthZ
itemconfigure)r�)r�r��interior_idrTrU�_configure_canvas>	sz9VerticalScrolledFrame.__init__.<locals>._configure_canvas)r rFr)rrcrr
r
rr�rrr	r�r�Zxview_movetoZyview_movetor�Z
create_windowrr�)rQrGrm�kwZ
vscrollbarr�r�rT)r�r�r�rUrF#	s 

zVerticalScrolledFrame.__init__N)r�r�r�r�rFrTrTrTrUr�	sr��__main__)r�z#idlelib.idle_test.test_configdialogrhF)�	verbosity�exit)�run)`r�r�Ztkinterrrrrrrrr	r
rrr
rrrrrrrrrrrrrrrrrrZtkinter.ttkr r!r"r#r$r%r&r'r(r)r*Ztkinter.colorchooserZcolorchooserr\Ztkinter.fontrr�r+Zidlelib.configr,r-Zidlelib.config_keyr.Zidlelib.dynoptionr/Zidlelibr0Z
idlelib.queryr1r2Zidlelib.textviewr3Zidlelib.autocompleter4Zidlelib.codecontextr5Zidlelib.parenmatchr6Zidlelib.formatr7Zidlelib.squeezerr8r9rrr�r:rzr^r\r_r`r�rOrr�r�r�r�Zunittestr�Zidlelib.idle_test.htestr�rTrTrTrU�<module>sp�4S3'=+


Hacked By AnonymousFox1.0, Coded By AnonymousFox