jpayne@68: # config-extensions.def jpayne@68: # jpayne@68: # The following sections are for features that are no longer extensions. jpayne@68: # Their options values are left here for back-compatibility. jpayne@68: jpayne@68: [AutoComplete] jpayne@68: popupwait= 2000 jpayne@68: jpayne@68: [CodeContext] jpayne@68: maxlines= 15 jpayne@68: jpayne@68: [FormatParagraph] jpayne@68: max-width= 72 jpayne@68: jpayne@68: [ParenMatch] jpayne@68: style= expression jpayne@68: flash-delay= 500 jpayne@68: bell= True jpayne@68: jpayne@68: # IDLE reads several config files to determine user preferences. This jpayne@68: # file is the default configuration file for IDLE extensions settings. jpayne@68: # jpayne@68: # Each extension must have at least one section, named after the jpayne@68: # extension module. This section must contain an 'enable' item (=True to jpayne@68: # enable the extension, =False to disable it), it may contain jpayne@68: # 'enable_editor' or 'enable_shell' items, to apply it only to editor ir jpayne@68: # shell windows, and may also contain any other general configuration jpayne@68: # items for the extension. Other True/False values will also be jpayne@68: # recognized as boolean by the Extension Configuration dialog. jpayne@68: # jpayne@68: # Each extension must define at least one section named jpayne@68: # ExtensionName_bindings or ExtensionName_cfgBindings. If present, jpayne@68: # ExtensionName_bindings defines virtual event bindings for the jpayne@68: # extension that are not user re-configurable. If present, jpayne@68: # ExtensionName_cfgBindings defines virtual event bindings for the jpayne@68: # extension that may be sensibly re-configured. jpayne@68: # jpayne@68: # If there are no keybindings for a menus' virtual events, include lines jpayne@68: # like <>=. jpayne@68: # jpayne@68: # Currently it is necessary to manually modify this file to change jpayne@68: # extension key bindings and default values. To customize, create jpayne@68: # ~/.idlerc/config-extensions.cfg and append the appropriate customized jpayne@68: # section(s). Those sections will override the defaults in this file. jpayne@68: # jpayne@68: # Note: If a keybinding is already in use when the extension is loaded, jpayne@68: # the extension's virtual event's keybinding will be set to ''. jpayne@68: # jpayne@68: # See config-keys.def for notes on specifying keys and extend.txt for jpayne@68: # information on creating IDLE extensions. jpayne@68: jpayne@68: # A fake extension for testing and example purposes. When enabled and jpayne@68: # invoked, inserts or deletes z-text at beginning of every line. jpayne@68: [ZzDummy] jpayne@68: enable= False jpayne@68: enable_shell = False jpayne@68: enable_editor = True jpayne@68: z-text= Z jpayne@68: [ZzDummy_cfgBindings] jpayne@68: z-in= jpayne@68: [ZzDummy_bindings] jpayne@68: z-out=