summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* further work on new config system;Steven M. Gava2002-03-273-8/+79
| | | | recent files menu
* further work on new config system;Steven M. Gava2002-03-275-26/+56
| | | | user defined help items
* _finally_ tracked down and eliminated a major problemSteven M. Gava2002-03-271-4/+7
| | | | | in PyShell.py that was causing extreme headaches in working on EditorWindow.py
* further work on dynamic reconfiguration;Steven M. Gava2002-03-182-0/+34
| | | | keybindings
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
|
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-122-12/+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-122-2/+16
| | | | editor font
* remove debug cruftSteven M. Gava2002-03-051-6/+0
|
* further work on new config systemSteven M. Gava2002-03-052-9/+23
|
* First work on making config changes dynamic,Steven M. Gava2002-03-025-36/+56
| | | | dynamic theme changes
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5
| | | | | would appear to freeze for a few seconds on closing in some cases when running under X
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
| | | | missing call to self.canonic().
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
| | | | python Patch #520483: Make IDLE OutputWindow handle Unicode.
* further work on config systemSteven M. Gava2002-02-182-9/+9
|
* handle user theme and key set deletionSteven M. Gava2002-02-183-11/+87
|
* improvement to keybinding re-use checkSteven M. Gava2002-02-114-86/+80
|
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-112-20/+9
|
* further work on config savingSteven M. Gava2002-02-111-35/+0
|
* further work on config savingSteven M. Gava2002-02-114-76/+217
|
* further work on config system and config savingSteven M. Gava2002-02-055-102/+335
|
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
|
* more work on configuration savingSteven M. Gava2002-02-013-34/+57
|
* further work on config savingSteven M. Gava2002-01-292-17/+90
|
* further work on saving configsSteven M. Gava2002-01-243-47/+165
|
* dialog for getting a new config file section nameSteven M. Gava2002-01-241-0/+99
|
* staying current with python idle fixesSteven M. Gava2002-01-231-2/+2
|
* fix for python2.2 -Qnew division error,Steven M. Gava2002-01-231-1/+1
| | | | thanks Tim!
* more on config savingSteven M. Gava2002-01-221-16/+30
|
* further work on config savingSteven M. Gava2002-01-222-30/+107
|
* extension config reading by configDialog andSteven M. Gava2002-01-213-134/+173
| | | | beginning of configuration saving
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-1911-109/+50
|
* further work on keybinding configurationSteven M. Gava2002-01-193-15/+123
|
* keybinding configurationSteven M. Gava2002-01-192-13/+31
|
* keybinding configurationSteven M. Gava2002-01-195-72/+110
|
* key binding handling dialogSteven M. Gava2002-01-121-0/+208
|
* loading core keybindings via new config system plusSteven M. Gava2002-01-048-31/+40
| | | | further devel of highlight handling
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-047-139/+69
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-035-64/+153
| | | | plus misc fixes cleanups for new config system
* remove futzing with text fontSteven M. Gava2002-01-031-20/+10
|
* fixups and improvementsSteven M. Gava2002-01-031-2/+3
|
* moving to new config systemSteven M. Gava2002-01-031-15/+19
|
* changes to use new tabpages classesSteven M. Gava2001-12-051-67/+14
|
* remove cruft from other projectSteven M. Gava2001-12-051-28/+1
|
* cleaner tabbed-page mini implementation through classesSteven M. Gava2001-12-051-0/+137
|
* further work on new configuration system, specifically,Steven M. Gava2001-12-033-66/+110
| | | | on keybinding configuration
* fix for redundant empty parent window when invoked from idle shell windowSteven M. Gava2001-11-211-5/+3
|
* back in harness on new config systemSteven M. Gava2001-11-214-34/+53
|
* new config implementationSteven M. Gava2001-11-042-55/+40
|
* further config system workSteven M. Gava2001-11-044-17/+56
|
* added ability to set hilightthicknessSteven M. Gava2001-11-031-3/+9
|