Home | History | Annotate | Download | only in idlelib

Lines Matching full:configuration

1 """Provides access to stored IDLE configuration information.
4 the available configuration files and the design implemented to update user
5 configuration information. In particular, user configuration choices which
6 duplicate the defaults will be removed from the user's configuration files,
10 menu to access the configuration GUI (configDialog.py), or manually.
13 when a problem occurs in returning a requested configuration value back to
17 configuration problem notification and resolution.
33 A ConfigParser specialised for idle configuration file handling
37 cfgFile - string, fully specified configuration file name
67 Load the configuration file from disk
73 IdleConfigParser specialised for user configuration handling.
135 """Update user configuration file.
230 configuration section/option or return a default. If type is specified,
231 return as type. Firstly the user configuration is checked, with a
232 fallback to the default configuration, and a final 'catch all'
234 either the user or the default configuration.
246 ' invalid %r value for configuration option %r\n'
264 ' problem retrieving configuration option %r\n'
481 extension, as defined in the configuration files, or an empty dictionary
687 load all configuration files.
695 write all loaded user configuration files back to disk