| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # config-extensions.def | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | # IDLE reads several config files to determine user preferences.  This | 
					
						
							| 
									
										
										
										
											2003-07-16 03:10:43 +00:00
										 |  |  | # file is the default configuration file for IDLE extensions settings. | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | # | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | # Each extension must have at least one section, named after the | 
					
						
							|  |  |  | # extension module. This section must contain an 'enable' item (=True to | 
					
						
							|  |  |  | # enable the extension, =False to disable it), it may contain | 
					
						
							|  |  |  | # 'enable_editor' or 'enable_shell' items, to apply it only to editor ir | 
					
						
							|  |  |  | # shell windows, and may also contain any other general configuration | 
					
						
							|  |  |  | # items for the extension.  Other True/False values will also be | 
					
						
							|  |  |  | # recognized as boolean by the Extension Configuration dialog. | 
					
						
							| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | # Each extension must define at least one section named | 
					
						
							|  |  |  | # ExtensionName_bindings or ExtensionName_cfgBindings. If present, | 
					
						
							|  |  |  | # ExtensionName_bindings defines virtual event bindings for the | 
					
						
							|  |  |  | # extension that are not user re-configurable. If present, | 
					
						
							|  |  |  | # ExtensionName_cfgBindings defines virtual event bindings for the | 
					
						
							| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # extension that may be sensibly re-configured. | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | # If there are no keybindings for a menus' virtual events, include lines | 
					
						
							|  |  |  | # like <<toggle-code-context>>=  (See [CodeContext], below.) | 
					
						
							| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | # Currently it is necessary to manually modify this file to change | 
					
						
							|  |  |  | # extension key bindings and default values. To customize, create | 
					
						
							| 
									
										
										
										
											2004-04-21 20:06:26 +00:00
										 |  |  | # ~/.idlerc/config-extensions.cfg and append the appropriate customized | 
					
						
							|  |  |  | # section(s).  Those sections will override the defaults in this file. | 
					
						
							| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | # Note: If a keybinding is already in use when the extension is loaded, | 
					
						
							|  |  |  | # the extension's virtual event's keybinding will be set to ''. | 
					
						
							| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # | 
					
						
							| 
									
										
										
										
											2004-04-21 20:06:26 +00:00
										 |  |  | # See config-keys.def for notes on specifying keys and extend.txt for | 
					
						
							|  |  |  | # information on creating IDLE extensions. | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | [AutoComplete] | 
					
						
							|  |  |  | enable=True | 
					
						
							|  |  |  | popupwait=2000 | 
					
						
							|  |  |  | [AutoComplete_cfgBindings] | 
					
						
							|  |  |  | force-open-completions=<Control-Key-space> | 
					
						
							|  |  |  | [AutoComplete_bindings] | 
					
						
							|  |  |  | autocomplete=<Key-Tab> | 
					
						
							|  |  |  | try-open-completions=<KeyRelease-period> <KeyRelease-slash> <KeyRelease-backslash> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-01-04 07:53:06 +00:00
										 |  |  | [AutoExpand] | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | enable=True | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [AutoExpand_cfgBindings] | 
					
						
							|  |  |  | expand-word=<Alt-Key-slash> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [CallTips] | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | enable=True | 
					
						
							| 
									
										
										
										
											2005-11-18 22:05:48 +00:00
										 |  |  | [CallTips_cfgBindings] | 
					
						
							|  |  |  | force-open-calltip=<Control-Key-backslash> | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [CallTips_bindings] | 
					
						
							| 
									
										
										
										
											2005-11-18 22:05:48 +00:00
										 |  |  | try-open-calltip=<KeyRelease-parenleft> | 
					
						
							|  |  |  | refresh-calltip=<KeyRelease-parenright> <KeyRelease-0> | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | [CodeContext] | 
					
						
							|  |  |  | enable=True | 
					
						
							|  |  |  | enable_shell=False | 
					
						
							|  |  |  | numlines=3 | 
					
						
							|  |  |  | visible=False | 
					
						
							|  |  |  | bgcolor=LightGray | 
					
						
							|  |  |  | fgcolor=Black | 
					
						
							|  |  |  | [CodeContext_bindings] | 
					
						
							|  |  |  | toggle-code-context= | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [FormatParagraph] | 
					
						
							|  |  |  | enable=True | 
					
						
							| 
									
										
										
										
											2014-12-16 03:21:26 -05:00
										 |  |  | max-width=72 | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | [FormatParagraph_cfgBindings] | 
					
						
							|  |  |  | format-paragraph=<Alt-Key-q> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | [ParenMatch] | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | enable=True | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | style= expression | 
					
						
							|  |  |  | flash-delay= 500 | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | bell=True | 
					
						
							| 
									
										
										
										
											2005-11-18 22:05:48 +00:00
										 |  |  | [ParenMatch_cfgBindings] | 
					
						
							|  |  |  | flash-paren=<Control-Key-0> | 
					
						
							| 
									
										
										
										
											2002-01-19 10:41:51 +00:00
										 |  |  | [ParenMatch_bindings] | 
					
						
							| 
									
										
										
										
											2005-11-18 22:05:48 +00:00
										 |  |  | paren-closed=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-05-29 01:22:18 +00:00
										 |  |  | [RstripExtension] | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | enable=True | 
					
						
							|  |  |  | enable_shell=False | 
					
						
							|  |  |  | enable_editor=True | 
					
						
							| 
									
										
										
										
											2009-05-29 01:22:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-10-14 18:55:20 -04:00
										 |  |  | [ScriptBinding] | 
					
						
							|  |  |  | enable=True | 
					
						
							|  |  |  | enable_shell=False | 
					
						
							|  |  |  | enable_editor=True | 
					
						
							|  |  |  | [ScriptBinding_cfgBindings] | 
					
						
							|  |  |  | run-module=<Key-F5> | 
					
						
							|  |  |  | check-module=<Alt-Key-x> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [ZoomHeight] | 
					
						
							|  |  |  | enable=True | 
					
						
							|  |  |  | [ZoomHeight_cfgBindings] | 
					
						
							|  |  |  | zoom-height=<Alt-Key-2> |