blob: d4905e83364747589dd490c3794fffe165b39017 [file] [log] [blame]
Steven M. Gavac11ccf32001-09-24 09:43:17 +00001# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle extensions settings.
Steven M. Gava72c3bf02002-01-19 10:41:51 +00003#
4# Each extension must have at least one section, named after the extension
Kurt B. Kaiser318016b2002-12-03 20:34:43 +00005# module. This section must contain an 'enable' item (=1 to enable the
6# extension, =0 to disable it) and also contains any other general
7# configuration items for the extension. Each extension may also define up to
8# two optional sections named ExtensionName_bindings and
9# ExtensionName_cfgBindings. If present, ExtensionName_bindings defines virtual
10# event bindings for the extension that are not sensibly re-configurable. If
11# present, ExtensionName_cfgBindings defines virtual event bindings for the
12# extension that may be sensibly re-configured.
13
Steven M. Gavae28ee752002-02-11 03:45:22 +000014# See config-keys.def for notes on specifying keys.
Steven M. Gavac11ccf32001-09-24 09:43:17 +000015
Steven M. Gava0cae01c2002-01-04 07:53:06 +000016[FormatParagraph]
17enable=1
Steven M. Gava72c3bf02002-01-19 10:41:51 +000018[FormatParagraph_cfgBindings]
19format-paragraph=<Alt-Key-q>
Steven M. Gava0cae01c2002-01-04 07:53:06 +000020
Steven M. Gavac11ccf32001-09-24 09:43:17 +000021[AutoExpand]
22enable=1
Steven M. Gava72c3bf02002-01-19 10:41:51 +000023[AutoExpand_cfgBindings]
24expand-word=<Alt-Key-slash>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000025
Steven M. Gavac11ccf32001-09-24 09:43:17 +000026[ZoomHeight]
27enable=1
Steven M. Gava72c3bf02002-01-19 10:41:51 +000028[ZoomHeight_cfgBindings]
Kurt B. Kaiser710fa6c2002-12-23 03:35:27 +000029zoom-height=<Alt-Key-2>
Steven M. Gava72c3bf02002-01-19 10:41:51 +000030
Kurt B. Kaiser969de452002-06-12 03:28:57 +000031[ScriptBinding]
32enable=1
33[ScriptBinding_cfgBindings]
Kurt B. Kaisereb9637e2003-01-26 04:17:16 +000034run-module=<Key-F5>
Kurt B. Kaiser318016b2002-12-03 20:34:43 +000035check-module=<Alt-Key-x>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000036
37[CallTips]
38enable=1
Steven M. Gava72c3bf02002-01-19 10:41:51 +000039[CallTips_bindings]
40paren-open=<Key-parenleft>
41paren-close=<Key-parenright>
42check-calltip-cancel=<KeyRelease>
43calltip-cancel=<ButtonPress> <Key-Escape>
Steven M. Gavac11ccf32001-09-24 09:43:17 +000044
45[ParenMatch]
46enable=0
47style= expression
48flash-delay= 500
49bell= 1
50hilite-foreground= black
51hilite-background= #43cd80
Steven M. Gava72c3bf02002-01-19 10:41:51 +000052[ParenMatch_bindings]
53flash-open-paren=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright>
54check-restore=<KeyPress>