Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 3 | -8/+79 |
| | | | | recent files menu | ||||
* | further work on new config system; | Steven M. Gava | 2002-03-27 | 5 | -26/+56 |
| | | | | user defined help items | ||||
* | _finally_ tracked down and eliminated a major problem | Steven M. Gava | 2002-03-27 | 1 | -4/+7 |
| | | | | | in PyShell.py that was causing extreme headaches in working on EditorWindow.py | ||||
* | further work on dynamic reconfiguration; | Steven M. Gava | 2002-03-18 | 2 | -0/+34 |
| | | | | 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 | 2 | -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. Gava | 2002-03-12 | 2 | -2/+16 |
| | | | | 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 | 2 | -9/+23 |
| | |||||
* | First work on making config changes dynamic, | Steven M. Gava | 2002-03-02 | 5 | -36/+56 |
| | | | | dynamic theme changes | ||||
* | bugfix for the problem where EditorWindow instances | Steven M. Gava | 2002-02-26 | 1 | -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 a | Guido van Rossum | 2002-02-25 | 1 | -0/+1 |
| | | | | missing call to self.canonic(). | ||||
* | tracking changes to python idle: | Steven M. Gava | 2002-02-23 | 1 | -1/+1 |
| | | | | python Patch #520483: Make IDLE OutputWindow handle Unicode. | ||||
* | further work on config system | Steven M. Gava | 2002-02-18 | 2 | -9/+9 |
| | |||||
* | handle user theme and key set deletion | Steven M. Gava | 2002-02-18 | 3 | -11/+87 |
| | |||||
* | improvement to keybinding re-use check | Steven M. Gava | 2002-02-11 | 4 | -86/+80 |
| | |||||
* | base GetHighlight on GetThemeDict for better defaults | Steven M. Gava | 2002-02-11 | 2 | -20/+9 |
| | |||||
* | 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 | 4 | -76/+217 |
| | |||||
* | further work on config system and config saving | Steven M. Gava | 2002-02-05 | 5 | -102/+335 |
| | |||||
* | improve user config dir handling | Steven M. Gava | 2002-02-01 | 1 | -13/+31 |
| | |||||
* | more work on configuration saving | Steven M. Gava | 2002-02-01 | 3 | -34/+57 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-01-29 | 2 | -17/+90 |
| | |||||
* | further work on saving configs | Steven M. Gava | 2002-01-24 | 3 | -47/+165 |
| | |||||
* | dialog for getting a new config file section name | Steven M. Gava | 2002-01-24 | 1 | -0/+99 |
| | |||||
* | staying current with python idle fixes | Steven M. Gava | 2002-01-23 | 1 | -2/+2 |
| | |||||
* | fix for python2.2 -Qnew division error, | Steven M. Gava | 2002-01-23 | 1 | -1/+1 |
| | | | | thanks Tim! | ||||
* | more on config saving | Steven M. Gava | 2002-01-22 | 1 | -16/+30 |
| | |||||
* | further work on config saving | Steven M. Gava | 2002-01-22 | 2 | -30/+107 |
| | |||||
* | extension config reading by configDialog and | Steven M. Gava | 2002-01-21 | 3 | -134/+173 |
| | | | | beginning of configuration saving | ||||
* | changeover to new keybinding configuration implementation | Steven M. Gava | 2002-01-19 | 11 | -109/+50 |
| | |||||
* | further work on keybinding configuration | Steven M. Gava | 2002-01-19 | 3 | -15/+123 |
| | |||||
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 2 | -13/+31 |
| | |||||
* | keybinding configuration | Steven M. Gava | 2002-01-19 | 5 | -72/+110 |
| | |||||
* | key binding handling dialog | Steven M. Gava | 2002-01-12 | 1 | -0/+208 |
| | |||||
* | loading core keybindings via new config system plus | Steven M. Gava | 2002-01-04 | 8 | -31/+40 |
| | | | | further devel of highlight handling | ||||
* | move core functionality of SearchBindings.py into EditorWindow.py proper | Steven M. Gava | 2002-01-04 | 7 | -139/+69 |
| | | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now | ||||
* | further development of highlighting and editor preference handling, | Steven M. Gava | 2002-01-03 | 5 | -64/+153 |
| | | | | plus misc fixes cleanups for new config system | ||||
* | remove futzing with text font | Steven M. Gava | 2002-01-03 | 1 | -20/+10 |
| | |||||
* | fixups and improvements | Steven M. Gava | 2002-01-03 | 1 | -2/+3 |
| | |||||
* | moving to new config system | Steven M. Gava | 2002-01-03 | 1 | -15/+19 |
| | |||||
* | changes to use new tabpages classes | Steven M. Gava | 2001-12-05 | 1 | -67/+14 |
| | |||||
* | remove cruft from other project | Steven M. Gava | 2001-12-05 | 1 | -28/+1 |
| | |||||
* | cleaner tabbed-page mini implementation through classes | Steven M. Gava | 2001-12-05 | 1 | -0/+137 |
| | |||||
* | further work on new configuration system, specifically, | Steven M. Gava | 2001-12-03 | 3 | -66/+110 |
| | | | | on keybinding configuration | ||||
* | fix for redundant empty parent window when invoked from idle shell window | Steven M. Gava | 2001-11-21 | 1 | -5/+3 |
| | |||||
* | back in harness on new config system | Steven M. Gava | 2001-11-21 | 4 | -34/+53 |
| | |||||
* | new config implementation | Steven M. Gava | 2001-11-04 | 2 | -55/+40 |
| | |||||
* | further config system work | Steven M. Gava | 2001-11-04 | 4 | -17/+56 |
| | |||||
* | added ability to set hilightthickness | Steven M. Gava | 2001-11-03 | 1 | -3/+9 |
| |