summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-3/+2
|
* 1. SF Bug 661676Kurt B. Kaiser2003-05-261-6/+9
| | | | | | | | | | | 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-7/+31
| | | | | | | | | | | | | | 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
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-101-0/+23
| | | | | | M IOBinding.py M config-main.def M configDialog.py
* M Bindings.pyKurt B. Kaiser2003-01-141-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* M configDialog.pyKurt B. Kaiser2003-01-101-20/+28
| | | | | | | | | | | | | M configHelpSourceEdit.py 1. Attach configHelpSourceEdit error dialogs to parent to avoid Tk root pop-ups. 2. Make configHelpSourceEdit OK button the default and bind <Return>. 3. Reformat configHelpSourceEdit. 4. ConfigDialog.SaveAllChangedConfig() had a bug which caused additional help sources to be deleted when other config items were changed. 4. Uniform capitalization in configDialog. 5. Update configDialog doc string.
* Whitespace NormalizationKurt B. Kaiser2002-12-311-88/+88
|
* [ 629984 ] Smaller font sizes not supportedChui Tey2002-11-041-1/+1
|
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-141-2/+2
| | | | | configDialog.py AutoIndent merged 21Jul
* further work on new config system;Steven M. Gava2002-03-271-4/+0
| | | | recent files menu
* further work on new config system;Steven M. Gava2002-03-271-16/+23
| | | | user defined help items
* further work on dynamic reconfiguration;Steven M. Gava2002-03-181-0/+1
| | | | keybindings
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
|
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-121-11/+11
| | | | | because of the way the tk text widget handles tabs they must remain a fixed size in idle
* further work on dynamic config changes;Steven M. Gava2002-03-121-1/+1
| | | | editor font
* remove debug cruftSteven M. Gava2002-03-051-6/+0
|
* further work on new config systemSteven M. Gava2002-03-051-3/+14
|
* First work on making config changes dynamic,Steven M. Gava2002-03-021-8/+7
| | | | dynamic theme changes
* handle user theme and key set deletionSteven M. Gava2002-02-181-8/+78
|
* improvement to keybinding re-use checkSteven M. Gava2002-02-111-1/+10
|
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-111-2/+0
|
* further work on config savingSteven M. Gava2002-02-111-35/+0
|
* further work on config savingSteven M. Gava2002-02-111-68/+199
|
* further work on config system and config savingSteven M. Gava2002-02-051-64/+151
|
* more work on configuration savingSteven M. Gava2002-02-011-24/+23
|
* further work on config savingSteven M. Gava2002-01-291-13/+29
|
* further work on saving configsSteven M. Gava2002-01-241-22/+97
|
* more on config savingSteven M. Gava2002-01-221-16/+30
|
* further work on config savingSteven M. Gava2002-01-221-30/+106
|
* extension config reading by configDialog andSteven M. Gava2002-01-211-125/+163
| | | | beginning of configuration saving
* further work on keybinding configurationSteven M. Gava2002-01-191-3/+2
|
* keybinding configurationSteven M. Gava2002-01-191-2/+3
|
* keybinding configurationSteven M. Gava2002-01-191-33/+52
|
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-7/+4
| | | | further devel of highlight handling
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-031-23/+22
| | | | plus misc fixes cleanups for new config system
* changes to use new tabpages classesSteven M. Gava2001-12-051-67/+14
|
* back in harness on new config systemSteven M. Gava2001-11-211-32/+41
|
* new config implementationSteven M. Gava2001-11-041-53/+38
|
* further config system workSteven M. Gava2001-11-041-6/+35
|
* further config system workSteven M. Gava2001-11-031-111/+73
|
* more work to support new config systemSteven M. Gava2001-11-031-68/+103
|
* more loading from cfg filesSteven M. Gava2001-10-291-17/+61
|
* more of config dialog reading from filesSteven M. Gava2001-10-291-29/+71
|
* further work on loading config dialog values from the config filesSteven M. Gava2001-10-261-61/+15
|
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-231-14/+57
|
* start of new config handling stuffSteven M. Gava2001-09-241-48/+84
|
* further work on font config and general feel improvementsSteven M. Gava2001-08-131-21/+24
|
* repair posix fonts fixSteven M. Gava2001-08-111-32/+63
|
* beginning of work on the conf. handling smartsSteven M. Gava2001-08-081-11/+25
|
* more fleshing out, this time primarily the 'general' pageSteven M. Gava2001-08-071-2/+73
|