1. 17 Ock, 2001 1 kayıt (commit)
  2. 07 Mar, 2000 1 kayıt (commit)
  3. 06 Mar, 2000 1 kayıt (commit)
  4. 03 Mar, 2000 1 kayıt (commit)
    • 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
  5. 02 Mar, 2000 1 kayıt (commit)