# IDLE reads several config files to determine user preferences. This # file is the default config file for general idle settings. # # 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 # ------------------- # ~/.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 # # On Windows2000 and Windows XP the .idlerc directory is at # Documents and Settings\<username>\.idlerc # # On Windows98 it is at c:\.idlerc # # Any options the user saves through the config dialog will be saved to # 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 # from the default file. User highlighting themes or keybinding sets are # retained unless specifically deleted within the config dialog. Choosing # one of the default themes or keysets just applies the relevant settings # from the default file. # # 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 # files). These sources will be listed on the Help menu. The pattern is # <sequence_number = menu item;/path/to/help/source> # 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 [General] editor-on-startup= 0 autosave= 0 print-command-posix=lpr %%s print-command-win=start /min notepad /p %%s delete-exitfunc= 1 [EditorWindow] width= 80 height= 40 font= TkFixedFont font-size= 10 font-bold= 0 encoding= none [Indent] use-spaces= 1 num-spaces= 4 [Theme] default= 1 name= IDLE Classic name2= # name2 set in user config-main.cfg for themes added after 2015 Oct 1 [Keys] default= 1 name= IDLE Classic Windows [History] cyclic=1 [HelpFiles]
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Icons | Folder | 0755 |
|
|
__pycache__ | Folder | 0755 |
|
|
idle_test | Folder | 0755 |
|
|
AutoComplete.py | File | 8.99 KB | 0644 |
|
AutoCompleteWindow.py | File | 17.32 KB | 0644 |
|
AutoExpand.py | File | 3.32 KB | 0644 |
|
Bindings.py | File | 3.04 KB | 0644 |
|
CREDITS.txt | File | 1.82 KB | 0644 |
|
CallTipWindow.py | File | 5.89 KB | 0644 |
|
CallTips.py | File | 5.79 KB | 0644 |
|
ChangeLog | File | 55.07 KB | 0644 |
|
ClassBrowser.py | File | 6.83 KB | 0644 |
|
CodeContext.py | File | 8.16 KB | 0644 |
|
ColorDelegator.py | File | 10.35 KB | 0644 |
|
Debugger.py | File | 18.32 KB | 0644 |
|
Delegator.py | File | 1.02 KB | 0644 |
|
EditorWindow.py | File | 64.06 KB | 0644 |
|
FileList.py | File | 3.72 KB | 0644 |
|
FormatParagraph.py | File | 7.12 KB | 0644 |
|
GrepDialog.py | File | 5 KB | 0644 |
|
HISTORY.txt | File | 10.07 KB | 0644 |
|
HyperParser.py | File | 12.58 KB | 0644 |
|
IOBinding.py | File | 20.12 KB | 0644 |
|
IdleHistory.py | File | 3.96 KB | 0644 |
|
MultiCall.py | File | 18.14 KB | 0644 |
|
MultiStatusBar.py | File | 1.32 KB | 0644 |
|
NEWS.txt | File | 15.17 KB | 0644 |
|
NEWS2x.txt | File | 26.54 KB | 0644 |
|
ObjectBrowser.py | File | 3.88 KB | 0644 |
|
OutputWindow.py | File | 4.29 KB | 0644 |
|
ParenMatch.py | File | 6.56 KB | 0644 |
|
PathBrowser.py | File | 3.13 KB | 0644 |
|
Percolator.py | File | 3.1 KB | 0644 |
|
PyParse.py | File | 19.98 KB | 0644 |
|
PyShell.py | File | 57.47 KB | 0755 |
|
README.txt | File | 7.71 KB | 0644 |
|
RemoteDebugger.py | File | 11.73 KB | 0644 |
|
RemoteObjectBrowser.py | File | 964 B | 0644 |
|
ReplaceDialog.py | File | 7.31 KB | 0644 |
|
RstripExtension.py | File | 1.03 KB | 0644 |
|
ScriptBinding.py | File | 7.87 KB | 0644 |
|
ScrolledList.py | File | 4.27 KB | 0644 |
|
SearchDialog.py | File | 3.05 KB | 0644 |
|
SearchDialogBase.py | File | 6.84 KB | 0644 |
|
SearchEngine.py | File | 7.31 KB | 0644 |
|
StackViewer.py | File | 4.32 KB | 0644 |
|
TODO.txt | File | 8.28 KB | 0644 |
|
ToolTip.py | File | 3.1 KB | 0644 |
|
TreeWidget.py | File | 14.67 KB | 0644 |
|
UndoDelegator.py | File | 10.72 KB | 0644 |
|
WidgetRedirector.py | File | 6.78 KB | 0644 |
|
WindowList.py | File | 2.41 KB | 0644 |
|
ZoomHeight.py | File | 1.27 KB | 0644 |
|
__init__.py | File | 335 B | 0644 |
|
__main__.py | File | 159 B | 0644 |
|
aboutDialog.py | File | 6.82 KB | 0644 |
|
config-extensions.def | File | 2.9 KB | 0644 |
|
config-highlight.def | File | 2.46 KB | 0644 |
|
config-keys.def | File | 7.59 KB | 0644 |
|
config-main.def | File | 2.5 KB | 0644 |
|
configDialog.py | File | 63.54 KB | 0644 |
|
configHandler.py | File | 31.69 KB | 0644 |
|
configHelpSourceEdit.py | File | 6.66 KB | 0644 |
|
configSectionNameDialog.py | File | 3.91 KB | 0644 |
|
dynOptionMenuWidget.py | File | 1.94 KB | 0644 |
|
extend.txt | File | 3.56 KB | 0644 |
|
help.html | File | 42.39 KB | 0644 |
|
help.py | File | 10.7 KB | 0644 |
|
help.txt | File | 17.48 KB | 0644 |
|
idle.py | File | 453 B | 0644 |
|
idle.pyw | File | 570 B | 0644 |
|
idlever.py | File | 415 B | 0644 |
|
keybindingDialog.py | File | 12.13 KB | 0644 |
|
macosxSupport.py | File | 8.48 KB | 0644 |
|
rpc.py | File | 20.3 KB | 0644 |
|
run.py | File | 13.54 KB | 0644 |
|
tabbedpages.py | File | 17.99 KB | 0644 |
|
textView.py | File | 3.34 KB | 0644 |
|