• Jeremy Hylton's avatar
    migrate to use of IdleConf and config files to set options · e81f28b6
    Jeremy Hylton yazdı
    idle.py:
        Load the config files before anything else happens
        XXX Need to define standard way to get files relative to the
           IDLE install dir
    
    PyShell.py:
    ColorDelegator.py:
        Get color defns out of IdleConf instead of IdlePrefs
    
    EditorWindow.py:
        Replace hard-coded font & window size with config options
        Get extension names via IdleConf.getextensions
    
    extend.py:
       Obsolete.  Extensions defined in config file.
    
    ParenMatch.py:
       Use config file for extension options.
       Revise comment about parser requirements.
       Simplify logic on find returning None.
    e81f28b6
ColorDelegator.py 8.1 KB