summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-main.def
Commit message (Collapse)AuthorAgeFilesLines
* #12274: use proper escaping for % in IDLE config.Ɓukasz Langa2011-06-071-2/+2
|
* Add config-main.def option to make the 'history' feature non-cyclic.Kurt B. Kaiser2005-02-031-2/+5
| | | | | | | | Default remains cyclic. Python Patch 914546 Noam Raphael. M IdleHistory.py M NEWS.txt M config-main.def
* SF patch #961387: Make IDLE's paragraph reformatting width configurableRaymond Hettinger2004-06-041-0/+3
|
* IDLEfork Bug 782759Kurt B. Kaiser2003-08-091-4/+9
| | | | backported to 23-maint
* Set the default for delete-exitfunc in config-main.def to True to handleKurt B. Kaiser2003-06-011-1/+1
| | | | | | abnormal exit situations cleanly, especially stuck user threads. Future plan is to intercept the user's atexit functions and run them under IDLE's control.
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-281-0/+1
| | | | | | | | is not to do that. VPython and student environment support. M PyShell.py M config-main.def M run.py
* 1. SF Bug 661676Kurt B. Kaiser2003-05-261-2/+2
| | | | | | | | | | | The default font is not highlighted in the Options dialog when IDLEfork is first installed. 2. Reduce default font to 10 pt and increase default window height to give a better initial impression on Windows. M config-main.def M configDialog.py
* Bruce Sherwood RFE/PatchKurt B. Kaiser2003-05-261-1/+2
| | | | | | | | | | | | | | SF 661318 Adds autosave capability to IDLE and IDLE configuration dialog. User can Run/F5 without explicit save dialog. The default is to require the user to confirm the save. M ScriptBinding.py M config-main.def M configDialog.py
* Whitespace NormalizationKurt B. Kaiser2003-05-181-10/+10
| | | | | | Modified Files: config-extensions.def config-highlight.def config-keys.def config-main.def
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-101-0/+1
| | | | | | M IOBinding.py M config-main.def M configDialog.py
* M Bindings.pyKurt B. Kaiser2003-01-141-20/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M EditorWindow.py M NEWS.txt M config-main.def M configDialog.py M configHandler.py M configHelpSourceEdit.py M configSectionNameDialog.py - Change default: IDLE now starts with Python Shell. - Removed the File Path from the Additional Help Sources scrolled list. - Add capability to access Additional Help Sources on the web if the Help File Path begins with //http or www. (Otherwise local path is validated, as before.) - Additional Help Sources were not being posted on the Help menu in the order entered. Implement sorting the list by [HelpFiles] 'option' number. - Add Browse button to New Help Source dialog. Arrange to start in Python/Doc if platform is Windows, otherwise start in current directory. - Put the Additional Help Sources directly on the Help menu instead of in an Extra Help cascade menu. Rearrange the Help menu so the Additional Help Sources come last. Update help.txt appropriately. - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-111-0/+2
| | | | slightly tweaked and modified for the idlefork config system
* further work on new config system;Steven M. Gava2002-03-271-2/+0
| | | | user defined help items
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-121-1/+0
| | | | | because of the way the tk text widget handles tabs they must remain a fixed size in idle
* further work on config system and config savingSteven M. Gava2002-02-051-28/+21
|
* further work on config savingSteven M. Gava2002-01-221-0/+1
|
* extension config reading by configDialog andSteven M. Gava2002-01-211-5/+5
| | | | beginning of configuration saving
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-1/+1
| | | | further devel of highlight handling
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-031-2/+2
| | | | plus misc fixes cleanups for new config system
* new config implementationSteven M. Gava2001-11-041-2/+2
|
* more of config dialog reading from filesSteven M. Gava2001-10-291-2/+2
|
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-231-1/+17
|
* start of new config handling stuffSteven M. Gava2001-09-241-0/+63