%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/lib/python3.8/idlelib/__pycache__/
Upload File :
Create Path :
Current File : //usr/local/lib/python3.8/idlelib/__pycache__/configdialog.cpython-38.pyc

U

qag@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,ddlm-Z-ddl.m/Z0ddlm1Z1ddl2m3Z3m4Z4ddl5m6Z6dd	l7m8Z8dd
l9m:Z:ddl;m<Z<m=Z=ddl>m?Z?dd
l@mAZAddlBmCZCddlDmEZEddlFmGZGddlHmIZIddl>mJZJe4ZKeAeCeEeGeIfZLGdddeZMdaNGddde"ZOGddde"ZPGddde"ZQGddde"ZRGdddZSeSZTd ZUd!d"d#d$d%d&ZVd'd(ZWGd)d*d*e"ZXeYd+kr\dd,lZm[Z[e[d-d.d/d0dd1l\m]Z]e]eMdS)2aIDLE 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)ToplevelListboxScaleCanvas	StringVar
BooleanVarIntVarTRUEFALSETOPBOTTOMRIGHTLEFTSOLIDGROOVENONEBOTHXYWEEWNSNSEWNW
HORIZONTALVERTICALANCHORACTIVEEND)Frame
LabelFrameButtonCheckbuttonEntryLabel
OptionMenuNotebookRadiobutton	ScrollbarStyle)colorchooser)
messagebox)idleConf
ConfigChanges)
GetKeysDialog)
DynOptionMenu)macosx)SectionName
HelpSource)	view_text)AutoComplete)CodeContext)
ParenMatch)FormatParagraph)Squeezer)ScrollableTextFramecseZdZdZd%dddddZddZd	d
ZddZd
dZddZ	fddZ
ddZddZddZ
ddZddZddZdd Zd!d"Zd#d$ZZS)&ConfigDialogzConfig dialog for IDLE.
    F)_htest_utestcCst||||_|ri|_|s(|||p2d|d}||sPdnd}|d|d||	|j
ttd|||
d|j|jjt|s|||dS)	aShow 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.
        zIDLE Preferences+heightwidthZWM_DELETE_WINDOWN)r__init__parent
instance_dictZwithdrawtitleZwinfo_rootxZwinfo_rootyZgeometrycreate_widgetsZ	resizabler
Z	transientprotocolcancelfontpagefontlistZ	focus_settracersattachZgrab_setZwm_deiconifyZwait_window)selfrGrIr=r>xyrT0/usr/local/lib/python3.8/idlelib/configdialog.pyrF0s(
zConfigDialog.__init__cCst|dd|_}|jjddt||_}t||_t||j|_t	||_
t||_|
|_|j|jdd|j|jdd|j|j
dd|j|jd	d|j|jd
d||jtttd|jtdd
S)aCreate and place widgets for tabbed dialog.

        Widgets Bound to self:
            frame: encloses all other widgets
            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.
        Z5pxpaddingZnwes)sticky
Fonts/Tabstext
Highlightsz Keys z	 General 
Extensionssideexpandfillr_N)r framegridr'noteHighPagehighpageFontPagerMKeysPageZkeyspageGenPageZgenpagecreate_page_extensionsZextpageaddZenable_traversalpackrr	rcreate_action_buttonsr)rQrcrerTrTrUrJ_s 



zConfigDialog.create_widgetscCstri}nddi}t|jdd}t|dd}i|_d|jfd|jfd|jfd|jffD]:\}}t	|f||t
d	||j|<|j|jtd
dqZt|ddd
jt
d|jtd|S)aReturn 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
        rW)rVZOkZApplyZCancelZHelp)r[command	takefocus)r_padxr)rDborderwidthrb)r1ZisAquaTkr rcZbuttonsokapplyrLhelpr"r
rmrrr)rQZpadding_argsZouterZ
buttons_frameZtxtcmdrTrTrUrns(
z"ConfigDialog.create_action_buttonscCs||dS)zvApply config changes, then dismiss dialog.

        Methods:
            apply
            destroy: inherited
        N)rxdestroyrQrTrTrUrwszConfigDialog.okcCs$|t||dS)zApply config changes and leave dialog open.

        Methods:
            deactivate_current_config
            save_all_changed_extensions
            activate_config_changes
        N)deactivate_current_configchangessave_allsave_all_changed_extensionsactivate_config_changesr|rTrTrUrxszConfigDialog.applycCst|dS)zPDismiss config dialog.

        Methods:
            destroy: inherited
        N)r~clearr{r|rTrTrUrLszConfigDialog.cancelcs&|jjdda|tdS)N1.0end)rMfont_samplegetfont_sample_textZgrab_releasesuperr{r|	__class__rTrUr{szConfigDialog.destroycCs8|jj|jdd}t|dtt|dddS)zCreate textview for config dialog help.

        Attributes accessed:
            note
        Methods:
            view_text: Method from textview module.
        r[)optionzHelp for IDLE preferencesr<)rIcontentsN)reZtabselectstripr4help_common
help_pagesr)rQZpagerTrTrUryszConfigDialog.helpcCs"|jj}|D]}|qdS)zRemove current key bindings.
        Iterate over window instances defined in parent and remove
        the keybindings.
        N)rGrHkeysZRemoveKeybindings)rQ
win_instancesinstancerTrTrUr}sz&ConfigDialog.deactivate_current_configcCs\|jj}|D]4}||||||qt	D]}|
qJdS)zApply configuration changes to current windows.

        Dynamically update the current parent window instances
        with some of the configuration changes.
        N)rGrHrZResetColorizerZ	ResetFontZset_notabs_indentwidthZApplyKeybindingsZreset_help_menu_entriesZupdate_cursor_blinkreloadablesreload)rQrrklassrTrTrUrs
z$ConfigDialog.activate_config_changescCsd|j}t|j}tjd|_tjd|_|t	|_	|
t||_|j
ddd|jdddt||jdd|_|jd|jt||jjd	}|j|j_t|d
d
d|_|jjdddd
|jdddd
|jjdddddgd|jddi|_d|_||_|j|_d}t|j D] }|!||d|d}q|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().
        
extensionsrZweightrqZbrowse)ZlistvariableZ
selectmodez<<ListboxSelect>>rr)rErDZnwscolumnrowrXnsnsew
)rrrXrurVNr<{z} )#rGr rer-
defaultCfgext_defaultCfguserCfgext_userCfgregisteris_intload_extensionsrZextension_namesrowconfigurecolumnconfigurerextension_listbindextension_selectedr)yviewsetyscrollcommandr!
details_framerd	configureconfig_framecurrent_extensionZ
outerframeZtabbed_page_setsortedrcreate_extension_frameZ
selection_set)rQrGrcZscrollZ	ext_namesext_namerTrTrUrks@




z#ConfigDialog.create_page_extensionsc

CsLi|_tjddD]}g|j|<q|jD]}t|j|}dd|D}|D]}||qP||}|D]}|jj||dd}zddd|}d}WnBtk
rzt	|}d	}Wnt
k
r|}d
}YnXYnXz|jj|||d|d}Wnt
k
r|}YnXt|}	|	
t||j||||||	dqlq(d
S)
zAFill self.extensions with data from the default and user configs.F)Zactive_onlycSsg|]}|dr|qS)enable)
startswith).0opt_namerTrTrU
<listcomp>@s
z0ConfigDialog.load_extensions.<locals>.<listcomp>T)raw)TrueFalseboolintN)typerdefault)namerrvaluevar)rr-Z
GetExtensionsrrZ
GetOptionListremoveGetKeyErrorr
ValueErrorrrrstrappend)
rQrZopt_listZenablesrZdef_strZdef_objZopt_typerrrTrTrUr5sV

zConfigDialog.load_extensionscCs|j}|r|j|}|dks,||jkrV|jrV|jjdd|j|jd|_|r|jj|d|j|jdddd||_dS)z/Handle selection of an extension from the list.Nr<rZrrr)	rcurselectionrrrconfigrZgrid_forgetrd)rQeventZnewselrTrTrUrcs
zConfigDialog.extension_selectedcCst|jddd}||j|<|j}t|j|D]\}}t||dd}|j|dtd|d}|dd	krt	||d
ddd
j|dt
ddq.|ddkrt||d|jdfddj|dt
ddq.t||ddj|dt
ddq.dS)z=Create a frame holding the widgets to configure one extensionrrCrrZrrrrXrrrrr)variableonvalueoffvaluerEr)rrrXrurkey%Pr)textvariablevalidatevalidatecommandrErrEN)VerticalScrolledFramerrinterior	enumeraterr%rdrr#rr$rr)rQrfZ
entry_arearoptZlabelrrTrTrUrrsF
z#ConfigDialog.create_extension_framecCsX|d}|d}|dp"|}|d|||krH|j||S|j|||S)zReturn True if the configuration was added or changed.

        If the value is the same as the default, then remove it
        from user config file.
        rrr)rrrrZRemoveOption	SetOption)rQsectionrrrrrTrTrUset_extension_valuesz ConfigDialog.set_extension_valuecCsFd}|jD](}|j|}|D]}|||rd}qq
|rB|jdS)zSave configuration changes to the user config file.

        Attributes accessed:
            extensions

        Methods:
            set_extension_value
        FTN)rrrZSave)rQZhas_changesroptionsrrTrTrUrs	

z(ConfigDialog.save_all_changed_extensions)r<)__name__
__module____qualname____doc__rFrJrnrwrxrLr{ryr}rrkrrrrr
__classcell__rTrTrrUr;,s"/"(

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

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

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

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

<East Asian>
〇一二三四五六七八九
汉字漢字人木火土金水
가냐더려모뵤수유즈치
あいうえおアイウエオ
csVeZdZfddZddZddZddZd	d
Zddd
ZddZ	ddZ
ZS)rhcs0t||j|_|||dSN)rrFhighlight_samplecreate_page_font_tab
load_font_cfgload_tab_cfg)rQmasterrgrrTrUrFs
zFontPage.__init__cCstt||j|_tt||j|_tt||j|_tt|d|_	t
|dtdd}t
|dtdd}t
|dtdd}t|}t|}t
|tdd}t|d	d
td|_|jd|j|jd
|j|jd|jt|}|j|jjd|jj|jdt
|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)-aReturn 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
        )mainIndent
num-spacesrqz Shell/Editor Font rvreliefr[z Font Sample (Editable) z Indentation Width zFont Face :)Zjustifyr[rTrDrsexportselection<ButtonRelease-1>z<KeyRelease-Up>z<KeyRelease-Down>r)rzSize :rZNrrZBold)rrrr[)wraprErDzPython Standard: 4 Spaces!Z
horizontal)rorientZtickintervalZfrom_torrt)rrrupadyrpr)rrZrowspanrurrXZew)rrrurrXr_rurrar_anchorr^)r_rar?r_rru)r`ra)r_rura)/rOrlrvar_changed_font	font_name	font_sizer	font_boldr	space_numr!rr r%rrr
rNron_fontlist_selectr)rrrr0sizelistr#Zbold_toggler:r[rrinsertrrrZindent_scalerrrdrmrrrr	rr)rQZ
frame_fontZframe_sampleZframe_indentZframe_font_nameZframe_font_paramZfont_name_titleZscroll_fontZfont_size_titleZfont_sample_frameZindent_titlerTrTrUrs.zFontPage.create_page_font_tabc	Cst|dd}|d}|d}|ddk}ttt|}|D]}|jt	|qD|j
|dd|D}z>||}|j||j
||j||j|Wntk
rYnX|jd	||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EditorWindowrrrqZboldcSsg|]}|qSrT)lower)rsrTrTrUrhsz*FontPage.load_font_cfg.<locals>.<listcomp>)789101112131416Z18Z20Z22Z25Z29Z34Z40N)r-ZGetFontrrrtkfontfamiliesrNr
rrindexsee
select_set
select_anchorZactivaterr	SetMenurset_samples)	rQZconfigured_fontrrrZfontsfontZlc_fontsZcurrent_font_indexrTrTrUrWs,
zFontPage.load_font_cfgcGsZ|j}tddd||j}tddd||j}tddd||dS)zStore 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.
        rrrz	font-sizez	font-boldN)rrr~
add_optionrrrrQparamsrrTrTrUrys


zFontPage.var_changed_fontcCs0|j|jjdkrtnt}|j|dS)zHandle 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)	rNrrrrrrrr)rQrrrTrTrUrszFontPage.on_fontlist_selectNcCsH|j}|jrtjntj}||j|f}||jd<||jd<dS)zUpdate 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)	rrrrZBOLDZNORMALrrr)rQrrZfont_weightZnew_fontrTrTrUrs


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

        Attributes updated:
            space_num: Set to value from idleConf.
        rrrrrrN)r-	GetOptionrr)rQrrTrTrUrszFontPage.load_tab_cfgcGs|j}tddd|dS)z!Store change to indentation size.rrrN)rrr~r r!rTrTrUvar_changed_space_nums
zFontPage.var_changed_space_num)N)rrrrFrrrrrrr&rrTrTrrUrhsp"


rhcseZdZfddZddZddZddZd	d
ZddZd
dZ	ddZ
ddZddZddZ
ddZddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd)d*ZZS)+rfcs4t|||_t||_||dSr)rrFwinfo_toplevelcdr*stylecreate_page_highlightload_theme_cfgrQrrrTrUrFs


zHighPage.__init__cs&ddddddddd	d
ddd
dddd_ttj_ttj_t_	ttj
_ttj_
ttj_tdtdd}tdtdd}t|tdd}|j}_|jddddtdtd|ddd|dd dd!}|D]\}}|t||qt|d"t}td|D]0}	||	d#|	tt |d$d%d&qHjD].}
|
ffd'd(	}|!j|
dd)|qd*|d+<j"jd,dd-d.t#|d,d/_$t#|}t%j$d0j&d1_'t(j$jd2dd3_)t*|j	dd4j+d5_,t*|j	dd6j+d5_-j	.dt%|d7j/d1_0t1|d8d9}
t*|j
dj2d:d;_3t*|j
dj2d<d;_4t(|jd2d2d=_5t(|jd2d2d=_6t%|d>j7d1_8t1|dd?_9|j:t;d@d@t<t=dA|j:t>d@d@t?dBj$j:t>d@d@t?dB|j:t>d@ddC|j:t>d@d@t<t=dAj'j:t>t<t?dDdEdFj)j:t>t<t?dDdGdFj,j:t;t@dHj-j:tAtBdHj0j:tCt?d@d@dI|
j:t>tBd@d@dJj3j:t>tBd@dKj4j:t>tBd@ddJj5j:t>t?d@d@dIj6j:t>t?tBd@d@dLj8j:t>t?d@d@dIj9j:t>t?d@dMd2S)NaReturn 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 TextCursorzEditor BreakpointzShell Promptz
Error TextzShell User OutputzShell User ExceptionzLine Numberrqz Custom Highlighting rz Highlighting Theme r)rrv)Zcourierr<Zhand2r)rr6rErDrshighlightthicknessrz<Double-Button-1>cSsdSNr7rTerTrTrU<lambda>Zz0HighPage.create_page_highlight.<locals>.<lambda>z<B1-Motion>cSsdSr@rTrArTrTrUrC[rD)")z# Click selects item.r2
r-)zcode context sectionr.rE)z| cursorr6rE)defr/) r-)funcr0)z(param):
  r-)z"Return None."r3)z

  var0 = r-)z'string'r3)z

  var1 = r-)z
'selected'r4)z

  var2 = r-)z'found'r5)z

  var3 = r-)listr1)(r-)Noner/)z)
r-)z  breakpoint("line")r7)z

r-z>>>r8)z	 3.14**2
r-)z9.8596r:rErM)z pri r-)nr9)zt(
r-)SyntaxErrorr;rErz.0drHr<csj|dSr)highlight_targetr)relemr|rTrUtemvsz+HighPage.create_page_highlight.<locals>.temz<ButtonPress-1>disabledstateframe_color_set.TFrameZsolid)rvr)r)zChoose Color for :r[rrN)r?Z
Foreground)rrr[rrZ
BackgroundzSave as New Custom Themez	Select : rZza Built-in Themerrrrr[za Custom ThemerzDelete Custom Themervrtr_rurr`rarr_rurrr#)r_r`rarurrprr_rarurr_rrurr)r_rarrur)r_rar)Dtheme_elementsrOrlrvar_changed_builtin_namebuiltin_namevar_changed_custom_namecustom_namerfg_bg_togglevar_changed_colorcolorvar_changed_theme_sourcetheme_sourcevar_changed_highlight_targetrQr!rr:rr[rrr
rrr
rlenr
splitlinesrangerZtag_bindr)r frame_color_setr"	get_colorZbutton_set_colorr0
targetlistr(set_color_sample_bindingfg_onbg_onrsave_as_new_themeZbutton_save_customr%set_theme_typeZbuiltin_theme_oncustom_theme_onbuiltinlist
customlist
delete_custombutton_delete_custom
theme_messagermrr	rrrrr
rr)rQframe_customZframe_themeZsample_framer[Zstring_tagsr3tagZn_lineslinenoelementrSZframe_fg_bg_toggleZtheme_type_titlerTr|rUr*sTv


zHighPage.create_page_highlightc	s.jtjddddddt}jrtdd}|j	||tdd}||sj
d	jd
qވj
	||dnHtdd}|j
	||tdd}|j	||dtj}|jfdd
dj	||ddS)aLoad 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
        rThemerrrrr	highlightuserrT- no custom themes -rcsj|dS)Nr)r^)rRr|rTrUrCrDz)HighPage.load_theme_cfg.<locals>.<lambda>)rN)rgrr-r%ZCurrentThemerGetSectionListsortrurrtrUrbrvrsrJr^rrnpaint_theme_sampleset_highlight_target)rQcurrent_option	item_listZtheme_namesrTr|rUr+s<

zHighPage.load_theme_cfgcGsd}|j}||krXtddd|kr<tddd|dtddd|d|jd<n*tddd|tdddd	d	|jd<|d
S)zProcess 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 Newrr~rrname2zNew theme, see Helpr[r<N)r`rr-r%r~r ryr)rQr"Z
old_themesrrTrTrUr_s

z!HighPage.var_changed_builtin_namecGs.|j}|dkr*tddd||dS)zProcess 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.
        rrr~rN)rbrr~r rr!rTrTrUras
z HighPage.var_changed_custom_namecGs4|j}tddd||r(|n|dS)zProcess toggle between builtin and custom theme.

        Update the default toggle value and apply the newly
        selected theme type.
        rr~rN)rgrr~r r_rar!rTrTrUrf	s


z!HighPage.var_changed_theme_sourcecGs|dS)zProcess change to color choice.N)on_new_color_setrQr"rTrTrUrdszHighPage.var_changed_colorcGs|dS)z5Process selection of new target tag for highlighting.N)rrrTrTrUrhsz%HighPage.var_changed_highlight_targetcCs\|jr,d|jd<d|jd<|jdn,d|jd<|jdd|jd<|jddS)aSet 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-rUrTrz	!disabledN)rgrrurvrxrUrtr|rTrTrUrss




zHighPage.set_theme_typecCs|j}|j|jdd}tj|d||d\}}|r||kr|jrzd}||}|sbdS|	||j
|n|j
|dS)aHandle 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 : )rGrIZinitialcolorz_Your changes will be saved as a new Custom Theme. Enter a name for your new Custom Theme below.N)rQrr)lookuprlr+Zaskcolorrgget_new_theme_name
create_newrer)rQtargetZ
prev_colorZ	rgbTupletZcolor_stringmessage	new_themerTrTrUrm:s$




zHighPage.get_colorcCs~|j}|jjd|d|jr(dnd}|j|jd}|jj|f||i|j	}|d|}t
d|||dS)	z4Display sample of new color selection on the dialog.rVr
foregroundrr-rN)rerr)rrcr^rQr
tag_configrbr~r )rQZ	new_colorplaneZsample_elementthemeZ
theme_elementrTrTrUr`s

zHighPage.on_new_color_setcCs,tddtdd}t|d||j}|S)z*Return name of new theme from query popup.rrrzNew Custom Themer-rr2result)rQr
used_namesrrTrTrUrks

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

        Methods:
            get_new_theme_name
            create_new
        zNew Theme Name:N)rr)rQnew_theme_namerTrTrUrrss
zHighPage.save_as_new_themecCs|jrd}|j}nd}|j}t||}|tdkrbtd|}|D]}||||<qP|||tdd}|	|j
|||jd|
dS)aCreate 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
        rrrrN)rgrr`rbr-ZGetThemeDictr~save_newrrrvrrrs)rQrZ
theme_type
theme_namerZ
theme_changesr}Zcustom_theme_listrTrTrUr~s 

zHighPage.create_newcCsd|jdkr4|jd|jd|jdn$|jd|jd|jd|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=rrrN)rQrrprUrqrcrset_color_sampler|rTrTrUrszHighPage.set_highlight_targetcGs|dS)zrChange color sample based on foreground/background toggle.

        Methods:
            set_color_sample
        N)r)rQargsrTrTrUrosz!HighPage.set_color_sample_bindingcCsH|j|jd}|jr"dnd}|j||}|jjd|ddS)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
        rrrrVrN)r^rQrrcrZtag_cgetr)r)rQr{rrerTrTrUrs
zHighPage.set_color_samplecCs|jr|j}n
|j}|jD]}|j|d}t||}|dkr`t|dd|d<|tdkrtd|}|d|kr||d|d<|d|kr||d|d<|jj	|f|q&|
d	S)
aApply 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
        rr6r-rrz-foregroundrz-backgroundN)rgrr`rbr^r-ZGetHighlightr~rrr)rQrZ
element_titler}ZcolorsZ
theme_dictrTrTrUrs*


zHighPage.paint_theme_samplecCs:tjd||D] }||}tjd|||qdS)zSave a newly created theme to idleConf.

        theme_name - string, the name of the new theme
        theme - dictionary containing the new theme
        rNr-rZ
AddSectionr)rQrrr}rrTrTrUrszHighPage.save_newcOstj||Srr,askyesnorQrkwargsrTrTrUrszHighPage.askyesnocCs|j}d}|jd|||ds&dS|jtd|tdd}|	|sp|j
d|j
|dn|j
||d	|jtjd
dd|jtjd
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 ThemerGNrrrrrrr~rr)rbrrr(r}r~delete_sectionr-rrrtrUrvrrgrrrr`rrrrs)rQrdelmsgrrTrTrUrws,



zHighPage.delete_custom)rrrrFr*r+r_rarfrdrhrsrmrrrrrrrorrrrrwrrTrTrrUrfs.4
&((rfcseZdZfddZddZddZddZd	d
ZddZd
dZ	ddZ
ddZddZddZ
ddZddZddZeddZdd Zd!d"ZZS)#rics*t|||_||dSr)rrFr'r(create_page_keysload_key_cfgr,rrTrUrFEs
zKeysPage.__init__cs"tt||j|_tt||j|_tt||j|_	tt||j
|_t|dt
dd}t|dt
ddt|}t|dd}t|}t|td}t|ttd|_|jd	|j|jj|d
<|jj|d
<|j|jd<|j|jd<t|d
|jdd|_fddtdD}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-dj*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))aReturn 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
        rqz Custom Key Bindings rz	 Key Set zAction - Key(s)rZr)rsrrrrrZxscrollcommandzGet New Keys for SelectionrT)r[rrrUcsg|]}tdddqS)rqr)rWrv)r )riZframe_key_setsrTrUrsz-KeysPage.create_page_keys.<locals>.<listcomp>rrzUse a Built-in Key SetrXzUse a Custom Key SetNrzDelete Custom Key SetrWzSave as New Custom Key SetrYrtrZrr\r)rrZ
columnspanrXr)rrrXrurT)r_rar`rur_rar`)r_rar`r)8rOrlrr_r`rarbrvar_changed_keyset_source
keyset_sourcevar_changed_keybinding
keybindingr!rr r%r)rrr
bindingslistron_bindingslist_selectrZxviewrr"get_new_keysbutton_new_keysrkr(
set_keys_typeZbuiltin_keyset_oncustom_keyset_onr0rurvdelete_custom_keysbutton_delete_custom_keyssave_as_new_key_setZbutton_save_custom_keyskeys_messagermrr	rrrrrrdrrrrr)rQrzZframe_targetZtarget_titleZscroll_target_yZscroll_target_xZframesrTrrUrKsR
zKeysPage.create_page_keysc	Cs|jtjddddddt}|jrtdd}||j	||tdd}||s|j
d	|jd
q|j
	||dnHtdd}||j
	||tdd}||j	|t|t}||dS)
z?Load current configuration settings for the keybinding options.rKeysrrrrrrr- no custom keys -rN)rrr-r%ZCurrentKeysrrrrurrrUrbrvdefault_keysrload_keys_list)rQrrkeyset_namerTrTrUrs6

zKeysPage.load_key_cfgcGsd}|j}||krXtddd|kr<tddd|dtddd|d|jd<n*tddd|tdddd	d	|jd<||d
S)z%Process selection of builtin key set.)zIDLE Classic WindowszIDLE Classic UnixzIDLE Classic MaczIDLE Classic OSXrrrrrzNew key set, see Helpr[r<N)r`rr-r%r~r rr)rQr"Zold_keysrrTrTrUr_
s

z!KeysPage.var_changed_builtin_namecGs0|j}|dkr,tddd|||dS)z$Process selection of custom key set.rrrrN)rbrr~r rr!rTrTrUras
z KeysPage.var_changed_custom_namecGs4|j}tddd||r(|n|dS)z:Process toggle between builtin key set and custom key set.rrrN)rrr~r r_rar!rTrTrUr%s


z"KeysPage.var_changed_keyset_sourcecGsj|j}|j}|jtd}t|rDt	d|||n"t
|}|d}t	d|||dS)zStore change to a keybinding.rrZ_cfgBindingsrN)rrrbrrsplitr-Z
IsCoreBindingr~r ZGetExtnNameForEvent)rQr"rZkey_setrrZext_keybind_sectionrTrTrUr.s



zKeysPage.var_changed_keybindingcCs\|jr,d|jd<d|jd<|jdn,d|jd<|jdd|jd<|jddS)z@Set available screen options based on builtin or custom key set.r-rUrTrrN)rrrurvrrUrr|rTrTrUr:s




zKeysPage.set_keys_typecCsF|jt}|j|}|d}|jr:|j}n
|j}t	}|t
dkr~t
d|}|D]}||||<qht|}t
|d||j}	|	r*|jrd}
||
}|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.
        rrzGet New KeyszcYour changes will be saved as a new Custom Key Set. Enter a name for your new Custom Key Set below.N - )rrrrrrr`rbr-ZGetCurrentKeySetr~rJvaluesr/rget_new_keys_namerrcreate_new_key_setdeleter
rr)rQ
list_indexbinding	bind_nameZcurrent_key_set_nameZcurrent_bindingskey_set_changesrZcurrent_key_sequencesnew_keysr
new_keysetrTrTrUrFs>	




zKeysPage.get_new_keyscCs,tddtdd}t|d||j}|S)z)Return new key set name from query popup.rrrzNew Custom Key Setr)rQrrrrTrTrUrrs

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)rr)rQZ
new_keys_namerTrTrUrzs
zKeysPage.save_as_new_key_setcCs|jddS)z6Activate button to assign new keys to selected action.rN)rrUrQrrTrTrUrszKeysPage.on_bindingslist_selectc
Cs|jr|j}n
|j}t|}i}|D]&}|dd}d||}|||<q2|tdkrtd|}|D]}||||<qv|||t	dd}	|	
|j|	||j
d|dS)zCreate 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.
        rqrHrrrN)rrr`rbr-ZGetCoreKeysjoinr~save_new_key_setrrrvrrr)
rQZnew_key_set_nameZprev_key_set_nameZ	prev_keysrrZ
event_namerrZcustom_key_listrTrTrUrs&



zKeysPage.create_new_key_setcCsd}|jrd}|jt}t|}t|}||j	dt
|D]`}d||}|dd}|tdkr|td|krtd||}|j
t
|d|qN|r|j||j||j|d	S)
zReload the list of action/key binding pairs for the active key set.

        An action/key binding can be selected to change the key binding.
        FTrrHrqrrrN)rrrrr-Z	GetKeySetrJrrrrrr~r
rrr)rQrZreselectrkeysetZ
bind_namesrrrTrTrUrs&

zKeysPage.load_keys_listcCs:tjd||D] }||}tjd|||qdS)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
        rNr)rrrrrTrTrUrszKeysPage.save_new_key_setcOstj||SrrrrTrTrUrszKeysPage.askyesnocCs|j}d}|jd|||ds&dS|jtd|tdd}|	|sp|j
d|j
|dn|j
||d	|jtjd
dd|jtjd
dd
ptt|j|j|dS)zHandle 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 SetrNrrrrrrrrr)rbrrr(r}r~rr-rrrrUrvrrrrrr`rrrrr)rQrrrrTrTrUrs6



zKeysPage.delete_custom_keys)rrrrFrrr_rarrrrrrrrrstaticmethodrrrrrTrTrrUriCs&!	,
ricsdeZdZfddZddZddZddZd	d
ZddZd
dZ	ddZ
ddZddZZ
S)rjcs(t||||dSr)rrFinit_validatorscreate_page_generalload_general_cfgr,rrTrUrFszGenPage.__init__cs*tdfdd}||df|_dS)Nz[0-9]*cs|dk	S)z+Return 's is blank or contains only digits'N)	fullmatchr
Zdigits_or_empty_rerTrUis_digits_or_emptysz3GenPage.init_validators.<locals>.is_digits_or_emptyr)recompilerdigits_only)rQrrTrrUrs
zGenPage.init_validatorsc Cstt|d|_tt|d|_tt|d|_tt|d|_tt|d|_	tt|d|_
tt|d|_tt|d|_tt|d	|_
tt|d
|_tt|d|_tt|d|_tt|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<|j1t2|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?d7dHdOS)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
        )rGeneraleditor-on-startup)rrrE)rrrD)rrcursor-blink)rr5	popupwait)rr7r))rr7flash-delay)rr7bell)rPyShellauto-squeeze-min-lines)rrautosave)rr8	max-width)rrline-numbers-default)rr6maxlinesrqz Window Preferencesrz Editor Preferencesz Shell Preferencesz Additional Help Sources rrYz
At StartuprZrzOpen Edit Window)rrr[zOpen Shell Windowz$Initial Window Size  (in characters)ZWidthrpr)rrErrZHeightzCursor Blink)rrEz%Completions Popup Wait (milliseconds)ro)rErrrzParen Match StyleZ
expressionopenerZparensz;Time Match Displayed (milliseconds)
(0 is until next input)rzBell on Mismatch)r[rzAt Start of Run (F5)  zPrompt to Savez	No PromptzFormat Paragraph Max Widthr#z Show line numbers in new windowszMax Context Lines :zAuto-Squeeze Min. Lines:rtTrrrrrZEditrTr)r[rUrErrZAdd)r[rErrZRemoverZrr]r)r_rrr[rr)r_rra)r_rr`rarN)CrOrlrstartup_editr	win_width
win_heightrcursor_blinkautocomplete_waitparen_styleflash_delay
paren_bellauto_squeeze_min_linesrformat_widthline_numbers_default
context_linesr!rr r%r(Zstartup_editor_onZstartup_shell_onr$rZ
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)rrrhelp_source_selectedr"helplist_item_editbutton_helplist_edithelplist_item_addZbutton_helplist_addhelplist_item_removebutton_helplist_removermrr	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_helplistrTrTrUrs(HzGenPage.create_page_generalc	Cs|jtjddddd|jtjddddd|jtjddd	dd|jtjddd
dd|jtjddd
dd|jtddd|j	tjddddd|j
tddd|jtjdddddd|jtjddddd|j
tjddddd|jtjddddd|jtjdddddt|_|jdd|jD]}|jt|dqj|dS)z<Load current configuration settings for the general options.rrrr)rrrErrDrrr5rr7r)rrrrr$r8rrr6rrrrN)rrr-r%rrrrrrrrrrrrZGetAllExtraHelpSourcesList
user_helplistrrr
rset_add_delete_state)rQZ	help_itemrTrTrUr)s














zGenPage.load_general_cfgcCs|dS)z+Handle event for selecting additional help.N)rrrTrTrUrRszGenPage.help_source_selectedcCsh|jdkr(|jd|jdn<|jrL|jd|jdn|jd|jddS)zAToggle the state for the help list buttons based on list entries.rrrN)rsizerrUrrr|rTrTrUrVs
zGenPage.set_add_delete_statecCs:t|dj}|r6|j||jt|d|dS)zHandle add button for the help list.

        Query for name and location of new help sources and add
        them to the list.
        zNew Help SourcerN)r3rrrrr
rupdate_help_changes)rQhelp_sourcerTrTrUrcs
zGenPage.helplist_item_addcCsx|jt}|j|}t|d|d|ddj}|rt||krt||j|<|j||j||d||	dS)zHandle edit button for the help list.

        Query with existing help source information and update
        config if the values are changed.
        zEdit Help Sourcerr)ZmenuitemfilepathN)
rrrrr3rrr
rr)rQ
item_indexrZnew_help_sourcerTrTrUros

zGenPage.helplist_item_editcCs4|jt}|j|=|j|||dS)z`Handle remove button for the help list.

        Delete the help list item from config.
        N)rrrrrrr)rQrrTrTrUrs
zGenPage.helplist_item_removecCsVitdd<tdt|jdD]0}tddt|d|j|dddq dS)z2Clear and rebuild the HelpFiles section in changesrZ	HelpFilesr;Nrq)r~rkrirr rr)rQnumrTrTrUrszGenPage.update_help_changes)rrrrFrrrrrrrrrrrTrTrrUrjs()
rjc@sDeZdZdZddZddZddZedd	Zd
dZ	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)untracedtracedr|rTrTrUrFs	zVarTrace.__init__cCs|j|jdS)zClear lists (for tests).N)r
rrr|rTrTrUrs
zVarTrace.clearcCs*t|tr|||}|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.
        )
isinstancetuple
make_callbackr
rrQrcallbackrTrTrUrls
zVarTrace.addcsfdd}|S)zCReturn default callback function to add values to changes instance.cstjfdS)z&Add config values to changes instance.N)r~r r)r"rrrTrUdefault_callbacksz0VarTrace.make_callback.<locals>.default_callbackrT)rrrrTrrUrszVarTrace.make_callbackcCs6|jr2|j\}}|d||j||fqdS)z0Attach callback to all vars that are not traced.writeN)r
popZ	trace_addrrrrTrTrUrPszVarTrace.attachcCsB|jr>|j\}}|d|dd|j||fqdS)z!Remove callback from traced vars.rrrN)rrZtrace_removeZ
trace_infor
rrrTrTrUdetachszVarTrace.detachN)rrrrrFrrlrrrPrrTrTrTrUr	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".
a
ZzDummy: This extension is provided as an example for how to create and
use an extension.  Enable indicates whether the extension is active or
not; likewise enable_editor and enable_shell indicate which windows it
will be active on.  For this extension, z-text is the text that will be
inserted at or removed from the beginning of the lines of selected text,
or the current line if no selection.
)rYr\rrr]cCs2|sdSzt|WdStk
r,YdSXdS)z(Return 's is blank or represents an int'TFN)rrrrTrTrUr	src@seZdZdZddZdS)rzA 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
    cstj||f||t|td}|jtttdt|dd|j	ddjt
ttd|j
jdddt|_jddtdfd	d
}d|fdd
}d|dS)Nr)rar_r`r)rvr?rrErr)Zwindowrcs$f}jd|ddS)Nz	0 0 %s %s)Zscrollregion)winfo_reqwidthZwinfo_reqheightr)rr)canvasrrTrU_configure_interiorB	sz;VerticalScrolledFrame.__init__.<locals>._configure_interiorz<Configure>cs&kr"jddS)N)rE)rZwinfo_widthZ
itemconfigure)rrrZinterior_idrTrU_configure_canvasH	sz9VerticalScrolledFrame.__init__.<locals>._configure_canvas)r rFr)rrmrr
r
rrrrr	rrZxview_movetoZyview_movetorZ
create_windowrr)rQrGrkwZ
vscrollbarrrrTrrUrF-	s$

zVerticalScrolledFrame.__init__N)rrrrrFrTrTrTrUr&	sr__main__)rz#idlelib.idle_test.test_configdialogrqF)	verbosityexit)run)^rrtkinterrrrrrrrr	r
rrr
rrrrrrrrrrrrrrrrrrZtkinter.ttkr r!r"r#r$r%r&r'r(r)r*r+Ztkinter.fontrrr,Zidlelib.configr-r.Zidlelib.config_keyr/Zidlelib.dynoptionr0Zidlelibr1Z
idlelib.queryr2r3Zidlelib.textviewr4Zidlelib.autocompleter5Zidlelib.codecontextr6Zidlelib.parenmatchr7Zidlelib.formatr8Zidlelib.squeezerr9r:r~rr;rrhrfrirjr	rOrrrrrZunittestrZidlelib.idle_test.htestr rTrTrTrU<module>sx4S3'=>+


Zerion Mini Shell 1.0