| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | # IDLE reads several config files to determine user preferences.  This | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | # file is the default config file for general idle settings. | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | # | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | # When IDLE starts, it will look in | 
					
						
							|  |  |  | # the following two sets of files, in order: | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #     default configuration | 
					
						
							|  |  |  | #     --------------------- | 
					
						
							|  |  |  | #     config-main.def         the default general config file | 
					
						
							|  |  |  | #     config-extensions.def   the default extension config file | 
					
						
							|  |  |  | #     config-highlight.def    the default highlighting config file | 
					
						
							|  |  |  | #     config-keys.def         the default keybinding config file | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #     user configuration | 
					
						
							|  |  |  | #     ------------------- | 
					
						
							| 
									
										
										
										
											2003-08-09 01:51:28 +00:00
										 |  |  | #     ~/.idlerc/config-main.cfg            the user general config file | 
					
						
							|  |  |  | #     ~/.idlerc/config-extensions.cfg      the user extension config file | 
					
						
							|  |  |  | #     ~/.idlerc/config-highlight.cfg       the user highlighting config file | 
					
						
							|  |  |  | #     ~/.idlerc/config-keys.cfg            the user keybinding config file | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2005-02-03 01:37:14 +00:00
										 |  |  | # On Windows2000 and Windows XP the .idlerc directory is at | 
					
						
							|  |  |  | #     Documents and Settings\<username>\.idlerc | 
					
						
							| 
									
										
										
										
											2003-08-09 01:51:28 +00:00
										 |  |  | # | 
					
						
							|  |  |  | # On Windows98 it is at c:\.idlerc | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | # | 
					
						
							|  |  |  | # Any options the user saves through the config dialog will be saved to | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | # the relevant user config file. Reverting any general setting to the | 
					
						
							|  |  |  | # default causes that entry to be wiped from the user file and re-read | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | # from the default file. User highlighting themes or keybinding sets are | 
					
						
							|  |  |  | # retained unless specifically deleted within the config dialog. Choosing | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | # one of the default themes or keysets just applies the relevant settings | 
					
						
							|  |  |  | # from the default file. | 
					
						
							| 
									
										
										
										
											2003-01-14 22:03:31 +00:00
										 |  |  | # | 
					
						
							|  |  |  | # Additional help sources are listed in the [HelpFiles] section and must be | 
					
						
							|  |  |  | # viewable by a web browser (or the Windows Help viewer in the case of .chm | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | # files). These sources will be listed on the Help menu.  The pattern is | 
					
						
							|  |  |  | # <sequence_number = menu item;/path/to/help/source> | 
					
						
							| 
									
										
										
										
											2003-01-14 22:03:31 +00:00
										 |  |  | # You can't use a semi-colon in a menu item or path.  The path will be platform | 
					
						
							|  |  |  | # specific because of path separators, drive specs etc. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # It is best to use the Configuration GUI to set up additional help sources! | 
					
						
							|  |  |  | # Example: | 
					
						
							|  |  |  | #1 = My Extra Help Source;/usr/share/doc/foo/index.html | 
					
						
							|  |  |  | #2 = Another Help Source;/path/to/another.pdf | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [General] | 
					
						
							| 
									
										
										
										
											2003-01-14 22:03:31 +00:00
										 |  |  | editor-on-startup= 0 | 
					
						
							| 
									
										
										
										
											2003-05-26 06:23:10 +00:00
										 |  |  | autosave= 0 | 
					
						
							| 
									
										
										
										
											2011-06-07 15:19:44 +02:00
										 |  |  | print-command-posix=lpr %%s | 
					
						
							|  |  |  | print-command-win=start /min notepad /p %%s | 
					
						
							| 
									
										
										
										
											2003-06-01 01:08:32 +00:00
										 |  |  | delete-exitfunc= 1 | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [EditorWindow] | 
					
						
							|  |  |  | width= 80 | 
					
						
							| 
									
										
										
										
											2003-05-26 20:35:53 +00:00
										 |  |  | height= 40 | 
					
						
							| 
									
										
										
										
											2015-08-01 18:57:33 -04:00
										 |  |  | font= TkFixedFont | 
					
						
							| 
									
										
										
										
											2003-05-26 20:35:53 +00:00
										 |  |  | font-size= 10 | 
					
						
							| 
									
										
										
										
											2002-01-22 05:56:40 +00:00
										 |  |  | font-bold= 0 | 
					
						
							| 
									
										
										
										
											2003-05-26 06:23:10 +00:00
										 |  |  | encoding= none | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [Indent] | 
					
						
							|  |  |  | use-spaces= 1 | 
					
						
							|  |  |  | num-spaces= 4 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [Theme] | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | default= 1 | 
					
						
							| 
									
										
										
										
											2002-01-03 12:05:17 +00:00
										 |  |  | name= IDLE Classic | 
					
						
							| 
									
										
										
										
											2015-11-12 15:02:57 -05:00
										 |  |  | name2= | 
					
						
							|  |  |  | # name2 set in user config-main.cfg for themes added after 2015 Oct 1 | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | [Keys] | 
					
						
							| 
									
										
										
										
											2003-05-18 02:21:55 +00:00
										 |  |  | default= 1 | 
					
						
							| 
									
										
										
										
											2002-01-04 07:53:06 +00:00
										 |  |  | name= IDLE Classic Windows | 
					
						
							| 
									
										
										
										
											2001-09-24 09:43:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-03 01:37:14 +00:00
										 |  |  | [History] | 
					
						
							|  |  |  | cyclic=1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-02-05 04:52:32 +00:00
										 |  |  | [HelpFiles] |