| 
									
										
										
										
											2004-06-06 01:29:22 +00:00
										 |  |  | # config-extensions.def | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2017-09-10 16:19:47 -05:00
										 |  |  | # The following sections are for features that are no longer extensions. | 
					
						
							|  |  |  | # Their options values are left here for back-compatibility. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [AutoComplete] | 
					
						
							|  |  |  | popupwait= 2000 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [CodeContext] | 
					
						
							| 
									
										
										
										
											2018-06-01 19:23:00 -04:00
										 |  |  | maxlines= 15 | 
					
						
							| 
									
										
										
										
											2017-09-10 16:19:47 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | [FormatParagraph] | 
					
						
							|  |  |  | max-width= 72 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [ParenMatch] | 
					
						
							|  |  |  | style= expression | 
					
						
							|  |  |  | flash-delay= 500 | 
					
						
							|  |  |  | bell= True | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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 | 
					
						
							| 
									
										
										
										
											2017-09-10 16:19:47 -05:00
										 |  |  | # like <<toggle-code-context>>=. | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-10 16:19:47 -05:00
										 |  |  | # A fake extension for testing and example purposes.  When enabled and | 
					
						
							|  |  |  | # invoked, inserts or deletes z-text at beginning of every line. | 
					
						
							|  |  |  | [ZzDummy] | 
					
						
							| 
									
										
										
										
											2017-09-14 18:51:51 -04:00
										 |  |  | enable= False | 
					
						
							| 
									
										
										
										
											2017-09-10 16:19:47 -05:00
										 |  |  | enable_shell = False | 
					
						
							|  |  |  | enable_editor = True | 
					
						
							|  |  |  | z-text= Z | 
					
						
							|  |  |  | [ZzDummy_cfgBindings] | 
					
						
							|  |  |  | z-in= <Control-Shift-KeyRelease-Insert> | 
					
						
							|  |  |  | [ZzDummy_bindings] | 
					
						
							|  |  |  | z-out= <Control-Shift-KeyRelease-Delete> |