summaryrefslogtreecommitdiffstats
path: root/Tools/idle/idle.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the action of loading the configuration to the IdleConf moduleGuido van Rossum2001-05-121-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 Drake2000-04-101-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 optionsJeremy Hylton2000-03-031-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.pyGuido van Rossum1999-01-281-0/+3