Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the action of loading the configuration to the IdleConf module | Guido van Rossum | 2001-05-12 | 1 | -8/+0 |
| | | | | | | rather than the idle.py script. This has advantages and disadvantages; the biggest advantage being that we can more easily have an alternative main program. | ||||
* | Use a better approach to locating IDLE's default configuration, | Fred Drake | 2000-04-10 | 1 | -1/+1 |
| | | | | | allowing it to be run from anywhere, including through a symlink to the actual idle.py script. | ||||
* | migrate to use of IdleConf and config files to set options | Jeremy Hylton | 2000-03-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Rename idle -> idle.py | Guido van Rossum | 1999-01-28 | 1 | -0/+3 |