# IDLE reads several config files to determine user preferences. This # file is the default config file for idle extensions settings. # # Each extension must have at least one section, named after the extension # module. This section must contain an 'enable' item (=1 to enable the # extension, =0 to disable it) and also contains any other general configuration # items for the extension. Each extension may also define up to two optional # sections named ExtensionName_bindings and ExtensionName_cfgBindings. If # present, ExtensionName_bindings defines virtual event bindings for the # extension that are not sensibly re-configurable. If present, # ExtensionName_cfgBindings defines virtual event bindings for the extension # that may be sensibly re-configured. # See config-keys.def for notes on specifying keys. [FormatParagraph] enable=1 [FormatParagraph_cfgBindings] format-paragraph= [AutoIndent] enable=1 [AutoIndent_cfgBindings] smart-backspace= newline-and-indent= smart-indent= indent-region= dedent-region= comment-region= uncomment-region= tabify-region= untabify-region= toggle-tabs= change-indentwidth= [AutoExpand] enable=1 [AutoExpand_cfgBindings] expand-word= [ZoomHeight] enable=1 [ZoomHeight_cfgBindings] zoom-height= #[ExecBinding] # Revert to ScriptBinding #enable=1 #[ExecBinding_cfgBindings] #run-complete-script= #stop-execution= [ScriptBinding] enable=1 [ScriptBinding_cfgBindings] run-script= #check-module= #import-module= [CallTips] enable=1 [CallTips_bindings] paren-open= paren-close= check-calltip-cancel= calltip-cancel= [ParenMatch] enable=0 style= expression flash-delay= 500 bell= 1 hilite-foreground= black hilite-background= #43cd80 [ParenMatch_bindings] flash-open-paren= check-restore=