Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 1 | -3/+2 |
| | |||||
* | 1. SF Bug 661676 | Kurt B. Kaiser | 2003-05-26 | 1 | -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/Patch | Kurt B. Kaiser | 2003-05-26 | 1 | -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 dialog | Kurt B. Kaiser | 2003-05-10 | 1 | -0/+23 |
| | | | | | | M IOBinding.py M config-main.def M configDialog.py | ||||
* | M Bindings.py | Kurt B. Kaiser | 2003-01-14 | 1 | -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.py | Kurt B. Kaiser | 2003-01-10 | 1 | -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 Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -88/+88 |
| | |||||
* | [ 629984 ] Smaller font sizes not supported | Chui Tey | 2002-11-04 | 1 | -1/+1 |
| | |||||
* | MERGE DS_RPC_BRANCH into MAIN: | Kurt B. Kaiser | 2002-09-14 | 1 | -2/+2 |
| | | | | | configDialog.py AutoIndent merged 21Jul | ||||
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -4/+0 |
| | | | | recent files menu | ||||
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 1 | -16/+23 |
| | | | | user defined help items | ||||
* | further work on dynamic reconfiguration; | Steven M. Gava | 2002-03-18 | 1 | -0/+1 |
| | | | | keybindings | ||||
* | fixes to tabwidth code removal | Steven M. Gava | 2002-03-12 | 1 | -6/+6 |
| | |||||
* | remove tabwidth (for tabs) config stuff, | Steven M. Gava | 2002-03-12 | 1 | -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. Gava | 2002-03-12 | 1 | -1/+1 |
| | | | | editor font | ||||
* | remove debug cruft | Steven M. Gava | 2002-03-05 | 1 | -6/+0 |
| | |||||
* | further work on new config system | Steven M. Gava | 2002-03-05 | 1 | -3/+14 |
| | |||||
* | First work on making config changes dynamic, | Steven M. Gava | 2002-03-02 | 1 | -8/+7 |
| | | | | dynamic theme changes | ||||
* | handle user theme and key set deletion | Steven M. Gava | 2002-02-18 | 1 | -8/+78 |
| | |||||
* | improvement to keybinding re-use check | Steven M. Gava | 2002-02-11 | 1 | -1/+10 |
| | |||||
* | base GetHighlight on GetThemeDict for better defaults | Steven M. Gava | 2002-02-11 | 1 | -2/+0 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-02-11 | 1 | -35/+0 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-02-11 | 1 | -68/+199 |
| | |||||
* | further work on config system and config saving | Steven M. Gava | 2002-02-05 | 1 | -64/+151 |
| | |||||
* | more work on configuration saving | Steven M. Gava | 2002-02-01 | 1 | -24/+23 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-01-29 | 1 | -13/+29 |
| | |||||
* | further work on saving configs | Steven M. Gava | 2002-01-24 | 1 | -22/+97 |
| | |||||
* | more on config saving | Steven M. Gava | 2002-01-22 | 1 | -16/+30 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-01-22 | 1 | -30/+106 |
| | |||||
* | extension config reading by configDialog and | Steven M. Gava | 2002-01-21 | 1 | -125/+163 |
| | | | | beginning of configuration saving | ||||
* | further work on keybinding configuration | Steven M. Gava | 2002-01-19 | 1 | -3/+2 |
| | |||||
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 1 | -2/+3 |
| | |||||
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 1 | -33/+52 |
| | |||||
* | loading core keybindings via new config system plus | Steven M. Gava | 2002-01-04 | 1 | -7/+4 |
| | | | | further devel of highlight handling | ||||
* | further development of highlighting and editor preference handling, | Steven M. Gava | 2002-01-03 | 1 | -23/+22 |
| | | | | plus misc fixes cleanups for new config system | ||||
* | changes to use new tabpages classes | Steven M. Gava | 2001-12-05 | 1 | -67/+14 |
| | |||||
* | back in harness on new config system | Steven M. Gava | 2001-11-21 | 1 | -32/+41 |
| | |||||
* | new config implementation | Steven M. Gava | 2001-11-04 | 1 | -53/+38 |
| | |||||
* | further config system work | Steven M. Gava | 2001-11-04 | 1 | -6/+35 |
| | |||||
* | further config system work | Steven M. Gava | 2001-11-03 | 1 | -111/+73 |
| | |||||
* | more work to support new config system | Steven M. Gava | 2001-11-03 | 1 | -68/+103 |
| | |||||
* | more loading from cfg files | Steven M. Gava | 2001-10-29 | 1 | -17/+61 |
| | |||||
* | more of config dialog reading from files | Steven M. Gava | 2001-10-29 | 1 | -29/+71 |
| | |||||
* | further work on loading config dialog values from the config files | Steven M. Gava | 2001-10-26 | 1 | -61/+15 |
| | |||||
* | font/tabs config dialog page now reads its data from the config file | Steven M. Gava | 2001-10-23 | 1 | -14/+57 |
| | |||||
* | start of new config handling stuff | Steven M. Gava | 2001-09-24 | 1 | -48/+84 |
| | |||||
* | further work on font config and general feel improvements | Steven M. Gava | 2001-08-13 | 1 | -21/+24 |
| | |||||
* | repair posix fonts fix | Steven M. Gava | 2001-08-11 | 1 | -32/+63 |
| | |||||
* | beginning of work on the conf. handling smarts | Steven M. Gava | 2001-08-08 | 1 | -11/+25 |
| | |||||
* | more fleshing out, this time primarily the 'general' page | Steven M. Gava | 2001-08-07 | 1 | -2/+73 |
| |