| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | # IDLE reads several config files to determine user preferences.  This  | 
					
						
							|  |  |  | # file is the default config file for idle extensions settings.   | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | # | 
					
						
							|  |  |  | # Each extension must have at least one section, named after the extension | 
					
						
							| 
									
										
										
										
											2002-12-03 20:34:43 +00:00
										 |  |  | # 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. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-02-11 03:45:22 +00:00
										 |  |  | # See config-keys.def for notes on specifying keys. | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-04 07:53:06 +00:00
										 |  |  | [FormatParagraph] | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | enable=1 | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [FormatParagraph_cfgBindings] | 
					
						
							|  |  |  | format-paragraph=<Alt-Key-q> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-04 07:53:06 +00:00
										 |  |  | [AutoExpand] | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | enable=1 | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [AutoExpand_cfgBindings] | 
					
						
							|  |  |  | expand-word=<Alt-Key-slash> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [ZoomHeight] | 
					
						
							|  |  |  | enable=1 | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [ZoomHeight_cfgBindings] | 
					
						
							| 
									
										
										
										
											2002-12-23 03:35:27 +00:00
										 |  |  | zoom-height=<Alt-Key-2> | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-06-12 03:28:57 +00:00
										 |  |  | [ScriptBinding] | 
					
						
							|  |  |  | enable=1 | 
					
						
							|  |  |  | [ScriptBinding_cfgBindings] | 
					
						
							|  |  |  | run-script=<Key-F5> | 
					
						
							| 
									
										
										
										
											2002-12-03 20:34:43 +00:00
										 |  |  | check-module=<Alt-Key-x> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [CallTips] | 
					
						
							|  |  |  | enable=1 | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [CallTips_bindings] | 
					
						
							|  |  |  | paren-open=<Key-parenleft> | 
					
						
							|  |  |  | paren-close=<Key-parenright> | 
					
						
							|  |  |  | check-calltip-cancel=<KeyRelease> | 
					
						
							|  |  |  | calltip-cancel=<ButtonPress> <Key-Escape> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [ParenMatch] | 
					
						
							|  |  |  | enable=0 | 
					
						
							|  |  |  | style= expression | 
					
						
							|  |  |  | flash-delay= 500 | 
					
						
							|  |  |  | bell= 1 | 
					
						
							|  |  |  | hilite-foreground= black | 
					
						
							|  |  |  | hilite-background= #43cd80 | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [ParenMatch_bindings] | 
					
						
							|  |  |  | flash-open-paren=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright> | 
					
						
							|  |  |  | check-restore=<KeyPress> |